CA1302577C - Multiprocessing method and arrangement - Google Patents

Multiprocessing method and arrangement

Info

Publication number
CA1302577C
CA1302577C CA000557724A CA557724A CA1302577C CA 1302577 C CA1302577 C CA 1302577C CA 000557724 A CA000557724 A CA 000557724A CA 557724 A CA557724 A CA 557724A CA 1302577 C CA1302577 C CA 1302577C
Authority
CA
Canada
Prior art keywords
processor
interrupt
execution
executing
execution mode
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA000557724A
Other languages
French (fr)
Inventor
Brian Kent Strelioff
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AT&T Corp
Original Assignee
American Telephone and Telegraph Co Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by American Telephone and Telegraph Co Inc filed Critical American Telephone and Telegraph Co Inc
Application granted granted Critical
Publication of CA1302577C publication Critical patent/CA1302577C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Abstract

MULTIPROCESSING METHOD AND ARRANGEMENT

Abstract A master-slave multiprocessor is formed by connecting a slave processor to an I/O slot of a uniprocessor, and by minimally modifying the uniprocessor's operating system. At initialization, one routine redirects slave interrupt vectors to point to a common interrupt handler. Before a process executes on the slave processor, another routine corrupts execution stack bounds of the process. A non-interrupt operating system call during execution of the process causes an automatic firmware check of the execution stack pointer against the stack bounds. Occurrence of an interrupt or encounter of a stack exception results in suspension of process execution and invocation of the interrupt handler or a slave stack exception handler, respectively. Each handler calls a slave delete routine to restore the process' stack bounds to valid values and to transfer the process for execution to the master processor. On the master processor, process execution resumes at the point of suspension, and the operating system service resumes by the system call or interrupt is carried out.

Description

:~L3ql~

MULTIPE?OCESSING METHOD AND ARR~NGEMENT

Technical Field The invention relates to a multiprocessor system generally, and in particular to the manner in which functions are distributed and control is transferred between processors in a multiprocessor system.
Back round of the Invention In comparison with uniprocessor computer systems, multiprocessor computer systems are typically complex in design, in terms of both hardware and software. For example, multiprocessor systems typically require special and complex inter-processor comm~nication mechanisms and protocols, special arrangements foraccess by a plurality of processors to shared input and output resources, and memory and other resource locking arrangements to avoid race conditions and simultaneous-access conflicts between processors.
Many of these complexities may be avoided by means of a master-slave multiprocessor configuration, wherein one or more slave processors perform only user-instruction processing and transfer processes for operating system service processing to a master processor. With respect to I/O devices and other periphery, such a system appears as, and hence may be interacted with as, a uniprocessor consisting of the master processor. Many operating system complexities involvingshared-resource locking, race condition avoidance, and other inter-processor cooperation matters are avoided thereby.
Nevertheless, many complexities still remain in such a multiprocessor design, especially in the operating system software, because of the need for theplurality ot processors to communicate and transfer control from one to another.Consequently, it is a problem in the art that a uniprocessor is typically not "growable" into a multiprocessor, and that a uniprocessor may be converted into a multiprocessor only through extensive operating system redesign, and that changes A
A

:~L3~2S~7~

required to be made to convert a uniprocesso} system design into a multiprocessor system design are not transparent to application programs.
Summary of the Invention This invention is directed to solving the problems of the prior art.
S Illustratively according to the invention, a multiprocessor system is operated in the following manner: occurrence of any event of a plurality of predetermined events--for example, interrupts or other events leading to invocation of operating system services--on a first--a slave--processor is detected, and an indicator associated with the occurred event is examined to deterrnine what function is to be 10 perforrned in response. The indicated function is then performed, whereby a process that was executing on the first processor is transferred to a second--the master--processor, for execution.
Consequently, occurrence of an event, such as would lead to invocation of operaùng system selvices on the first processor, leads to transfer of 15 the process that caused the invocation to the second processor, where, advantageously, the desired service may be provided. The transferred process is illustratively the one during whose execution the event was detected. Provisioning of the service on the second processor is accomplishe~ as follows: another indicator associated with the occurred event is examined to determine what 20 function is to be per~ormed in response on the second processor. Illustratively, re-occurrence of the event during execution of the transferred process on the second, master, processor, causes examination of the other indicator to be made.But this time the identified function is one whose per~ormance handles the occurred event and illustratively provides the called-for service.
According to the invention, then, a multiprocessor system that includes the first and the second processor also includes a first function which, when performed, results in tTansfer of a process executing in the first processor at occurrence of any of the predetermined events to the second processor for execution, a first indicator identi~ying the first function as the function to be 30 performed in response to occurrence of any of the events on the first processor, and an arrangement for performing the function identified by the first indicatorwhen any of the events occurs on the first processor. By ~his configuration the inter-processor transfer of the process is accomplished.

2S~7 stratively to provide the called-for operating system service on the second processor, the multiprocessor further includes a second function which, when perfolmed, processes the event, a second indicator identifying the second function as the function to be performed on the second processor in response to S occurrence of an event, and an arrangement for perforrning the function identified by the second indicator when the transferred process commences execution on the second processor.
According to an illustrative embodiment of the invention, the first and second indicators are each one of a plurality of first and second indicators, 10 respectively. The indicators of each plurality are each associated with a different one of the events and each identifies a function to be performed in response to occurrence of the associated event, on the first processor in the case of the first indicators and on the second processor in the case of the second indicators.
Illustratively, these indicators are interrupt vectors. The first indicators all identify 15 the first function whereas the second indicators each identify potentially a different one of a plurality of second functions. Each second function when performed processes the associated event.
The advantage of operating a multiprocessor system in the master-slave configuration is the resultant simplicity of the operating system:
20 complexities associated with memory locking mechanisms and race condition resolution are significantly reduced, and complexities associated with user and input and output (I/O) interfaces are thereby avoided. The above-summarized manner of configuring and operating a multiprocessor system of the mas~er-slave type yields further simplifications of the operating system, and also of the 25 multiprocessor hardware. Advantageously, a multiprocessor can now be constructed from a uniprocessor merely by adding a conventional processor's hardware to a conventional uniprocessor system (for example, by simply connecting the new processor's hardware to a slot of the uniprocessor's communication bus), and by making minimal changes to the uniprocessor 30 system's operating system software. Advantageously, changes that would conventionally be required to be made to the multitudes of routines through which operating system services may be invoked on a slave processor are avoided. The minimal changes that remain allow the multiprocessor operating system software to run on the uniprocessor effectively with no degradation in performance, so that 35 a uniprocessor system may be constructed whose later, e.g. field, upgrade to a 57~

multiprocessor re~uires no changes to the operating system software.
Advantageously as a result of the invention, the required changes to the uniprocessor operating system to convert it into a multiprocessor system are of such a nature that user and VO interfaces are preserved intact, thus providing both 5 source code and binary code compatibility with e~cisting applications. From a customer's, a user's, or a developer's view, the conversion to multiprocessing introduces no incompatibilities or intricacies to the operating system.
Additionally, all functionality provided by the multiproci~ssor system is available to all applications regardless of which processor they are presently executing on;
lO only a single virtual machine image is presented to all processes. Uniprocessor system performance may thus be improved by system growth into a multiprocessor system without having to recode, recompile, redesign, redistribute, reformat, relink, remake, restructure, or replace existing applications.
These and other advantages and features of the present invention will lS become apparent from the following description of an illustrative embodiment of the invention taken together with the drawing.
Brief Description of the Dr~
FIG. l is a block diagram of a computer system embodying an illustrative implementation of the invention;
FIG. 2 is a block diagram of a process control block and pointers of the system of FIG. l;
FIG. 3 is a flow diagram of a system call micro-sequence routine of the system of FIG. l; and FIG. 4 is a flow diagram summarizing the steps involved in ensuring 25 transfer of processes for privileged mode execution from the slave to the master processor of FIG. l; and FIGS. 5-17are flow diagrams of various operating system routines of the system of FIG. l.
Detailed Description FIG. l shows an illustrative multiprocessor system which is based on the AT&T 3Bl5 computer. The 3BlS system comprises a plurality of units, or stations, of which four stations 12, l3, 26, and 27 are shown. Various functionsthat need to be performed by the system are distributed among the stations. Eachstation of the system is dedicated to performing some function, which function is 35 commonly different from the functions of the other stations, but the stations 7'7 cooperate with each other in carrying out system tasks. Thus, tor example, a first station 12 functions as the principal processor and central controller of the system, performing data processing operations and coordinating system activities; a second station 13 functions as the main memory (MM) of the system, providing control 5 of storage in, and retrieval from, memory of programs executing in processor 12 and of data required or produced by processor 12 during program execution; and third and fourth stations 26 and 27 function as input and output controllers (IOC), controlling and coordinating the functions oi various peripheral devices that provide the system with bulk storage or cornmlmica~ions with the outside world.
10 Other stations (not shown) with similar or different functional capabilities as the stations 12, 13, 26, and 27 may be included in the 3B15 system. The function of each station is dictated by its internal composition and, in the case of an intelligent station, by the programs executing on its processor. Stations may beadded to or deleted from the system as required by the applications to which the15 sysîem is being put.
For the purpose of cooperating with each other in carrying out system tasks, the stations of the system are interconnec~ed by a local bus (LB) 11, which serves as the communication medium for the stations and allows any station within the system ~o communicate with any other station.
Hardware of the 3B15 computer is expanded to a multiprocessor configuration by means of a second processor 25 being connected to local bus 11.A single-board processor is connected to a single expansion station slot of local bus 11 in the mamler of any other station. However, a dual-board processor--one that is identical to the conventional 3B15 processor 12, for example--occupies two 25 expansion station slots of local bus 11. In this latter arrangement, an additional private processor communication bus rnust be connected between the two boards of processor 25, to provide connections equivalent to those conventionally provided by local bus 11 between the two station slots dedicated to processor 12.
Irrespective of what board configuration is used to implement processor 25, all I/O
30 peripheral interrupts are connected by local bus 11 only to master processor 12 and not to slave processor 25. This is indica~ed in FIG. 1 by the dashed line parallelling local bus 11.
Processors 12 and 25 each illustratively comprise an AT&T
WE 32100 microprocessor acting as the processor's central processing unit 35 (CPU), two WE 32101 demand-paged memory managemen~ units (MMUs) and a ~3~257~7 WE 3~106 math acceleration unit (MAU). These units are together labeled as 100. Though processors 12 and 25 share use of memory 13, each has on-board dedicated, or private, memory, labeled 101. VO units 26-27 include a disk in support of demand-paged memory 13.
Processors 12 and 25 run under control of a demand-paged version of the UNIX operating system of AT&T. The operating system is substantially the conventional, uniprocessor version, modified as described below.
To make clear the purpose and effect of the modifications, a brief overview of the conventional operation of the uniprocessor and of the desired 10 opera~ion of the multiprocessor is in order. A full description of the WE 3210Q
microprocessor may be found in "UNI,YTM Microsystem WE 32100 Microprocessor Information ~vIanual" published by Document Development Organization-Microelectronics Projects Group, AT&T Technologies, Inc., Morristown, New Jersey. Hence, a brief description is presented below only of lS certain aspects of the operation that are deemed necessary for a full appreciation of the illustrative embodiment of the invention.
Typically, the 3BlS system uses two modes, or levels, of operation of the WE 32100 microprocessor: a user mode for executing user program instructions, and a privileged mode for executing functions such as operating 20 system instructions that have the potential for corrupting shared system resources such as hardware resources. There are two mechanisms for entcring privileged mode from user mode: a process switch mechanism and a system call mechanism.
The system call mechanism is also known by narnes such as a supervisory call and an operating system trap.
The system call effectively acts as a subroutine call. It provides a means of controlled entry into a function by installing on a processor a new processor status word (PSW) and program counter (PC). The systern call mechanism is used by explicit operating system GATE calls to transfer control from user to privileged mode, and is also used to handle "normal" system 30 exceptions. ("Quick" interrupts, which would also be handled by this mechanism, are not used by the UNIX operating system or similar environments, and hence are ignored in this discussion.) An exception is an error condition--a fault or a trap--other than an interrupt. Normal exceptions constitute most system exceptions. The norrnal exception handlers are privileged-mode functions.

~3~

The system call mechanism uses the execution stack of the present process; that is, a normal exception handler or a function called via a GAT~
instruction uses for its execution the execution stack of the process that was executing when the exception or the GATE call occurred.
Each execution stack has upper and lower bounds, which are maintained in the process control block (PCB) of the process that is using the stack. ~ typical process control block 200 is shown in FIG. 2. The process control block is a data structure in memory 13 that contains the hardware context of the process when the process is not running. This context consists of the initial and intermediate ~present) contents 211 and 212 of the processor status word (a register that contains status infonnation about the microprocessor and the presently-executing process), the initial and intermediate contents 213 and 21~ of the program counter, the initial and intermediate contents 215 and 216 of the execution stack pointer (SP), the lower bound value 217 and the upper bound value 218 for the execution stack, and other inforrnation 219 such as the last contents of general purpose registers, frame and argument pointers, and block move specifications.
In a transition from non-privileged state to privileged state, the system must always perfonn checks to ensure that the privileged state will not become 20 corrupted. Therefore, prior to making a legal entry of a privileged function, i.e., before executing a transfer to the privileged mode upon the occurrence of a normal exception or a GATE request, the system call mechanism checks the present execution stack pointer value against the execution stack boundary values that are stored in the process control block of the presently-executing process, in the manner shown in FIG. 3. Process control block pointer (PCBP) 202 and stack pointer (SP) 203 are special registers of the microprocessor. I'he present value of PCBP 202 points to an intermediate value of the presently-executing process' PCB 200 (see FIG. 2). The check is entered at step 300, and the present value ofstack pointer 203 is compared with the contents of PCB location offset from 30 PCBP 202 by 12, which is stack lower bound 217, at step 302. If the stack pointer value exceeds the lower bound, the present value of stack pointer 203 plus eight is compared with the contents of PCB location offset from PCBP 202 by 1 (~ecimal), which is stack upper boand 218, at step 304. The transfer occurs onlyif the stack pointer value falls within the specified bounds, at step 306; if the stack 35 pointer does not fall within the specified bounds, a stack exception is generated, at ~.3~2577 step 308. The microprocessor perforrns the check automatically, either directly in hardware or by execution of a micro-instruction, i~e., firrnware, sequence~
If the stack pointer is found to fall within the specified bounds upon the occurrence of a G~TE call or a norrnal exception, the processor handles the 5 normal exception or GATE request within the process in which it occurred: the processor status word and the program counter of the process that was executing when the system call mechanism was activated are stored on that process' execution stack, the stack pointer is incremçnted, and the program counter and processor status word of the called function are loaded into the program counter10 and processor status word registers. These activities are likewise perforrnedautomatically, either by hardware or by execution of a micro-instruction sequence.
Illustratively, GATE calls and norrnal exceptions have their own separate micro-instruction sequences.
The process switch mechanism is used by interrupts and "non-norrnal"
15 exceptions including the stack exception. The process switch mechanism uses adifferent execution stack for the old and the new processes. Thus, for example, the stack exception handler process has its own execution stack different from the execution stack of the excepted-to process. Similarly, the interrupt handler process has its own execution stack different from the execution stack of the 20 interrupted process. Because a different execution stack is used for each interrupt handler and non-norrnal exception handler, the execution stack bounds check is not performed upon the occurrence of an interrupt or a non-norrnal exception.
On leaving a process during an interrupt or a stack exception process switch, the microprocessor saves that process' process control block pointer on a 25 system-wide interrupt stack, and then writes the process' hardware context--the present prograrn counter, stack pointer, and processor status word values, as well as the contents of other registe}s commonly stored in the process control block--in that process' process control block (pointed to by the present value of the process control block pointer). To enter a new process, the microprocessor obtains the 30 process control block pointer of the new process and uses it to access the process control block of the new process and to load ~herefrom the new process' hardwarecontext into the ha~dware registers.
The above-described activities are perforrned automatically by the microprocessor, either directly in hardware or by execution of a micro-instruction 35 sequence. Illustratively, the interrupts and each of the non-normal exceptions gL3~132~7 have their own separate micro-instruction sequence.
The micro-instruction sequences of the system cail and process switch mechanisms locate the processor status word and program counter of a new function, or the process control block pointer of a new process, in vector tables 5 provided by the operating system. For norrnal exceptions and GATE calls, the operating system provides a pointer table which contains starting addresses for a set of handling-routine tables, and the handling-routine tables themselves. Eachhandling-routine table contains the processor status word and program counter values for a group of functions. For non-nonnal exceptions, the operating system10 provides an exception-vector table which contains the process control block pointers of the non-normal exception handler processes. And for interrupts, the operating system provides an interrupt vector table which stores the initial process control block pointers of interrupt handler processes. An illustrative vector table 201 is shown in FIG. 2.
For purposes described in the Background portion of this document, it is desirable to have processors 12 and 25 operate in a master-slave configuration.
In such a configuration, slave processor 25 performs substantially only user-mode processing, that is, processing that does not make use of operating system (privileged) services, and master processor 12 performs substantially all processing 20 that involves operating system services, in addition to performing user-mode processing. Any process executing on slave processor 25 that requires operating system services for its continued execution is transferred for execution to master processor 12.
To enable the inter-processor transfer to be made with minimal 25 modifications of the operating system, a process executing on slave processor 25 is allowecl tO execute thereon until execution of an instruction thereof results in an invocation ~f an operating system service, or until detection of some asynchronous event requiring perfo~mance of operating system services for the process. An example of the latter is the expiration of an alarm clock timer. At that point, 30 execution of the process on slave processor 25 is suspended. Execution of theinstruction that resulted in the invocation of the operating system service is not completed on slave processoi 25. The process is transferred to master processor 12. Execution on master processor 12 of the transferred process is resumed with the inteIrupted instruction. Illustratively, the execution of the 35 interrupted instruction is either restarted on master processor 12, or execution of ~3~

the partially-executed instruction is merely completed on master processor 12.
Unless the condition that caused the attempt to enter privileged mode was a transient fault, execution of that inst~uction on master processor 12 results in the invocation of the operating system service. That service is then prov;ded in a S conventional, uniprocessor, manner on master processor 12. Illustratively, execution of the haDsferred process then continues on master processor 12.
To enable the above-described transfer of a process from slave processor 25 to master processor 12 to be made without having tO çxtensiYely modify operating system functions or processes invokable on slave processor 25 10 such that invocation thereof would result in the invoking process being transferred to master processor 12, all attempts made on slave processor 25 of this illustrative system to enter privileged mode are either caused to encounter a predeterrnined condition which in turn results in invocation of a handler that is common to allthose attempts, or are redirected to a common handler. The invoked handler then 15 perforrns the above-described process transfer. The handler is invoked automatically on slave processor 2S, either directly by hardware or by executionof a micro-instruction sequence.
The automatic invocation is basically accomplished as shown in FIG. 4 . Execution stack bounds 217, 218 stored in process control block 200 of a 20 process are given an improper value, at step 450, before the process is executed on slave processor 25. This ensures failure, at step 454, of the stack bounds check perforrned, at step 453, during an attempt to enter privileged execution mode, at step 452, via a GATE call or occurrence of a norrnal exception. The failare of the check results in invocation of the stack exception handler process, at step 455.25 Also, at system initialization, interrupt and exception process control blocks are set up for slave processor 25 in its private memory 101, and values therein for handlers of interrupts and non-normal exceptions that may occur on slave prGcessor 25 are redirected, at step 4S6, to the value of an error-handler process that is a duplicate of the stack exception handler process for purposes of this 30 application. (An alternative to using private on-board memory is to duplicatevirtual-to-physical translation tables, one for each processor, and replace appropriate entries therein so as to provide each processor with different1 exclusive, virtual-to-physical translations for certain ranges of virtual addresses.) Upon occurrence of an interrupt or non-normal e~cception on slave processor 25, at 35 step 457, these values cause invocation of the handler process, at step 458. The - ~3~

stack exception and error handler processes of the slave processor 25 are communication processes that restore, at step 459, to a proper value the stack bounds of the user process that was executing on slave processor 25 at the time the handler process was invoked, and transfer that user process for execution from 5 slave processor 25 to master processor 12, at step 460. (Had the stack bounds check not failed at step 454, privileged execution mode would have been entered on slave processor 25, at step 461, and program ~xecution would have continued in that mode, at step 462, as is done on master processor 12. Similarly, had thevectors not been redirected at step 456, a conventional handler would have been 10 invoked at step 458 that would have processed the interrupt or condition, at step 463, as is done on master processor 12.) Returning now to a consideration of the system of FIG. 1, uniprocessor system initialization is modified therein as shown in FIG. 4~
As part of master initialization of all system hardware, master 15 processor 12 executes a slave initialization routine flowcharted in FIG. 5. After entering execution of the routine, at step 400, master processor 12 checks whether the system is a uniprocessor or a multiprocessor system, that is, whether processor 25 is present in the system of FM. 1, at step 401. Processor 12 makes the determination by examining contents of a conventional firmware device table.20 Illustratively, since the board identification for slave processor 25 is identical to that of master processor 12 and the board address for master processor 12 is fixed, the search for slave processor 25 is performed by scanning the equipped device table looking for a processor board located at an address other than the fixed address.
If no slave processor 25 is found at step 401, processor 12 sets a UTILI~;E variable in memory 13 to a zero value to indicate that there is no slave processor 25 in the system, and then returns to the master initialization routine to complete system initialization in the conventional uniprocessor manner, at step 405.
If the system is found, at step 401, to be equipped with a slave processor 25, the next step in the initialization is to set up separate process control blocks for exceptions and error conditions that can occur on both processors 12 and 25, at step 402. This is necessary because if the process control blocks arecommon to both processors 12 and 25, master processor 12 could be executing out 35 of a process control block and have the slave processor 25 start trying to execute ~ ~25~

OUt of the same process control block, thus leading to register and stack corruption. Therefore, separate process control blocks are setup for stack exceptions and system error exceptions, by changing the process control block pointer value in main memory 13 to point to a process control block located in the S address range of private memory 101 of processors 12 and 25, thus giving common virtual addresses and physical addresses, yet different physical locations and values, to the master's and the slave's process control blocks. These newly-mapped process control block pointers are used by both master and slave processors 12 and 25, and therefore the initialization of the private memory 101-}O resident process control blocks must be performed for all processors 12 and 25.
Next, the newly-placed process control blocks are initialized in private memory 101 of master processor 12, at step 402. ~Ithough only 5 fields in the process control block require initialization (initial program counter, initial program status word, initial stack pointer, stack lower bound, and stack upper bound)? the lS initialization is done by copying over the entire contents of the "original" process control block, to simplify the code.
Up to now, all modifications of private memory have been perforrned on private memory 101 of master processor 12 and must be replicated for the slave processor's private memory. This replication is done by copying a 20 dpccram t data structure, which contair~s all per-processor data elements andwhich is now resident in private memory 101 of master processor 12, to private memory 101 of slave processor 25, and then changing specific slave-related Yariables therein, at step 402. Not all elements of the structure need to be changed, but only those pertaining to interrupts and exceptions that can occur on 25 slave processor 25.
At this point, slave processor 25 still has not been activated. To actually activate slave processor 25, it is first necessary lo prepare a control block for an initial process (see FIG. 6) of slave processor 25, at step 403. This involves placing the physical address of the slave's initial process control block in 30 the first entry in the slave's interrupt stack, and setting the initial program counter to the physical address of the slave routine to enable virtual addressing via the conventional ENBVJMP instrucdon (see step 503 of FIG. 6), setting the initial program status word, initial virtual stack pointer, and initial virtual stack boundaries, as well as setting the initial value for register r~ to the virtual address 35 of a slave virtual-mode startup routine (see step 504 of FIG. 6).

~3~2~7~7 Memory management information for the slave is also prepared at step 403. Since the kernel mapping is comrnon for all processors, the MMU
register contents will be common for all operating system kernel sections.
However, access to MMUs on slave processor 25 is not possible from master 5 processor 12 (and vice versa), and therefore the actual initialization of the MMU
mapping register contents must be performed by slave processor 25. One technique for accomplishing this is to make use of the bloc~c-move capability ofthe microprocessor. This involves initiali7ing a series of block move areas in the initial slave process control block such that when a process switch to the slave's 10 initial process control block is performed, the MMU mapping registers will be automatically initialized as part of the XSWITCH THREE() macro-ROM
sequence of the microprocessor (see the WE 32100 Microprocessor Information Manual).
Once the slave's initial process control block has been setllp~ various 15 control parameters related to slave support are initialized, at step ~03. Finally, the physical address of the slave physical startup routine (see steps 501 and 502 ofFIG. 5) is placed in a location in private memory 101 of slave processor 25 that is being polled by the slave's firmware, at step 404, to signal slave processor 25 to start executing the slave physical startup routine. Processor 12 then returns to the 20 master initialization routine to complete system initialization in the conventional miprocessor manner, at step 405.
The firmware of master processor 12 and slave processor 25 is identical. Upon power-up, the firmware checks whether the processor is the master or the slave. Illustratively, this check is performed by examining the 25 address of the bus 11 slot to which the processor is connected. If the processor is the master, it commences executing at a predetermined memory address, in the conventional manner. If the processor is a slave, after initialization it begins tO
poll a predetermined location.
The initial slave process executed by slave processor 25 is ~owcharted 30 in FIG. 6. Once slave processor 25 firmware that is polling the above-mentioned location sees th;s location set to a non-~ero value, at step 500, control is transferred to the physical address indicated by that value. This commences execution of the physical startup routine for slave processor 25. This is the first code to execute on slave processor 25. The purpose of this code is to complete 35 slave processor 25 hardware initialization.

~3Q12577 The first step is to flush the slave processor 25 instruction cache, at step 501, since its contents are unpredictable. Once this has been accomplished,via the conventional CFLUSH instruction9 the slave's interrupt stack pointer register is initialized to point to the second word in the interrupt stack, at 5 step 502. (The first word in the interrupt stack was initialized to be the physical address of the slave's initial process control block). Also at step 502, a process switch to the slave's initial process control block is performed by the conventional RETPS instruction. As part of this process switch, the slave's process control block pointer register is set to the physical address of the intermediate portion l~f 10 the slave's initial process control block, the initial program counter is set to the physical address of the code to enable virtual mode addressing, register rQ is set to contain the virtual address of the slave's virtual-mode startup routine (step 504), the slave's MMU mapping registers are set to the same values as the master's MMU mapping registers (thus presenting a common master/slave mapping), and 15 the other initial register values are setup for slave processor 25, as prepared by the slave initialization routine of FIG~ 5.
Now execution continues at the slave processor 25 enbvjmp code, at step 503, which resets the process control block pointer register to the virtualaddress of the intermediate portion of the slave's initial process con~rol block, and ~0 executes the conventional EN~VJMP instruction which enables virtual addressing for slave processor 25 and transfers to the virtual address contained in register rO.
The slave virtual-mode startup routine is represented by step 504. It is responsible for final initialization of slave processor 25 and for passing a synchronization message back to master processor 12 to indicate that initialization 25 has completed. This final initialization includes slave processor 25 hardwareinitializations to set the cacheable bit in the slave MMU configuration registers, flush and enable the system cache associated with slave processor 25, disable all slave processor 25 hardware timers (they are never enabled, as there is no need for software support for slave timer interrupts), perform s~andard slave processor 25 30 MAU initialization via the standard mauinit() routine, initialize the interrupt controller, and enable interrupts on slave processor 25 (the initial slave program status word has all interrupts masked, so even though interrupts are enabled by the hardware circuitry, they are still masked for now).

~3 0125~

Once the hardware of slave processor 25 has been initialized, the process control blocks resident in private memory 101 of slave processor 25 are also initialized with respect to the slave handlers associated with these process control blocks, at step 504~ This involves redefining initial values and stack 5 bounds for the slave stack exception handler and slave system error exception handler, as the handling of these exception conditions is different for slave processor 25 from the conventional handling done for master processor 12.
Finally, a message is sent to master processor 12 indicating tha~ slave processor 25 has been initialized, and ~he program status word intelTupt level of 10 slave processor 25 is set to 0 to allow interrupt processing for interrupts generated on slave processor 25, at step 505.
FIG. 7 flowcharts the slave clock routine which is called as part of the clock interrupt-handling routine of master processor 12.
Although the hardware of slave processor 25 supports timer inten~lpts 15 in exactly the same manner as master processor 12, in this illustrative embodiment there is no need for software support for timer interrupts on the slave. Instead, whenever a timer intenupt occurs on the master, a check is made of the UTILIZE
flag, and if it is set (indicating presence of a slave processor 25), the routine of FI&. 7 is called, at step 600. This routine performs three basic functions:
inten~lpts slave processor 25, at step 601; determines if the process presently executing on master processor 12 is eligible for execution on slave processor 25, at step 602; and if not, determines if a process switch should occur due tO time-slice expiration for the process presently executing on master processor 12, at step 603.
The determination of slave processor 25 execution wol~hiness at step 602 is based on whether a process can execute on slave processor 25. A
process can execute on slave processor 25 only if it was in user-mode at the time of the clock interrupt and only if the process is not presently being profiled, i.e., conventionally monitored by the system for information-gathering purposes. If atstep 602 a process is deemed capable of execution on slave processor 25, a SONSLAVE bit in the conventional processor p_flag field is set to so indicate, at step 604, and the standard runrun flag is set, at step 605. The former posts a request to a slave add routine (see FIG. 8) to transfer the process to slave processor 25, and the latter posts a request to the conventional pswtch() routine 35 for a process switch that is acted upon before ~he clock inten~pt handler retums to ~2S~77 the interrupted program, at step 606.
Time-slicing is implemented at step 603 by associating with each process a counter that is incremented every clock tick, and once the counter is found toexceed a system thresho]d, a process switch request is posted via the runrun flag, at step 605. Illustratively, the process switch request is made only if there are runnable processes in the system that are blocked. Illustrat;vely, the counter is reset every yrocess switch.
FIG. 8 flowcharts the slave add routine which executes on master processor 12 and may be called at step 70û by an interrupt handler routine of ei~her processor to add the process presently executing on master processor 12 to the run queue of slave processor 25. The slave add routine is similar to the standard setrq() routine for the master processor 12 run queue: in fact, the setrq() routine has a check in it to see if the process should be transferred to the slave processor 25 run queue (SONSL~VE flag in the p_flag field), and it so, calls the slave add routine to perform the transfer. Transferring a process to the slave processor 25 run queue involves saving the MAU status of the presently-executing process (equivalent to the standard mau_save()routine), at step 701, and actually adding the process to the slave processor 25 run queue, at step 702, before returning at step 703. If slave processor 25 is idle, it may be interrupted to ensure immediate execution of the newly-added process.
FIGS. 9 and 10 flowchart the slave processor system interrupt handler routine, or slave interrupt routine for short, which executes on slave processor 25.
There are only two reasons in this example for slave processor 25 to be internlpted:
either a clock interrupt occurred on master processor 12, or a process was transferred frorQ master processor 12 to slave processor 25 run queue while slave processor 25 was idle.
The two types of interrupts are distinguishable by checking, at step 801, if the conventional time counter Ibolt of mast processor 12 has changed since the last time the slave interrupt routine was invoked: if it has changed, then a time interval has elapsed since the last interrupt and the present interrupt is due to this passing of time; if no change has occurred, the present interrupt is due to the addition of a process to slave processor 25 run queue while slave processor 25 was idle.
A
2~

If the interrupt was no~ due to expiration of a time interval, the first action perfolTned is a check of a flag variable, at step 802, to see if master processor 12 is trying to reclaim memory. If so, ~he execution of processes on slave processor 25 is suspended until the reclamation has completed. This is S necessary since there exists a potential corruption problem if the reclamationprocessing modifies a page descriptor that is resident in the slave processor 25MMU descriptor caches: there is no technique for inforrning slave processor 25 of the change in the descriptor, and therefore sla~e processor 25 will be using obsolete mapping information. Once reclamation is completed, stack bounds 217, 10 218 of the process that is presently executing on slave processor 25 are restored to their correct value (see step 1302 of FIG. 15 ), at step 803, and a process switch is forced on slave processor 25 by calling a slave process switch routine (see FIG. 11), at step 804. The slave process switch rou~ine ensures ~hat MMU
mapping registers are loaded with new information, which also has the beneficialeffect of flushing the potentially-corrupt MMU cache descriptor entries.
If the interrupt is determined at step 801 to be caused by expiration of a time interval, time-related information maintained for the interrupted process is adjusted, at step 805. The elapsed time since the last invocation of the slave intenupt routine is calculated, and the present Ibolt value is saved. If slave processor 25 is idle, i.e., slave processor 25 was not executing a process at the time the slave interrupt routine was called, the elapsed time is accounted for as system idle time in the same manner as master processor 12 idle time (i.e.
sysinfo.cpu[CPU_IDLE] is incremented by the amount of elapsed time).
Otherwise, the timers and timing accumulators related to an executing process are 25 incremented by the amount of elapsed time.
Next, a check like that of step 802 is made, at step 806, to determine if master processor 12 is trying to reclaim memory, and if so, the execution of processes on slave processor 25is suspended until reclamation has completed. At this point, a check is made for whether the presently-executing process has had an 30 asynchronous signal posted for it while it was executing on slave processor 25, at step 807. If so, the process is sent back to master processor 12 and a process switch is performed on slave processor 25, by invocation of a slave delete routine (see FIG. 1~), at step 808.
A

.. . ~

~3~25~7 If there are no asynchronous signals pending for the presently-executing process, as deterrnined at step 807, a check is made for whether the just-completed incrementing of the time accumulators for the process resulted in a p_slice counter value greater than the system time-slice threshold, at step 809. If 5 so, the context information of the presently-executing process is stored in that process' process control block, at step 810, the stack bounds 217, 218 of the process are restored to their correct value (see step 1302 of FIG. 14), at step 811, the slave add routine of FIG. 8 is called to link the presently-executing process back to the slave processor 25 run queue, at step 812, and then a process switch is 10 forced on slave processor 25 by calling Ihe slave process switch routine of FIG. 1l, at stcp 813, If master processor 12 was not reclaiming as determined at step 806, if there are no signals pending for the present process as deterrnined at step 807, and if the present process has not exceeded its time slice as detertnined at 15 step 809, control is transferred directly back to the process that was executing on slave processor 25 at the time of the interrupt, at step 814.
FIG. 11flowcharts the slave process switch routine, which executes on slave processor 25. It is responsible for selecting the next process to execute on slave processor 25, as well as initialization of slave processor 25 for the new 20 process. It is equivalent to the standard pswtch() routine of master processor 12.
Following call of the routine at step 900, a check is made of whether there are any processes on slave processor 25 run queue, at step g01. If not, the routine transitions slave processor 25 into the idle state by calling a slave idle routine (see FIG. 17), at step 902. If there are processes on slave processor 2525 run queue, then the selection for the next process to execute is made, at step 903.
For example7 the process selection algorithm implemented in the pswtch() routinemay be used.
Once a process has been selected for execution7 a check is made to ensure that no reclamation (see discussion above) is being done by master 30 processor 12, at step 904. Once it has been determined tha~ no reclamation is in effect, the actual value of stack upper bound 218 for the process that is to be executed is saved in a variable, at step 90~, and the in-effect stack upper bound value for this new process is set to the lowest possible stack address (zero in the illustrative exarnple), at step 906. Setting the stack upper-bound value to 0 for the 35 process running on slave processor 25 ensures that no slave user process will ever . .
3~

enter p~ivileged code through a normal exception or a GATE: instead, whenever a need arises for privileg~d-mode processing, a stack exception will result and place the stack exception handler routine (see FIG. 12) of slave processor 25 in control.
After the stack bound is changed, the context of slave processor 25 is setup forS the new process, at step 907~ by loading the MMU mapping registers and also MAU registers (if necessary), clearing MMU fault indications, and resetting the time slice counter for the process (p_slice). Execution is then transfened to the new process, at step 908.
FIG. 12 flowcharts the slave stack exception handler process. Given 10 that minimal privileged-mode processing is implemented on slave processor 25 (no privileged mode processing is done on slave processor 25 on behalf of user processes), the action performed by the slave stack exception handler is to transfer the presently-executing user process to master processor 12. This is implementedby calling a slave delete routine (see FIG. 14), at step 1002. Illustratively in this 15 example, because the address of the faulting instruction is already saved in the process control block as result of stack exception handling, the faulting instruction is reexecuted once the process restarts execution on master processor 12. This feature is fairly typical of systems with demand-paged memory management. This results in repeating whatever actions caused the original fault on slave 2Q processor 25, therefore avoiding the need for the slave stack exception handler t preserve potential fault indicators and the master exception handling routines to look for the saved potential fault indicators.
However, not all instructions may be reexecuted safely in this illustrative embodiment: for example, certain multiword MAU instructions with 25 destructive operand overlap may not be restartable if a partial destination operand update has been done before the exception, thereby corrupting a source operand.
Therefore, when the process is restarted on master processor 12, an instruction restart routine (see FIG. 14) must be invoked to avoid restart problems. This isillustratively accomplished, at step 1001, by removing the address of the faulting 30 instruction from the process control block and substituting therefor the starting address of the instruction restart routine, and storing the removed faulting instruction's address in a variable. When the instruction restart routine completes, it restores the faulting instruction's address in the process control block.

.a . ,_.

~3~

Although far less usual than norrnal exceptions, another e~ception condition is possible when executing user-mode processes: system error. This category includes things like alignment faults and hardware problems encounteredas a result of actions perforrned by slave processor ~5~ In these situations, the 5 slave system error handler process flowcharled in FIG. 13 is invoked, at step 1100. It behaves exactly the same as the slave stack exception handler process of FIG. l2: the user process PCB is setup, at step 1101, so that execution on master processor 12 will commence with the instruction restart routine,.and the process is then transferred to master processor 12 through invocation of the slave 10 delete routine, at step 1102.
The instruction restart routine is flowcharted in FIG~ This routine is invoked, at step 1200, on master processor 12 whenever a process that was transferred from slave processor 25 due to occurrence of an exception or an interrupt begins to execute on master processor 12. The routine checks whether 15 the faulting instruction is a non-restartable instruction, at step 1201, such as an ~AU instruction with destructive operand overlap, and if so, it corrects the res~art problems, at step 1202. The routine uses exis~ing routines to handle restartability problems in the sarne manner as the standard, master, stack exception handler deals with MAU restart problems. The instruction restart routine then restores the 20 address of ~he user process' faulted instruction to the process control block of the faulted process to cause execution of the faulted instruction, at step 1203, andreturns at step 1204 to execution of that instruction.
FIG. 15 flowcharts the slave delete routine. This routine is invoked on slave processor 25 whenever it is deemed necessary to transfer a process 25 presently executing on slave processor 25 to the master processor 12 run queue.
As mentioned above, this situation can be the result of either an asynchronous signal having been posted for a presently-executing process (see s~ep 808 of FIG. 9), or the presently-executing slave process having need of privileged-modeprocessing (see step 1002 of FIG. l2 and step 1102 of FIG. 2). In either case, the 30 actions perforrned are the same: preserve present status of the process, add the present process to master processor 12 run queue, and select a new process for execution on slave processor 25.
Preserving the status for the present process is essentially cornpleted by the time the slave delete routine is called: all paths leading to invocation of 35 the slave delete routine result in the saving of the required CPU-related registers ~.~
.. . ~; .

~.

~;3~;2577 in the process control block for Ihe presently-executing slave process. However,the process con~rol block only defines the hardware context of a process, but does not define the software-maintained infor.-nation for the process, such as MAU
register contents. Hence, the software-defined state must be saved in the process' 5 PCB, at step 1301. Also, the SONSLAVE flag is reset in the p_flag field. This leaves only restoration of the actual value of stack upper bound 218 to be perforrned, at step 1302.
Once this has been accomplished, the process is addea to master processor 12 run queue through invocation of the standard setrq() routine, at 10 step 1303, and a new process is chosen for execution on slave prGcessor 25 through invc~cation of the slave process switch routine of FIG. 11, at step 1304.
FIG. 16 flowcharts the slave process steal routine, which is invoked on master processor 12 at the start of the pswtch() routine. The pswtch() routine calls the slave process steal routine, at step 1~00, to avoid situations where master 15 processor 12 run queue is empty and master processor 12 sits idle, at step 1~01, and there exists a backlo~o, of user-mode processes on slave processor 25 run queue, at step 1402. This routine simply takes a process off of slave processor 25 run queue, following the same process selection algorithm as the slave process switch routine of FIG. lL and moves the process to master processor 12 run 20 queue, at step 1403. Following step 1403, or if master processor 12 run queue is not found to 've empty at step 1401, the routine returns to the pswtch~) routine, at step 1404, to select a process from master processor 12 run queue for execution on master processor 12. If the master processor 12 run queue is found to be empty, at step 1401, and the slave processor 25 run queue is also found to be 25 empty, at step 1402, the routine idles master processor 12, at step 1405, by execution of a standard WAIT instruction. Mas~er processor 12 then waits for occurrence of an interrupt.
FIG. 17 flowcharts the slave idle routine, which is invoked, at step 1500, on slave processor 25 if no processes are available for execution on 30 slave processor 25. This routine resets slave processor 25 interrupt stack pointer, at step 1501, lowers the interrupt priority level (set high by hardware operations preceding invocation of the slave stack exception handler) in the prograrn status word to the lowest level to allow all interrupts, at step 1502, and executes a WAIT instruction, at step 1503. Upon occurrence of an interrupt, execution on 35 slave processor 25 is resumed at the slave interrupt routine of FIGS. 9 and l0 ,,,~. , ~. .;..~.~' -` ~3025'77 Of course, it should be understood that various changes and modifications to the illustrative embodiment described above will be apparent to~hose skilled in the art. For example, the AT&T 3B2 uniprocessor computer and other uniprocessor computers may be expanded to a multiprocessor configuration 5 in like manner. Also, more than one slave processor may be added to and used in the system, in substantially the same manner as the one slave processor is addedand used. Furthermore, slave processors need not be identical to each other or to the master processor, but each may be based on a different microprocessor architecture. Such changes and modifications can be made without departing from 10 the spirit and the scope of the invention and without diminishing its attendant advantages. It is therefore intended that all such changes and modifications be covered by the following claims.

Claims (32)

1. A method of operating a multiprocessor system having a first and a second processor, comprising the steps of:
detecting occurrence of any event of a plurality of predetermined events on the first processor;
examining a first indicator associated with the occurred event to determine a first function to be performed in response to the occurrence of the event on the first processor;
performing the first function identified by the examined first indicator for transferring a process executing in the first processor to the second processor for continued execution;
checking a second indicator associated with the occurred event to deter nine a second function to be performed on the second processor in responseto the occurrence of the event; and performing the second function identified by the checked second indicator to process the occurred event;
thereby to process on the second processor predetermined events occurring on either the first or the second processor.
2. The method of claim 1 wherein the step of detecting occurrence of any event is preceded by the step of executing the process in the first processor; and wherein the step of detecting occurrence comprises the step of detecting occurrence of an event of the plurality of predetermined events during execution of the process in the first processor.
3. The method of claim 2 wherein the step of checking a second indicator is preceded by the steps of executing the process in the second processor; and detecting re-occurrence of the event during execution of the process in the second processor.
4. In a multiprocessor system having a first and a second processor wherein execution mode changes in response to occurrence of any one of a plurality of events, a method of operation comprising the steps of:
executing a process in the first processor;

detecting occurrence of one of the plurality of events during execution of the process;
examining an indicator associated with the occurred event, the examined indicator being one of a plurality of indicators each associated with adifferent one of the events and each for identifying a function to be performed in response to occurrence of the associated event on the first processor, the plurality of indicators all identifying the same function; and performing the function identified by the examined indicator for transferring the process to the second processor for continued execution;
such that an attempt during execution of a process to change execution mode on the first processor results in transfer of the process to the second processor for continued execution.
5. The method of claim 4 in a system wherein change of execution mode comprises entry into privileged execution mode; wherein the step of detecting comprises the step of detecting an interrupt;
wherein the step of checking comprises the step of checking an interrupt vector associated with the occurred interrupt, the checked vector being one of a plurality of interrupt vectors each associated with a different interrupt and each for identifying an interrupt handler, and wherein the step of performing comprises the step of executing the identified interrupt handler in privileged mode.
6. The method of claim 4 further comprising the steps of:
starting execution of the transferred process in the second processor substantially at a point at which execution stopped on the first processor;
examining a second indicator associated with the occurred event, the examined indicator being one of a plurality of second indicators each associatedwith a different one of the events and each for identifying a second function to be performed on the second processor in response to occurrence of the associated event; and performing the second function identified by the examined second indicator to process the occurred event;
thereby to change execution mode on the second processor in response to occurrence of the event.
7. The method of claim 6 wherein the step of examining a second indicator is preceded by the step of detecting re-occurrence of the event during execution of the transferred process.
8. A multiprocessing system comprising:
a first and a second processor;
a first function for transferring a process executing in the first processor to the second processor for execution;
a first indicator identifying a function to be performed in response to occurrence of any event of a plurality of predetermined events on the first processor, the first indicator identifying the first function;
means, cooperative with the first indicator and responsive to occurrence of an event of the plurality of events on the first processor, for performing the function identified by the first indicator;
a second function for processing an event;
a second indicator identifying a function to be performed on the second processor in response to occurrence of an event, the second indicator identifying the second function; and means cooperative with the second indicator and responsive to continuation of execution of the transferred process on the second processor, for performing the function identified by the second indicator;
thereby to process on the second processor predetermined events occurring on either the first or the second processor.
9. The system of claim 8 wherein the first function comprises a function for transferring a process executing in the first processor at occurrence of any event of the plurality of predetermined events.
10. The system of claim 9 wherein the means for performing the function identified by the second indicator do so responsive to re-occurrence of the event during execution of the transferred process in the second processor.
11. In a multiprocessor system having a first and a second processor wherein execution mode changes in response to occurrence of any one of a plurality of events, the improvement comprising:
a function for transferring a process executing at occurrence of an event in the first processor to the second processor for continued execution;

a plurality of indicators, each associated with a different one of the events and each identifying a function to be performed in response to occurrenceof the associated event on the first processor, the plurality of indicators all identifying said function; and means, cooperative with the indicators and responsive to occurrence of an event on the first processor, for performing the function identified by the indicator associated with the occurred event;
such that an attempt during execution of a process to change execution mode on the first processor results in transfer of the process to the second processor for continued execution.
12. The improvement of claim 11 in a system wherein change of execution mode comprises entry of privileged execution mode; wherein the plurality of events comprise interrupts; wherein the indicators comprise interrupt vectors; and wherein the functions identified by the indicators comprise interrupt handlers executable in privileged mode.
13. The improvement of claim 11 further comprising:
a plurality of second functions each for processing an event; and a plurality of second indicators, each associated with a different one of the events and each for identifying a second function to be performed on the second processor in response to occurrence of the associated event; and means, cooperative with the second indicators and responsive to start of execution of the transferred process on the second processor, for performing the second function identified by the second indicator associated with the occurred event;
thereby to change execution mode on the second processor in response to occurrence of the event.
14. The improvement of claim 13 wherein the means for performing the second function are responsive to re-occurrence of the event during execution of the transferred process on the second processor.
15. In a multiprocessor system having a first and a second processor and a plurality of interrupt vectors each pointing to an interrupt handler to beexecuted in response to an occurrence of an interrupt to which the interrupt vector corresponds, wherein execution mode changes from a user mode for executing user program instructions to a privileged mode for executing operating system instructions in response to occurrence of any one of a plurality of interrupts, a method of operation comprising the steps of:
executing a process in the user execution mode in the first processor, detecting occurrence of one of the plurality of interrupts during execution of the process;
changing from the user execution mode to the privileged execution mode in the first processor, in response to the occurrence in the first processor of any one of the plurality of interrupts;
executing in the privileged execution mode in the first processor a first interrupt handler pointed to by a first interrupt vector that corresponds to theoccurred interrupt in the first processor, the first interrupt vector being one of a plurality of first interrupt vectors each corresponding to a different one of the plurality of interrupts in the first processor, the plurality of first interrupt vectors all pointing to the first interrupt handler; and transferring the process from the first processor to the second processor for continued execution, by the execution of the first interrupt handler, wherein entry of privileged execution mode during execution of a process in the first processor results in transfer of the process to the second processor for continued execution.
16. The method of claim 15 further comprising the steps of:
entering the privileged execution mode in the second processor;
executing in the privileged execution mode in the second processor a second interrupt handler pointed to by a second interrupt vector that corresponds to the occurred interrupt in the second processor, the second interrupt vector being one of a plurality of interrupt vectors each corresponding to a different one of theplurality of interrupts in the second processor; and processing the occurred interrupt by the execution of the second interrupt handler, wherein execution of an interrupt handler pointed to by the interrupt vector corresponding in the second processor to any one of the plurality of interrupts processes the corresponding interrupt.
17. The method of claim 16 wherein the step of entering the privileged execution mode in the second processor comprises the steps of:
starting execution of the transferred process in the second processor at a point at which execution stopped on the first processor.
18. The method of claim 17 wherein the step of entering the privileged execution mode in the second processor comprises the further step of changing from the user execution mode to the privileged execution mode in the second processor, in response to occurrence of the interrupt that previously occurred on the first processor during execution of the transferred process on the second processor.
19. A multiprocessor system comprising:
a first and a second processor wherein execution mode changes from a user mode for executing user program instructions to a privileged mode for executing operating system instructions in response to occurrence of any one of a plurality of interrupts;
a first interrupt handler whose execution transfers a process executing at occurrence of an interrupt in the first processor to the second processor for continued execution;
a plurality of interrupt vectors each pointing to an interrupt handler to be executed in response to an occurrence of an interrupt to which the interrupt vector corresponds;
means in the first processor, for executing processes in the user execution mode and for executing interrupt handlers pointed to by the interrupt vectors in the privileged execution mode;

means in the first processor responsive to occurrence in the first processor of one of a plurality of interrupts, for causing the executing means to execute an interrupt handler pointed to by a first interrupt vector that corresponds to the occurred interrupt in the first processor, the first interrupt vector being one of a plurality of first interrupt vectors each corresponding to a different one of the plurality of interrupts in the first processor, the plurality of first interrupt vectors all pointing to the first interrupt handler, wherein entry of privileged execution mode during execution of a process in the first processor results in transfer of the process to the second processor for continued execution.
20. The system of claim 19 further comprising:
a plurality of second interrupt handlers each for processing an interrupt;
means in the second processor for executing processes in the user execution mode and for executing interrupt handlers pointed to by the interrupt vectors in the privileged execution mode;
means in the second processor for causing the executing means in the second processor to execute an interrupt handler pointed to by a second interrupt vector that corresponds to the occurred interrupt in the second processor, the second interrupt vector being one of a plurality of second interrupt vectors corresponding to different ones of the plurality of interrupts in the second processor and pointing to one of the second interrupt handlers, wherein execution in the second processor of a second interrupt handler pointed to by an interrupt vector corresponding in the second processor to any one of the plurality of interrupts processes the corresponding interrupt.
21. The system of claim 20 wherein the causing means in the second processor are responsive to occurrence of the interrupt that previously occurred on the first processor during execution of the transferred process by the executing means in the second processor, for causing the executing means in the second processor to execute the second interrupt handler pointed to by the second interrupt vector that corresponds to the occurred interrupt in the second processor.
22. A method for use in a multiprocessor system having a first and a second processor and a plurality of means each for pointing to a procedure to beexecuted in response to an occurrence of an event to which the means corresponds, wherein execution mode changes from a user mode for executing user program instructions to a privileged mode for executing operating system instructions inresponse to occurrence of any one of a plurality of events, the method comprising the steps of:
executing a process in the user execution mode in the first processor;
changing from the user execution mode to the privileged execution mode in the first processor, in response to the occurrence in the first processor of any one of the plurality of events;
executing in the privileged execution mode in the first processor a first procedure pointed to by first means of the plurality of pointing means, the first means corresponding in the first processor to at least the occurred one of the plurality of events; and transferring the process from the first processor to the second processor for continued execution, by the execution of the first procedure, wherein execution of the procedure pointed to by the pointing means corresponding in the first processor to any one of the plurality of events transfers the process from the first processor to the second processor for continued execution.
23. The method of claim 22 further comprising the steps of:
entering the privileged execution mode in the second processor;
executing in the privileged execution mode in the second processor a second procedure pointed to by second means of the plurality of pointing means, the second means corresponding in the second processor to at least the occurred one of the plurality of events; and processing the occurred event by the execution of the second procedure, wherein execution of the procedure pointed to by the pointing means corresponding in the second processor to any one of the plurality of events processes the corresponding event.
24. The method of claim 23 wherein the step of entering the privileged execution mode in the second processor comprises the steps of:
executing the transferred process in the user execution mode in the second processor; and changing from the user execution mode to the privileged execution mode in the second processor, in response to occurrence in the second processor of the event that previously occurred in the first processor.
25. The method of claim 23 in a system wherein the plurality of events comprise interrupts or exceptions; wherein the pointing means comprise interrupt or exception vectors; wherein the pointing means corresponding to the plurality of events in the first processor comprise vectors corresponding to interrupts or exceptions on the first processor that have been redirected from pointing to procedures for handling thecorresponding interrupts or exceptions to pointing to the first procedure; and wherein the pointing means corresponding to the plurality of events in the second processor comprise interrupt or exception vectors corresponding to interrupts or exceptions on the second processor that point to the procedures for handling the correspondinginterrupts or exceptions.
26. A multiprocessor system comprising:
a first and a second processor each operable in either one of a user execution mode for executing user program instructions and a privileged execution mode for executing operating system instructions;
a plurality of means each for pointing to a procedure to be executed in response to an occurrence of an event to which the means corresponds, wherein execution of a procedure pointed to by the pointing means corresponding in the first processor to any one of a plurality of events transfers a process executing in the first processor to the second processor for continued execution;
means in the first processor for executing a process in the user execution mode and for executing a procedure pointed to by the pointing means inthe privileged execution mode; and means in the first processor for causing the executing means to execute a first procedure pointed to by first pointing means of the plurality of pointing means in response to occurrence in the first processor of one of the plurality of events, the first pointing means corresponding in the first processor to at least the occurred one of the plurality of events, to transfer the process from the first processor to the second processor for continued execution.
27. The system of claim 26 wherein execution of a procedure pointed to by the pointing means corresponding in the second processor to any one of the plurality of events processes the corresponding event; the system further comprising means in the second processor for executing the transferred process in the user execution mode and for executing a procedure pointed to by the pointingmeans in the privileged execution mode, and means in the second processor for causing the executing means in the second processor to execute a second procedure pointed to by second pointing means of the plurality of pointing means, the second pointing means corresponding in the second processor to at least the occurred one of the plurality of events, to process the occurred event in the second processor.
28. The system of claim 27 wherein the causing means in the second processor comprise means for causing the executing means in the second processor to execute the second procedure in response to occurrence in the second processor of the event that previously occurred in the first processor.
29. The system of claim 27 wherein the plurality of events comprise interrupts or exceptions; wherein the pointing means comprise interrupt or exception vectors; wherein the pointing means corresponding to the plurality of events in the first processor comprise vectors corresponding to interrupts or exceptions on the first processor that have been redirected from pointing to procedures for handingly the corresponding interrupts or exceptions to pointing to the first procedure; and wherein the pointing means corresponding to the plurality of events in the second processor comprise interrupt or exception vectors corresponding to interrupts or exceptions on the second processor that point to the procedures for handling the corresponding interrupts or exceptions.
30. A multiprocessor system comprising:
a first and a second processor each operable in either one of a user execution mode for executing user program instructions and a privileged execution mode for executing operating system instructions;
a plurality of means each for pointing to a procedure to be executed in response to an occurrence of an event to which the means corresponds, wherein execution of the procedure pointed to by the pointing means corresponding in thefirst processor to any one of a plurality of events transfers a process executing in the first processor to the second processor for continued execution;
means in the first processor for executing a process in the user execution mode;
means in the first processor for changing operation from the user execution mode to the privileged execution mode in response to the occurrence in the first processor of any one of the plurality of events; and means in the first processor for executing in the privileged execution mode a first procedure pointed to by first pointing means of the plurality of pointing means, the first pointing means corresponding in the first processor to at least the occurred one of the plurality of events, to transfer the process from the first processor to the second processor for continued execution.
31. The system of claim 30 wherein execution of the procedure pointed to by the pointing means corresponding in the second processor to any one of the plurality of events processes the corresponding event; the system further comprising means in the second processor for executing in the privileged execution mode a second procedure pointed to by second pointing means of the plurality of pointing means, the second pointing means corresponding in the second processor to at least the occurred one of the plurality of events, to process the occurred event in the second processor, means in the second processor for changing operation from the privileged execution mode to the user execution mode in response to completion of processing of the occurred event, and means in the second processor for executing the transferred process in the user execution mode.
32. The system of claim 31 wherein the operation changing means further comprise means for changing operation from the user execution mode to the privileged execution mode in response to occurrence in the second processor of the event that previously occurred in the first processor.
CA000557724A 1987-02-06 1988-01-29 Multiprocessing method and arrangement Expired - Fee Related CA1302577C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/012,085 US5109329A (en) 1987-02-06 1987-02-06 Multiprocessing method and arrangement
US012,085 1987-02-06

Publications (1)

Publication Number Publication Date
CA1302577C true CA1302577C (en) 1992-06-02

Family

ID=21753327

Family Applications (1)

Application Number Title Priority Date Filing Date
CA000557724A Expired - Fee Related CA1302577C (en) 1987-02-06 1988-01-29 Multiprocessing method and arrangement

Country Status (7)

Country Link
US (1) US5109329A (en)
EP (1) EP0354899B1 (en)
JP (1) JPH02502764A (en)
CN (2) CN1011357B (en)
CA (1) CA1302577C (en)
DE (1) DE3784521T2 (en)
WO (1) WO1988005943A1 (en)

Families Citing this family (61)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2104580T3 (en) * 1989-02-24 1997-10-16 At & T Corp ADAPTIVE PLANNING OF TASKS FOR MULTIPROCESS SYSTEMS.
SG52380A1 (en) 1991-09-23 1998-09-28 Intel Corp A computer system and method for executing interrupt instructions in two operating modes
CA2106280C (en) * 1992-09-30 2000-01-18 Yennun Huang Apparatus and methods for fault-tolerant computing employing a daemon monitoring process and fault-tolerant library to provide varying degrees of fault tolerance
US5596755A (en) * 1992-11-03 1997-01-21 Microsoft Corporation Mechanism for using common code to handle hardware interrupts in multiple processor modes
US5490279A (en) * 1993-05-21 1996-02-06 Intel Corporation Method and apparatus for operating a single CPU computer system as a multiprocessor system
JPH10502196A (en) * 1994-06-29 1998-02-24 インテル・コーポレーション Processor indicating system bus ownership in an upgradeable multiprocessor computer system
US5555374A (en) * 1994-08-26 1996-09-10 Systech Computer Corporation System and method for coupling a plurality of peripheral devices to a host computer through a host computer parallel port
JP3672634B2 (en) 1994-09-09 2005-07-20 株式会社ルネサステクノロジ Data processing device
JPH0888668A (en) * 1994-09-20 1996-04-02 Nippondenso Co Ltd Communication equipment
US5550973A (en) * 1995-03-15 1996-08-27 International Business Machines Corporation System and method for failure recovery in a shared resource system having a moving write lock
US6016531A (en) * 1995-05-26 2000-01-18 International Business Machines Corporation Apparatus for performing real time caching utilizing an execution quantization timer and an interrupt controller
US5684948A (en) * 1995-09-01 1997-11-04 National Semiconductor Corporation Memory management circuit which provides simulated privilege levels
US5963737A (en) * 1996-04-18 1999-10-05 International Business Machines Corporation Interupt vectoring for trace exception facility in computer systems
US5790846A (en) * 1996-04-18 1998-08-04 International Business Machines Corporation Interrupt vectoring for instruction address breakpoint facility in computer systems
US5758168A (en) * 1996-04-18 1998-05-26 International Business Machines Corporation Interrupt vectoring for optionally architected facilities in computer systems
US6085307A (en) * 1996-11-27 2000-07-04 Vlsi Technology, Inc. Multiple native instruction set master/slave processor arrangement and method thereof
US7926097B2 (en) 1996-11-29 2011-04-12 Ellis Iii Frampton E Computer or microchip protected from the internet by internal hardware
US7805756B2 (en) * 1996-11-29 2010-09-28 Frampton E Ellis Microchips with inner firewalls, faraday cages, and/or photovoltaic cells
US7024449B1 (en) * 1996-11-29 2006-04-04 Ellis Iii Frampton E Global network computers
US20050180095A1 (en) 1996-11-29 2005-08-18 Ellis Frampton E. Global network computers
US6732141B2 (en) 1996-11-29 2004-05-04 Frampton Erroll Ellis Commercial distributed processing by personal computers over the internet
US8312529B2 (en) 1996-11-29 2012-11-13 Ellis Frampton E Global network computers
US7634529B2 (en) 1996-11-29 2009-12-15 Ellis Iii Frampton E Personal and server computers having microchips with multiple processing units and internal firewalls
US6167428A (en) * 1996-11-29 2000-12-26 Ellis; Frampton E. Personal computer microprocessor firewalls for internet distributed processing
US8225003B2 (en) 1996-11-29 2012-07-17 Ellis Iii Frampton E Computers and microchips with a portion protected by an internal hardware firewall
US7506020B2 (en) 1996-11-29 2009-03-17 Frampton E Ellis Global network computers
US6725250B1 (en) 1996-11-29 2004-04-20 Ellis, Iii Frampton E. Global network computers
US7035906B1 (en) 1996-11-29 2006-04-25 Ellis Iii Frampton E Global network computers
JP3247330B2 (en) * 1997-12-25 2002-01-15 株式会社神戸製鋼所 Multiple processor system
AU5271600A (en) * 1999-05-17 2000-12-05 Frampton E. Ellis Iii Global network computers
US6516410B1 (en) * 2000-02-17 2003-02-04 Compaq Information Technologies Group, L.P. Method and apparatus for manipulation of MMX registers for use during computer boot-up procedures
GB2370380B (en) 2000-12-19 2003-12-31 Picochip Designs Ltd Processor architecture
US6848046B2 (en) * 2001-05-11 2005-01-25 Intel Corporation SMM loader and execution mechanism for component software for multiple architectures
GB2397668B (en) * 2003-01-27 2005-12-07 Picochip Designs Ltd Processor array
US7375035B2 (en) * 2003-04-29 2008-05-20 Ronal Systems Corporation Host and ancillary tool interface methodology for distributed processing
US7155726B2 (en) * 2003-10-29 2006-12-26 Qualcomm Inc. System for dynamic registration of privileged mode hooks in a device
US7386642B2 (en) * 2005-01-28 2008-06-10 Sony Computer Entertainment Inc. IO direct memory access system and method
JP4148223B2 (en) * 2005-01-28 2008-09-10 セイコーエプソン株式会社 Processor and information processing method
US7680972B2 (en) * 2005-02-04 2010-03-16 Sony Computer Entertainment Inc. Micro interrupt handler
JP2006216042A (en) * 2005-02-04 2006-08-17 Sony Computer Entertainment Inc System and method for interruption processing
US7996659B2 (en) * 2005-06-06 2011-08-09 Atmel Corporation Microprocessor instruction that allows system routine calls and returns from all contexts
GB2454865B (en) * 2007-11-05 2012-06-13 Picochip Designs Ltd Power control
US8125796B2 (en) 2007-11-21 2012-02-28 Frampton E. Ellis Devices with faraday cages and internal flexibility sipes
CN101903867B (en) 2007-12-17 2012-12-12 大陆-特韦斯贸易合伙股份公司及两合公司 Memory mapping system, request controller, multi-processing arrangement, central interrupt request controller, apparatus, method for controlling memory access and computer program product
US7802042B2 (en) 2007-12-28 2010-09-21 Intel Corporation Method and system for handling a management interrupt event in a multi-processor computing device
GB2466661B (en) * 2009-01-05 2014-11-26 Intel Corp Rake receiver
GB2470037B (en) 2009-05-07 2013-07-10 Picochip Designs Ltd Methods and devices for reducing interference in an uplink
GB2470771B (en) 2009-06-05 2012-07-18 Picochip Designs Ltd A method and device in a communication network
GB2470891B (en) 2009-06-05 2013-11-27 Picochip Designs Ltd A method and device in a communication network
GB2474071B (en) 2009-10-05 2013-08-07 Picochip Designs Ltd Femtocell base station
US8429735B2 (en) 2010-01-26 2013-04-23 Frampton E. Ellis Method of using one or more secure private networks to actively configure the hardware of a computer or microchip
GB2482869B (en) 2010-08-16 2013-11-06 Picochip Designs Ltd Femtocell access control
GB2489716B (en) 2011-04-05 2015-06-24 Intel Corp Multimode base system
GB2489919B (en) 2011-04-05 2018-02-14 Intel Corp Filter
GB2491098B (en) 2011-05-16 2015-05-20 Intel Corp Accessing a base station
US9239801B2 (en) * 2013-06-05 2016-01-19 Intel Corporation Systems and methods for preventing unauthorized stack pivoting
US9811467B2 (en) * 2014-02-03 2017-11-07 Cavium, Inc. Method and an apparatus for pre-fetching and processing work for procesor cores in a network processor
US10802866B2 (en) * 2015-04-30 2020-10-13 Microchip Technology Incorporated Central processing unit with DSP engine and enhanced context switch capabilities
DE102016117495A1 (en) 2016-09-16 2018-03-22 Infineon Technologies Ag DATA PROCESSING DEVICE AND METHOD FOR EXECUTING COMPUTER PROGRAM CODE
CN108563518A (en) * 2018-04-08 2018-09-21 广州视源电子科技股份有限公司 Slave communication means, device, terminal device and storage medium
CN112783626B (en) * 2021-01-21 2023-12-01 珠海亿智电子科技有限公司 Interrupt processing method, device, electronic equipment and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3631405A (en) * 1969-11-12 1971-12-28 Honeywell Inc Sharing of microprograms between processors
US3812463A (en) * 1972-07-17 1974-05-21 Sperry Rand Corp Processor interrupt pointer
JPS5362945A (en) * 1976-11-17 1978-06-05 Toshiba Corp Disc address system
FR2490434B1 (en) * 1980-09-12 1988-03-18 Quinquis Jean Paul DEVICE FOR RESOLVING CONFLICTS OF ACCESS AND ALLOCATION OF A BUS-TYPE LINK INTERCONNECTING A SET OF NON-HIERARCHISED PROCESSORS
DE3105527A1 (en) * 1981-02-16 1982-09-09 Theodor Dr Tempelmeier Method for improving the response time characteristic of process computers
JPS57164340A (en) * 1981-04-03 1982-10-08 Hitachi Ltd Information processing method
JPS58154058A (en) * 1982-03-10 1983-09-13 Hitachi Ltd Executing system of os
JPS5960676A (en) * 1982-09-30 1984-04-06 Fujitsu Ltd Multiprocessor system
US4703419A (en) * 1982-11-26 1987-10-27 Zenith Electronics Corporation Switchcover means and method for dual mode microprocessor system
US4729094A (en) * 1983-04-18 1988-03-01 Motorola, Inc. Method and apparatus for coordinating execution of an instruction by a coprocessor
US4591975A (en) * 1983-07-18 1986-05-27 Data General Corporation Data processing system having dual processors
US4598356A (en) * 1983-12-30 1986-07-01 International Business Machines Corporation Data processing system including a main processor and a co-processor and co-processor error handling logic

Also Published As

Publication number Publication date
US5109329A (en) 1992-04-28
CN88100705A (en) 1988-08-24
DE3784521D1 (en) 1993-04-08
JPH02502764A (en) 1990-08-30
CN1011357B (en) 1991-01-23
EP0354899A1 (en) 1990-02-21
CN1010991B (en) 1990-12-26
EP0354899B1 (en) 1993-03-03
DE3784521T2 (en) 1993-09-16
CN88100704A (en) 1988-08-24
WO1988005943A1 (en) 1988-08-11

Similar Documents

Publication Publication Date Title
CA1302577C (en) Multiprocessing method and arrangement
US5003466A (en) Multiprocessing method and arrangement
US6711605B2 (en) Multi OS configuration method and computer system
JP3546678B2 (en) Multi-OS configuration method
US5745770A (en) Method and apparatus for servicing simultaneous I/O trap and debug traps in a microprocessor
US6480952B2 (en) Emulation coprocessor
US8429669B2 (en) Virtual machine switching control by prefetching information out of and updating a set of processor control information based on a bitmap having update status
US6253320B1 (en) Operating system rebooting method
US5305455A (en) Per thread exception management for multitasking multithreaded operating system
US8201170B2 (en) Operating systems are executed on common program and interrupt service routine of low priority OS is modified to response to interrupts from common program only
US6697834B1 (en) Mutual exculsion system and method for restarting critical sections of code when preempted during a critical section
US4943913A (en) Operating system accessing control blocks by using home address space segment table to control instruction and operand fetch and store operations
JPH0430053B2 (en)
US20230205713A1 (en) Computer device, exception processing method, and interrupt processing method
US7552434B2 (en) Method of performing kernel task upon initial execution of process at user level
US7546600B2 (en) Method of assigning virtual process identifier to process within process domain
EP0550283A2 (en) Invoking hardware recovery actions via action latches
JP2001216172A (en) Multi-os constituting method
US20030126520A1 (en) System and method for separating exception vectors in a multiprocessor data processing system
JPS6097440A (en) Virtual multiprocessor device
US20210208928A1 (en) Interrupt servicing in userspace
JP2004038995A (en) Multiple operation system configuration method
SITKIN et al. A real-time Kernel for a 1750A-based multiprocessor
JPS6139135A (en) Interval timer interruption controller of virtual computer system

Legal Events

Date Code Title Description
MKLA Lapsed