GB2277388A - Programmable multi-processor interrupt controller system with a processor integrated local interrupt controller - Google Patents

Programmable multi-processor interrupt controller system with a processor integrated local interrupt controller Download PDF

Info

Publication number
GB2277388A
GB2277388A GB9402811A GB9402811A GB2277388A GB 2277388 A GB2277388 A GB 2277388A GB 9402811 A GB9402811 A GB 9402811A GB 9402811 A GB9402811 A GB 9402811A GB 2277388 A GB2277388 A GB 2277388A
Authority
GB
United Kingdom
Prior art keywords
interrupt
processor
priority
local
controller
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.)
Granted
Application number
GB9402811A
Other versions
GB9402811D0 (en
GB2277388B (en
Inventor
P K Nizar
David Carson
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Publication of GB9402811D0 publication Critical patent/GB9402811D0/en
Publication of GB2277388A publication Critical patent/GB2277388A/en
Application granted granted Critical
Publication of GB2277388B publication Critical patent/GB2277388B/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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
    • G06F9/4818Priority circuits therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt
    • G06F13/26Handling requests for interconnection or transfer for access to input/output bus using interrupt with priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/17Interprocessor communication using an input/output type connection, e.g. channel, I/O port

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Bus Control (AREA)
  • Information Transfer Systems (AREA)
  • Programmable Controllers (AREA)

Description

2277388 PROGRAMMABLE MULTI-PROCESSOR INTERRUPT CONTROLLER SYSTEM WITH A
PROCESSOR INTEGRATED LOCAL INTERF1QPT -CONTROLLER CROSS-BEFERENCE TQ RELATED APPLICATION
This is a continuation-in-part of our prior application Serial No. 071632, 149, filed December 21, 1990, for a Mufti-Processor Programmable Interrupt Controller System. FIELD OF THE INVENTION
The present invention generally relates to the field of multi-processor systems and more specifically to interrupt controllers designed to manage peripheral equipment service interrupt requests in a multi-processor environment.
BACKGROUND OF THE INVENTION
Input/output peripheral equipment, including such computer items as printers, scanners and display devices require intermittent servicing by a host processor in order to ensure proper functioning. Services, for example, may include data delivery, data capture and/or control signals. Each peripheral will typically have a different servicing schedule that is not only dependent on the type of device but also on its programmed usage. The host processor is required to multiplex its servicing activity amongst these devices in accordance with their individual needs while running one or more background programs. Two methods for advising the host of a service need have been used: polled device and device interrupt methods. In the former method, each peripheral device is periodically checked to see if a flag has been set indicating a service request, while, in the latter method, the device service request is routed to an interrupt controller that can interrupt the host, forcing a branch from its current program to a special interrupt service routine. The interrupt method is advantageous because the host does not have to devote unnecessary clock cycles for polling. It is this latter method that the present invention addresses. The specific problem addressed by the current invention is the management of interrupts in a multi- processor system environment.
Multi-processor systems, often a set of networked computers having common peripheral devices, create a challenge in the design of interrupt control methods. For instance, in the case of a computer network servicing a number of users, it would be highly desirable to distribute the interrupt handling load in some.optimum fashion. Processors that are processing high priority jobs should be relieved of this obligation when processors with lower priority jobs are available. Processors operating at the lowest priority should be uniformly burdened by the interrupt servicing requests. Also, special circumstances may require that a particular 110 device be serviced exclusively by a preselected (or focus) processor. Thus, the current invention addresses the problem of optimum dynamic and static interrupt servicing in mufti-processor systems.
Prior art, exemplified by Intel's 82C59A and 82380 programmable interrupt controllers (PICs), are designed to accept a number of external interrupt request inputs. The essential structure of such controllers, shown in Figure 1, consists of six major blocks:
IRR - ISR - Interrupt Request Register 11 stores all interrupt levels (IRQx) on lines 16 requesting service; Interrupt Service Register 12 stores all interrupt levels which are being serviced, status being updated upon receipt of an end-of-interrupt (E01); Interrupt Mask Register 13 stores the bits indicating which IRO lines 16 are to be masked or disabled by operating on IRR1 1; VR - Vector Registers 19, a set of registers, one for each IRO line 16, stores the pre-programmed interrupt vector number supplied to the host processor on data bus 17, containing all the necessary information for the host to service the request; PR - Priority Resolver 15, a logic block that determines the priority of the bits set in IRR1 1, the highest priority is selected and strobed into the corresponding bit of ISR12 during an interrupt acknowledge cycle (INTA) from the host processor; Control Logic - Coordinates the overall operations of the other internal blocks within the same PIC, activates the host input interrupt (INT) fine 19 when one or more bits of IRR1 1 are active, enables VR1 9 to drive the interrupt vector onto data bus 17 during an INTA cycle, and inhibits all interrupts with priority equal or lower than that being currently serviced.
Several different methods have been used to assign priority to the various IRO lines 16, including:
1) fully nested mode, 2) automatic rotation - equal priority devices, made and 3) specific rotation - specific priority mode.
The fully nested mode, supports a multi-level interrupt structure in which all of the IRO input lines 16 are arranged from highest to lowest priority: typically IROO is assigned the highest priority, while IR07 is the lowest.
Automatic rotation of priorities when the interrupting devices are of equal priority is accomplished by rotating (circular shifting) the assigned priorities so that the most recently served IRO line is assigned the lowest priority. In this way, accessibility to interrupt service tends to be statistically levelled for each of the competing devices.
The specific rotation method gives the user versatility by allowing the user to select which IRQ line is to receive the lowest priority, all other IRQ 5 lines are then assigned sequentially (circularly) higher priorities.
From the foregoing description it may be seen that PIC structures of the type described accommodate uni-processor systems with multiple peripheral devices but do not accommodate multi-processor systems with multiple shared peripheral devices to which the present invention is 10 addressed.
SUMMARY OF THE-INVENTION
One object of the present invention is to provide for a multi-processor programmable interrupt controller (MPIC) system that uses an integrated circuit chip incorporating both the local processor and an associated local 5 processor interrupt controller as a single unit.
Another object is to provide a mufti-processor programmable interrupt controller (MPIC) system including but not limited to the following capabilities:
1 multiple 1/0 peripheral devices, each with its own set of 2) 3) 4) 5) 6) 7) interrupt; static as well as dynamic multi-processor interrupt management including the symmetrical distribution of interrupts over selected processors; level or edge triggered interrupt request pins, software selectable per pin; per pin programmable interrupt vector and steering information; programmable vector address field defined by each operating system; inter-processor interrupts allowing any processor to interrupt any other for dynamic reallocation of interrupt tasks; and support of system wide support functions related to non-maskable interrupts (NMI), processor reset, and system debugging.
The present invention achieves these capabilities by means of an MPIC system structure which includes three major subsystems:
1 an 1/0 MPIC unit for acquiring interrupt request (IRQ) signals from its associated 1/0 peripheral devices, having a redirection table for processor selection and vector/priority information; 2) local-MPIC units which may be separate auxiliary units connected to the associated processor or units that are partially or totally integrated into the associated processor, each managing interrupt requests for a specific system processor including pending, nesting and masking operations, as well as inter-processor interrupt generation; and 3) a dedicated 1/0 -bus, distinct from any system or memory bus, for communications between the 1/0 and local MPIC units as well as between local-MPIC units.
It is a further object of this invention to support system scaling granularity of one, i.e., one processor at a time without significant penalty for any number of processors.
BRIEF DESCRIPTION OF TH9 DHAWItjQS
The present invention may be understood more fully from the detailed description given below and from the accompanying drawings of the preferred embodiments of the invention, which, however should not be taken to limit the invention to the specific embodiment but are for explanation and understanding only.,
Figure 1 depicts a block diagram of a common prior art uni-processor programmable interrupt controller (PIC).
unit.
Figure 2 is a block diagram of the currently preferred multi-processor programmable interrupt controller (MPIC) system.
Figure 3 is a block diagram of the currently preferred 110-MPIC unit.
Figure 4 shows the various fields that make-up a Redirection Table 64-bit entry.
Figure 5 is a block diagram of the currently preferred local-MPIC Figure 6 shows the various fields that constitute the local vector table entries of a local-MPIC unit.
Figure 7 shows the various field assignments of the interrupt
Command Register.
Figure 8 depicts the tracking of the remote IRR bit by the destination IRR bit.
Figure 9 is a flow chart depicting the interrupt acceptance process by a local-MPIC unit.
Figure 10 shows the MPICAD register configuration.
Figure 11 shows the non-isolated MPIC-Bus connections.
Figure 12 shows a td-state buffered MPIC-Bus arrangement.
Figure 13 shows the 2-bit decode process for the MPICAD used in bus arbitration.
Figure 14 shows the MPIC short message forms.
Figure 15 shows the MPIC message encode of the delivery mode.
Figure 16 defines the control bits of the MPIC message.
Figure 17 defines the extended delivery mode control bit coding.
Figure 18 shows the MPIC-Bus medium and long message formats.
Figure 19 shows the Base 0. 1, and 2 time generator.
Figure 20 shows the Divide (Base 2) Configuration Register bit assignments.
Figure 21 shows the contents of the three timer Local Vector Table.
DESCRIPIION OF THE PREFERRED EMBODIMENT(S) A multi-processor programmable interrupt controller (MPIC), system is described. In the following description, numerous specific details are set forth, such as a specific number of input pins, bits, devices, etc., in order to provide a thorough understanding of the preferred embodiment of the present invention. It will be obvious, however, to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well-known circuits have not been shown in detail, or have been shown in block diagram form only, in order to avoid unnecessarily obscuring the present invention.
Additionally, in describing the present invention, reference is made to signal names peculiar to the currently preferred embodiment. Reference to these specific names should not be construed as a limitation on the spirit or scope of the present invention.
A. Overview of the MPIC Architecture The multi-processor programmable interrupt controller (MPIC) system is designed to accommodate interrupt servicing in a multi-processor environment. Current practice is mainly concerned with uni-processor systems in which the interrupts of a number of peripheral units are serviced by a single processor aided by a programmable interrupt controller (PIC). In a mufti-processor system, it is often desirable to share the burden of interrupt servicing among a group of similar processors. This implies the ability to broadcast interrupt service requests to the pertinent group of processors and a mechanism for determining the equitable assignment of the tasks amongst the processors. The uni-processor design problem is significantly simpler: the PIC dedicated to the processor assigns a priority to each interrupt request (IRO) line, orders the requests according to the assigned priorities and delivers the necessary information to the processor to timely initiate the appropriate servicing subroutine.
The MPIC system provides both static and dynamic interrupt task assignment to the various processors. When operating in a purely static mode, it functions much as a PIC in a uni-processor system assigning each interrupt according to a prescribed schedule.
When operating in a dynamic mode, the MPIC manages interrupt task assignment by taking into consideration the relative task priority between processors.
It is expected that more typical usage would entail elements of both static and dynamic interrupt management. Static assignments might be made, for example, when licensing considerations preclude the shared use of servicing software. Under other circumstances it may be desirable to restrict the interrupt servicing task to a subset of processors that share a common peripheral subsystem. In the extreme case, all processors are subject to interrupt requests from all peripheral subsystems.
Figure 2 is a block diagram of the currently preferred multi-processor programmable interrupt controller (MPIC) system. The MPIC 100 consists of three major units: 1/0-MPIC unit 102, MPIC-bus 103, and multiple localMPIC units of which one is labelled 104. Each 1/0-MPIC 102 accepts interrupt lines 107 from its associated 1/0 subsystem 101 (typically a collection of peripherals), each line corresponding to a unique IRQ. The 1/0MPIC output is coupled to MPIC bus 103 which broadcasts to all localMPIC units 104 appropriately formatted IRQ messages containing all necessary identifying and priority information. Each local MPIC unit 104 examines the message and decides whether to accept it. If tentatively accepted by more than one local MPIC unit 104, an arbitration procedure is invoked between competing units. The local MPIC unit 104 with the lowest priority wins the arbitration and accepts the IRO and timely dispenses it to its associated processor 105.
System bus 30 is the common means for communicating between processors, memory, and other peripheral units of the multi-processor system. Each processor and peripheral is interfaced with system bus 30 by means of a memory bus controller (MBC) 31. In prior art systems, system bus 30 carries interrupt request traffic, interrupt servicing traffic, and all other inter-unit system traffic. The present invention relegates interrupt request traffic to the MPIC bus 103, thereby increasing the overall system efficiency.
B. Interrupt Control The interrupt control functions of both 1/0 and local MPIC units are collectively responsible for delivering interrupts from interrupt sources to an interrupt servicing processor in a multi-processor system.
Each interrupt has an identity, the interrupt vector, that uniquely distinguishes the interrupt from other interrupts in the system. When a processor accepts an interrupt (IRO), it uses the vector to locate the entry point of the appropriate software interrupt handler in its interrupt table. The preferred embodiment supports 256 (8-bit) distinct vectors in the range of 0 to 255.
Each interrupt has an interrupt priority represented by the five most significant bits of the 8-bit interrupt vector, i.e., 16 priority levels with 0 being lowest and 15 being the highest priority. This implies that 16 different vectors may share a single interrupt priority level.
Interrupts are generated by a number of different sources, which may include:
1 external 1/0 devices connected to the 1/0-MPIC unit manifested by either edges (level transitions) or levels on interrupt input pins and may be redirected to any processor; 2) locally connected device interrupts, always directed to the local processor only, manifested as an edge or level signal; 3) MPIC timer interrupts, generated within the local-MPIC unit by any of the three programmable timers; 4) inter-processor interrupts addressed to any individual processor of groups of processors in support of software self interrupts, pre-emptive scheduling, cache memory table look-aside buffer (TLB) flushing, and interrupt forwarding; and 5) bus parity error interrupt generated by any local MPIC unit that detects a parity error on the data bus causing its host to be interrupted.
The destination of an interrupt can be zero, one, or a group of processors in the system. A different destination can be specified for each interrupt. The sender specifies destination of an interrupt in one of two destination modes: physical mode and logical mode.
In physical mode the destination processor is specified by a unique 8-bit MPIC-ID. Only a single destination or a broadcast to all (MPIC-ID of all ones) can be specified in physical destination mode.
Each MPIC unit has a register that contains the unit's 8-bit MPIC-ID.
The MPIC-ID serves as a physical name of the MPIC unit. It can be used in specifying destination information and is also used for accessing the MPICbus. The mechanism by which an MPIC establishes its MPIC-ID is implementation dependent. Some implementations may latch in the MPICID on some of their pins from slot number at reset time. The MPIC-ID is read-write by software.
The MPIC-ID serves as the physical "name" of the MPIC unit used for addressing the MPIC in physical destination mode and for MPIC-bus usage.
In logical mode, destinations are specified using a 32-bit destination field. All local MPIC units contain a 32-bit Logical Destination register 223 against which the destination field of the interrupt is matched to determine if the receiver is being targeted by the interrupt. An additional 32-bit Destination Format register 221 in each local-MPIC unit defines exactly how the destination field is to be compared against the destination format register. In other words, the Destination Format register 221 defines the interpretation of the logical destination information.
The Destination Format register 221 partitions the 32-bit destination information into two fields:
(1) an encoded field that can be used to represent some scalar ID. Matching on the encoded field requires an exact match on the value of this field. To support broadcast to all in logical mode, an encoded field value of all ones is treated special in that it matches any encoded value.
(2) a decoded field (or bit array) that can be used to represent a set of elements. Matching on the decoded field requires that at least one of the corresponding pair of bits in the decoded fields are both ones.
The Destination Format register 221 is controlled by software and determines which bits in the destination information are part of the encoded field and which bits are part of the decoded field. To have a match on the destination, both fields must match.
The logical-level interpretation of what each field really represents is totally defined by the operating system. Note that these fields need not use consecutive bits and that the length of either field can be zero. A zero- length field always matches. Since destination interpretation is done locally by each local-MPIC unit, the Destination Format registers of all local MPIC units in a system must be set up identically.
Three example usage models using different interpretations are described next to further illustrate the destination specification mechanism.
These are probably the most common models used in practice.
Example 1: Single-Level Model In this model, all 32 bits of destination information are interpreted as decoded field. Each bit position corresponds to an individual Local MPIC unit. Bit position could correspond to physical MPICAD, but this need not be the case. This scheme allows the specification of arbitrary groups of MPIC units simply by setting the member's bits to one, but allows a maximum of 1 - 14 32 processors (or local-MPIC units) per system. In this scheme, a MPIC unit is addressed if its bit is set in the destination array. Broadcast to all is achieved by setting all 32 destination bits to one. This selects all MPIC units in the system.
Example 2: Hierarchical Model This model uses encoded and decoded fields of non-zero lengths. The encoded field represents a static cluster of local
MPIC units, while a bit position in the decoded field identifies an individual local MPIC unit within the cluster. Arbitrary sets of processors within a cluster can be specified by naming the cluster and setting the bits in the decoded field for the selected members in the cluster. This supports systems with more than 32 processors, and matches a DASH-style cluster architecture. Broadcast to all is achieved by setting all 32 destination bits to one. This guarantees a match on all clusters, and will select all MPICs in each cluster.
Example 3: Bimodal Model Each value of the encoded field is the ID of an individual localMPIC. This ID could be identical to the MPIC's physical MPICID, but this need not be the case. Each bit in the decoded field represents a predefined group. This scheme allows addressing a single MPIC unit by using its ID in the encoded field (and selecting no groups), or to address a group (or union of groups) of MPICs by setting the encoded field to all ones and selecting the groups in the decoded field. Each MPIC unit could be a member of multiple groups. Supporting broadcast to all in the bimodal model requires that software define a group that contains all local-MPICs in the system. Broadcast is then achieved by setting all 32 destination bits to one. This matches all individual IDs and also matches on the group that contains all local units.
Each processor has a processor priority that indicates the relative importance of the task or code that the processor is currently executing. This 5 code may be part of a process or thread, or it may be an interrupt handler. The priority is dynamically raised or lowered with changing tasks thus masking out lower priority interrupts. Upon servicing of an IRO, the processor returns to a previously interrupted activity.
A processor is lowest priority within a given group of processors if its processor priority is the lowest of all processors in the group. Because one or more processors may be simultaneously lowest priority within a given group, availability is subject to the process of arbitration.
A processor is the lw&a of an interrupt if it is currently servicing that interrupt, or if it currently has a request pending for that interrupt.
An important feature of the current invention is the guarantee of exactly-once delivery semantics of interrupts to the specified destination which implies the following attributes of the interrupt system:
1) interrupt injection is never rejected; 2) 3) interrupts (1110s) are never lost; in the case of edge triggered interrupts, the same IRO occurrence is never delivered more than once, i. e., by delivering an interrupt first to its focus processor (if it currently has one), multiple occurrences of the same interrupt while the first is pending (servicing not complete) are all recorded as pending in the local-MPIC interrupt request register's (IRR's) pending bit corresponding to that particular interrupt request; 4) for level activated interrupts, the state of the 1/0-MPIC's interrupt pin is re-created at the destination local-MPIC's IRR pending bit whenever its state differs from the state of the 1/0MPIC interrupt input pin, the destination local-MPIC only initiating the same IRO upon execution of an end-of-interrupt (E01) signal, unless the processor explicitly raises its task priority.
The preferred embodiment supports two modes for the redirection of these incoming IRO and for the selection of the destination processor: fixed static M2de and dynamic lowest-liriority mode. These and other possible operating system supported modes are supported by the following information:
1) 2) 3) 4) MPIC-ID's, known by each MPIC unit, Destination Address field from the 1/0-MPIC's re-direction table, the MPIC unit address; each MPIC unit knows its own address, whether an MPIC unit is currently the focus for the interrupt, and
5) priority of all processors.
The fixed mode is the simplest method. The interrupt is unconditionally broadcast by the 1/0 MPIC to all MPIC's encoded in the destination address field for the particular IRQ, typically a single local MPIC is designated. Priority information is ignored. If the destination processor is not available, the interrupt is held pending at the destination processors local-MPIC until the processor priority is low enough to have the local-MPIC dispense the interrupt to the processor. Fixed re-direction results in:
1) static distribution across all processors; and 2) assignment of a specific local-MPIC to a given interrupt. Fixed redirection allows existing single threaded device drivers to function in a multi-processor environment provided that software binds the driver code to run on one processor and the MPIC unit is programmed for fixed delivery mode so that the device's interrupt is directed to the same processor on which the ddver runs.
The lowest-priority re-direction mode causes the lowest priority available processor in a group specified by the re-direct address field to service the interrupt. Because each of these lowest-priority processor's local-MPIC knows their associated processor's priority, an arbitration protocol is exercised on the MPIC-bus to determine the lowest priority.
If more than one processor is operating at the lowest-priority, then one of them may be picked at random. An additional processor selection algorithm is applied to the remaining candidate lowest priority processors for the random selection of a processor with the object of uniformly spreading the interrupt servicing task amongst the lowest priority processors.
C. Structural Description
The 1/0-MPIC unit 102 of Figure 2 is further detailed in Figure 3. The interrupt input lines 107 provide the means for the 1/0 devices to inject their interrupts. An edge filter 108 is used to provide clean level transitions at the input pins. The re-direction table 104 has a dedicated 64-bit entry for each interrupt input pin (line) 107. Unlike the prior art IRQ pins of the 82C59A/82380 PIC. previously discussed, the notion of interrupt priority is completely unrelated to the position of the physical interrupt input pin on the 1/0 MPIC unit of the current invention. The priority of each input pin 107 is software programmable by assigning an 8-bit vector in the corresponding entry of the Re-direction Table 104.
Figure 4 shows the format of each Re-direction Table 64-bit entry. The description of each entry is as follows:
Vector (0:7):
is Delivery Mode (810):
An 8-bit field containing the interrupt vector.
A 3-bit field that specifies how the local MPIC's listed in the destination field should act upon receipt of this signal, has following meaning:
000- End - deliver to all processors listed on destination.
001 - Lowest PLi"i - deliver to lowest priority processor among all processors listed in destination.
011 - Remote Read - request contents of an MPIC unit register, whose address is in the Vector field, to be stored in the Remote Register for access by the local processor, edge trigger mode.
100- NMI - deliver to the non-maskable interrupt (NMI) pin of all listed processors, ignoring vector information, treated as edge sensitive signal.
101 - Reset - deliver to all processors listed by asserting/de-asserting the processors' reset pin, setting all addressed local 110- 12_Qj deliver to all listed processors by asserting/de-asserting the local MPIC's debug pin; treated as a level sensitive signal.
EX11JJI - deliver to the INT pin of all listed processors as an interrupt originating in an externally connected 8259A compatible interrupt controller, treated as a level sensitive signal.
(Note that Delivering Modes of Reset, Debug and ExtINT are not 1/0 device interrupt related. Reset and Debug are interprocessor interrupts while the ExtINT mode is included to provide compatibility with the existing 8259A PIC de facto standard.) Destination Mode (1 l):
Delivery Status (12):
Interprets Destination field:
0 - Physical Mode - use MPICAD in bits 56:63.
1 - logical Mode - 32 bit field is the logical destination, operating system defined.
A 2-bit software read only field containing current delivery status of the interrupt:
0- E112 - no current activity, Remote IRR (14):
Trigger Mode (15):
1 - (16):
Destination (32:63): Send Pending - interrupt injected to local-MPIC, held up by other injected
interrupts, This bit is software read-only, i.e., 32-bit software writes to the re- direction table 109 do not affect this bit.
Mirrors the Interrupt Request Register (IRR) bit of the destination localMPIC for level sensitive interrupts 2nLy, and when status of bit disagrees with the state of the corresponding interrupt input line 107, an 1/0-MPIC message is sent to make the destination's IRR bit reflect the new state causing the remote (local-MPIC) IRR bit to track. This bit is software read-only.
Indicates the format of interrupt signal: 0 - edge sensitive 1 - level sensitive Indicates mask status: 0 - non masked interrupt (NMI) 1 - masked interrupt capable of being blocked by higher priority tasks.
32-bit field representing interrupt destination defined by the operating system. The lower part of Figure 4 depicts the two possible formats previously discussed: a 32-bit physical (decoded) format using one bit per destination processor and an 8124 bit logical format with 8 coded bits and 24 decoded bits defining a 256 x 24 two dimensional destination space.
The 64-bit wide re-direct table 109 is read/write accessible through the 32-bit address and 32 data lines, DATA/ADDR 106, of a host processor, except as noted above for the Delivery Status and Remote IRR bits which are hardware write and software read only.
The re-direction table entries are formatted and broadcast to all local-MPIC units 104 by MPIC-bus send/receive unit 110. The MPIC-bus 107 protocol specifies a 5-wire synchronous bus, 4 wires for data and one wire for its clock. Specific details of message formats will be covered under the section on MPIC-Bus Protocol. Acceptance results in the reset of the Delivery Status to Idle.
The local-MPIC unit 104 is responsible for interrupt acceptance, dispensing of interrupts to the processor and sending inter-processor interrupts.
Depending on the interrupt delivery mode specified in the interrupt's re-directional table entry, zero, one or more MPIC units may accept an interrupt. A local-MPIC accepts an interrupt only if it can deliver the interrupt to its associated processor. Accepting an interrupt is purely an 1/0-MPIC 102 and local-MPIC 104 matter while dispensing an interrupt to a processor only involves a local-MPIC 104 and its local processor 105.
The Re-direction Table 109 of the 1/0-MPIC unit 102 serves to steer interrupts that originate in the 1/0 sub-system 101 and may have to be directed to any processor by broadcasting the Re-direction Table entry corresponding to a given interrupt over the MPIC-Bus 103.
Figure 5 details the structural elements of the local-MPIC unit 104.
The Local Vector Table 210 is similar in function to the 1/0-MPIC Re-direction Table 109 except that it is restricted to interrupts relating to the associated local processor only. Local Vector Table 210 contains six 32- bit entries. Entries 201 through 202 correspond to timers 0 through 2; entries 203 and 204 correspond to local interrupt input pins; and entry 205 controls interrupt generation for data parity errors. The higher order bits in timer entries 200 through 202 contain timer-specific fields not present in the other entries (as detailed under the later discussion on timers).
Although Figures 2 and 5 show local MPIC unit 104 as a separate entity, it may be incorporated in whole or in part into the associated processor or processor chip 105. This may be done in order to improve the efficiency of communications between the local MPIC unit 104 and the associated processor 105. For example, the incorporation of the local MPIC unit's local interrupt vector table comprising units 203 and 204 could provide a more direct path to cache memory and thus speed up the flushing of a cache memory translation look-up buffer.
Figure 6 defines the various fields associated with local vector table
10entries 200 through 205.
Vecto (0:7):
Delivery Mode (DELV)(8:10):
Remote IRR (R) (14):
Irigger Mode (TM) (15):
(MS) (16):
MQúk (M) (17):
An 8-bit field containing the interrupt Vector.
A 3-bit field having the same meaning as in re-direction table 109 except lowest priority (001) is synonymous with fixed (000).
This bit mirrors the interrupt's IRR bit of this local-MPIC unit. It is used solely for level triggered local interrupts, is undefined for edge triggered interrupts, and is software read-only.
0 indicates edge sensitive trigger. 1 indicates level sensitive interrupt. Local interrupt pins (203, 204) may be programmed as other edge or level triggered while Timer (200:202) and Parity (205) are always edge sensitive.
0 enables interrupt, 1 masks interrupt Selects mode of timer; 0 is one shot, 1 is periodic lla,u (1819):
Selects one of three time base for counter.
(Mode and Base parameters will be discussed further in the section on Timer Architecture.) A processor generates inter-processor interrupts by writing to the 64-bit interrupt Command Register 220, whose layout is similar to that of the 1/0-MIPIC Re-direction Table 109. The programmable format, very similar to an entry in the Re-direction Table 109 is shown in Figure 7, allows every processor to generate any interrupt thereby allowing a processor to forward an interrupt originally accepted by it to other processors. This feature is also useful for debugging. The Interrupt Command Register 220 is software read-write.
Vecto (0:7):
Delivery Mode (8:10):
Destination Mode (1l):
Deliveiy Status (12):
Identifies interrupt being sent.
Same interpretation as for Re-direction Table 109.
Same interpretation as for Re-direction Table 109.
Same interpretation as to Re-direction Table 109. Local processor sets status, local-MPIC up-dates. Software may read this field to find out if the interrupt has been sent and, if so, Interrupt Command Register 220 is ready for accepting a new interrupt. If register 220 is over-written before the delivery status is IdLe (0), then the status of that interrupt is undefined (may or may not have been accepted).
Level De-assert (14):
Trigger Mode (15):
Remote Read Status (16,17) A bit used in conjunction with Triage Muc[,a (15) to simulate assertion/de-assertion of level sensitive interrupts ffl-de-assert, 1 - assert). For example, with Delive[y MQdfl at Reset, Trigger Mode at LCMW and Level De-assert at 1, results in a de-assert of 13fi,CI to the processor of the addressed MPIC(s). This condition will also cause all MPICs to reset their Arbitration-11) (used for tie breaking in lowest priority arbitration) to the MPCAD.
Same as for Redirection Table 109.
Indicates status of data contained in the Remote Read register 224:
00 - Invalid - content of Remote Read register 224 invalid, remote MPC unit unable to deliver.
01 - In Progress - Remote Read in progress, awaiting data.
- Moild - Remote Read complete, valid data.
Destination (32:63):
Destination ShoCand (1819): A 3-bit field used to specify a destination without the need to provide the 32-bit destination field. This reduces software overhead by not requiring a second 32-bit write operation corresponding to bit field 32:63 for the follow common cases:
a) software self interrupt, b) interrupt to a single fixed destination, c) interrupt to all processors that can be named in the Destination field (32:63), including the sending processor.
The 2-bit code is interpreted as follows:
00 - No shorthand, use Destination field (32:63).
01 - 5CIL current local-MPIC is the only destination (used for software interrupts).
- All including self.
11 - All excluding-.sed, used during reset and debug.
Operating system defined, same as for Redirection Table 109. Used only when Destination Shorthand is set to Dest Field (000).
The 110-MPIC unit 102 and all local MPIC units 104 receive messages via the MPIC-Bus 103. The MPIC unit's first check to see if it belongs to the destination in the message. For example, in the case of the 32-bit destination format previously cited, each MPIC unit with an ID value in MPICAD Register 222 less than 32 uses it MPICAD to index into the 32-bit destination array. If it finds its bit set, then the MPIC unit is addressed by this message. In the case of the 8 x 24 format, each MPIC unit checks if its MPICAD is equal to the MPICAD in the 32-bit destination field, or if it is a member of the group list, as shown in Figure 7, by bit-wise ANDing its 24- bit group list register (32:55) with the group list in the message and ORing all resulting bits together. If the MPICAD in the message has a value of 255, then the MPIC unit is addressed by the message as well.
MPIC-bus send/receive and arbitration unit 216, Figure 5, directs the destination and mode information on output 267 to acceptance logic unit 248 which performs the logic operations in conjunction with the contents of MPIC-ID Register 222. If the message is accepted, the vector information available on output 266 of unit 226, is decoded and together with the mode information is passed on through to the 3 x 256 bit vector array 230 by vector decode unit 228. The 8-bit interrupt Vector, when decoded by Vector Decode 228 determines which bit position out of 256 possible is set indicating the interrupt priority. When an interrupt is being serviced, all equal or lower priority interrupts are aDtomatically masked by the prioritizer unit 240.
3 x 256 bit Vector Array 230 consists of 256 bit vectors used for storing interrupt related information. Each register is software read-only and hardware read/write. The registers are defined as follows:
ISR, TMR, In Service Register 231, shows interrupts that are currently in service for which no end of interrupt (E01) has been sent by the processor; Interrupt Request Register 232, contains interrupts accepted by the local MPIC unit but not dispensed to the processor, Trigger Mode Register 234, indicates whether the interrupt is a level or edge sensitive type as transmitted by the sending MPIC-110 units trigger mode bit in the redirection table entry.
If an interrupt goes in service and the TMR bit is 0, indicating edge type, then the corresponding IRR bit is cleared and the corresponding ISR bit is set. If the TMR bit is 1, indicating level type, then the IRR bit is not cleared when the interrupt goes in service (ISR bit set). Instead, the IRR bit mirrors the state of the interrupt's input pin. As previously discussed, when the level triggered interrupt is de-asserted, the source 110-MPIC detects the - 27 discrepancy and sends a message to the destination local-MPIC unit to clear its IRR bit.
Figure 8 shows, by way of an example, how the remote IRR and the IRR bit at the destination local-MPIC unit track the state of the interrupt input (INTIN). h also illustrates how an EOI is followed immediately by the reasserlion of the interrupt as long as the INTIN is still asserted by some device. In this example, it is assumed that two devices, A and B, share a level triggered interrupt input to the 110-MPIC. Device A raises a level interrupt as indicated on line (a), followed by a device B interrupt as shown on line (b). The resulting INTIN signal is the 0Red combination of lines (a) and (b) as shown on line (c). The MPIC-bus send/receive unit 110 of Figure 3 EXCLUSIVE-ORs (X0Rs) INTIN with the remote IRR bit, bit 14 of the Re-direction Table 104, shown on line (e) to yield the "level assert" and "level de-assert" shown on line (d). The local-MPIC IRR bit tracks the state of line (e) as shown on line (f). Line (g) demonstrates how an EOI is followed immediately by re-asserting the interrupt as long as the INTIN signal is still asserted by one of the devices.
Figure 9 is a flow chart depicting the interrupt acceptance process of a local-MPIC unit. Upon receipt of a message, a local-MPIC unit is the current focus, i.e., the pertinent IRR or ISR bit is pending, it accepts the interrupt independent of priority and signals the other local-MPICs to abort the priority arbitration. This avoids multiple delivery of the same interrupt occurrence to different processors, consistent with prior art interrupt delivery semantics in uni-processor systems. If a local- MPIC unit is not, currently, the focus it listens for the acceptance by another local-MPIC. If more than one MPIC is available, arbitration, as described under the section entitled MPIC Bus- Pcotoce, is invoed to determine the winner (lowest priority) unit.
If a message is sent as NMI, Debug or Reset, then all units listed in the destination unconditionally assert/de-assert their processor NMI output pin 263, Debug pin 264, or Reset pin 265 of Figure 5. ISR 231 and IRR 232 are by-passed and vector information is undefined.
The Task Priority Register (TPR) 242 of Figure 5 stores the current priority of its processor's task which is dynamically subject to change because of explicit software actions, such as when tasks are switched, and upon entering or returning from an interrupt handler. TPR 242 is a 32- bit register supporting up to 256 priority levels by means of an 8-bit field (0:7). The four msb (4:7) correspond to the 16 interrupt priorities while the four Isb (0:3) provide additional resolution. For example, a TPR value with zero in the five msb and non-zero in the three Isb may be used to describe a task scheduling class between 0 (Idle) and 1 for the purpose of assigning an interrupt. This is particularly useful when a number of processors are operating at the same lowest level of priority.
A processor's priority is derived from the TPR 242, ISR 231 and IRR 232. It is the maximum of its task priority, and the priority of the highest order ISR bit, and the priority of the highest IRR bit, all evaluated using the four most significant bits of their coded 8-bit representation. This value, used in determining availability of a local- MPIC to accept an interrupt and in determining the lowest priority local- MPIC unit, is computed on the fly as required.
Once a local-MPIC accepts an interrupt, it guarantees delivery of the interrupt to its local processor. Dispensing of a maskable interrupt is controlled by the INT/INTA protocol which begins with the local-MPIC unit asserting the INT pin 262 which is connected to the processor INT pin. If the processor has interrupts enabled, it will respond by issuing an INTA cycle on line 261 causing the local-MPIC to freeze its internal priority state and release the 8-bit Vector of the highest priority interrupt onto the processor data bus-1 06. The processor reads the Vector and uses it to find the interrupt handler's entry-point. The local-MPIC also sets the interrupt's ISR-bit. The correspondi rig IRR bit is cleared only if TMR 234 indicates an edge triggered interrupt as previously discussed.
c) If a level triggered interrupt is de-asserted just prior to its INTA cycle, all IRR bits may be clear and the Prioritizer 240 may not find a Vector to deliver to the processor on data bus 106. instead, the Prioritizer 240 will return a Spurious Interrupt Vector (SIV) instead. The dispensing of the (SIV) does not affect ISR 231, so that the interrupt handler should return without issuing an E01. The SIV is programmable via the SIV register within prioritizer 240.
It is possible that local MPIC units exist in the system that do not have a processor to which to dispense interrupts. The only danger this represents in the system is that if an interrupt is broadcast to all processors using lowest priority delivery mode when all processors are at the lowest priority, there is a chance that a local MPIC unit without the processor may accept the interrupt if this MPIC unit happens to have the lowest Arb ID at the time. To prevent this from happening, all local units initialize in the disabled state and must be explicitly enabled before they can start accepting MPIC messages from the MPC-bus. A disabled local MPIC Unit only responds to messages with Delivery Mode set to "Reset". Reset/deassert messages should be sent in Physical Destination mode using the target's MPIC ID because the logical destination information in the local MPICs is undefined (all zeroes) when the local-MPIC comes out of Reset.
Before returning from an interrupt handler, software must issue an end-ofinterrupt (E01) command to its local-MPIC clearing the highest priority bit in ISR 231, by writing to EOI register 246, indicating the interrupt is no longer in service, and causing it to return to the next highest priority activity.
The MPIC system is initialized in the following manner:
a) Each MPIC unit has a reset input pin connected to a common reset.line and activated by the system reset signal.
b) The 8-Isb of the data bus 106 are latched into MPICAD register 222; Each local-MPIC asserts its processor Reset (RST) pin 265 and resets all internal MPIC registers to their initial state, i.e., Re-direction Table 109 and Local Vector Table 210 set so as to mask interrupt acceptance, otherwise setting register state to zero; d) Each local-MPIC de-asserts it processors reset pin to allow the processor to perform self-test and execute initialization code; e) The first processor to get on MPIC-bus 103 will force other procepsors into reset by sending them the inter-processor interrupt with Delivery Mode Reset Trigger Mode Level Level De-Assert 0 Destination Shorthand All Excl Self, all other processors being kept in reset until the active processor's operating system allows them to become active; The only running processor performs most of the system initialization and configuration, eventually booting an operating system which sends out a De-assert/Reset signal to activate the other processors.
D. MPIC-Bus Protocol The MPIC-bus 103 is a 5-wire synchronous bus connecting 110-MPIC and local-MPIC units. Four of these wires are for data transmission and arbitration while one is a clock line.
ElectCically. the bus is wire-OR connected providing both bus-use arbitration, and lowest priority arbitration. Because of the wire-OR connection, the bus is run at a low enough speed such that designspecific termination tuning is not required. Also, the bus speed must allow sufficient time in a single bus cycle to latch the bus and perform some simple logic operations on the latched information in order to determine if the next drive cycle must be inhibited. With a 10 MHz bus speed, an interrupt requiring no arbitration would be delivered in about 2.3 Vs, and with priority arbitration, about 3.4 ILS.
The MPIC units 102 and 104 have separate MPIC-bus input and output pins which may be directly connected in a non-isolated configuration as shown in Figure 11. Three-state input buffers 301 and output buffers 302 may be used to provide a hierarchical connection to MPIC-buses that are required to support a large number of processors as shown in Figure 12.
Arbitration for use of the MPIC-bus 103 and for determining the lowest priority MPIC unit depends on all MPIC message units operating synchronously. Distributed bus arbitration is used to deal with the case when multiple agents start transmitting simultaneously. Bus arbitration uses a small number of arbitration cycles on the MPIC-bus. During these cycles, arbitration "losers" progressively drop off the bus until only one "winner" remains transmitting. Once the sending of a message (including bus arbitration) has started, any possible contender must suppress transmission until enough cycles have elapsed for the message to be fully sent. The number of bus cycles used depends on the type of message being sent.
A bus arbitration cycle starts with the agent driving its MPIC-ID on the MPIC-bus, higher order bits first. More specifically, the 8-bit MPIC-ID (10:17) is chopped into successive groups of 2 bits (17:16) (15:14) (13:12) (11:10). These tuples I(im):I(i), are then sequentially decoded to produce a four bit pattern (130:133) as shown in Figure 13. Bits (130:133) are impressed on the four MPIC-bus lines, one bit per line. Because of the wired-OR connection to the MPIC-bus, each tuple of the ID only asserts to a single wire, making it possible for an agent to determine with certainty whether to drop-off ("lose") or to continue arbitrating the next cycle for the following two bits of the MPIC-ID, by simply checking whether the bus line agent that is driving the bus is also the highest order I on the bus. In this manner, each MPIC-Bus cycle arbitrates two bits.
Arbitration is also used to find the local MPIC unit with the lowest processor priority. Lowest-priority arbitration uses the value of the MPIC's Processor Priority Register appended with an 8-bit Arbitration ID (Arb ID) to break ties in case there are multiple MPICs executing at the lowest priority.
Using the constant 8-bit MPIC ID as the Arb ID has a tendency to skew symmetry since it would favor MPICs with low ID values. An MPIC's Arb ID is therefore not the MPIC ID itself but is derived from it. At reset, an MPIC's Arb ID is equal to its MPIC ID. Each time a message is broadcast over the MPIC-Bus, all MPICs increment their Arb ID by one, which gives them a different Arb ID value for the next arbitration. The Arb ID is then endian-reversed (LSB becomes MSB, etc.) to ensure more random selection of which MPiC gets to have the lowest Arb ID next time around. The reversed Arb ID is then decoded to generate arbitration signals on the MPIC bus as described above.
After bus arbitration the winner will drive its actual message on the bus, 4 bits per clock in nibble-serial fashion. MPIC messages come in two lengths: short at 21 cycles and long at 30 cycles. The interpretation of the first 19 cycles is the same for all message lengths. The long message type appends cycles for priority arbitration to the first 19 cycles. The medium message type only occurs if a complete arbitration is not needed as in case when the winner is known prior to arbitration.
The short message format is shown in Figure 14 where the first column represents the message cycle index (1:19) while the next four columns represent the 4 data lines of the MPIC-bus.
The first four rows (1:4) represent the MPIC-bus arbitration cycles where any row has four entries representing the decoded tuple of the MPIC-ID as previously discussed, i.e., i76... i76 represents tuple (7:6), i54... i54, tuple (5:4), etc.
Cycle 5 is the extended delivery mode of the message and is interpreted in accordance with Figure 15. The bit designated DM is the Destination Mode bit which is 0 for Physical Mode and 1 for Logical Mode.
Bits MO, M1, M2 are previously assigned in the Redirection Table of Figure 4.
Cycle 6 contains the control bits as defined in Figure 16. The extended delivery mode and control bits, cycles 5 and 6, together determine the length of message needed and the interpretation of the remaining fields of the message as shown in Figure 17.
Cycles 7 and 8 make-up the 8-bit interrupt vector.
Cycles 9 through 16 are the 32-bit destination field.
Cycle 17 is a checksum over the data in cycles 5 through 16. The checksum protects the data in these cycles against transmission errors. The sending MPIC unit provides this checksum.
Cycle 18 is a postamble cycle driven as 1111 by the sending MPIC allowing all MPICs to perform various internal computations based on the information contained in the received message. One of the computations takes the computed checksum of the data received in cycles 5 through 16 and compares it against the value in cycle 17. If any MPIC unit computes a different checksum than the one passed in cycle 17, then that MPIC will signal an error on the MPIC-bus in cycle 19 by driving it as 1111. If this happens, all MPIC units will assume the message was never sent and the sender must try sending the message again, which includes re-arbitrating for the MPIC-bus. In lowest priority delivery when the interrupt has a focus processor, the focus processor will signal this by driving 1110 during cycle 19. This tells all the other MPIC units that the interrupt has been accepted, the arbitration is preempted, and short message format is used. All (non focus) MPIC units will drive 1000 in cycle 19. Under lowest priority delivery mode, 1000 implies that the interrupt currently has no focus processor and that priority arbitration is required to complete the delivery. In that case, long message format is used. If cycle 19 is 1000 for non Lowest Priority mode, then the message has been accepted and is considered sent.
When an MPIC unit detects and reports an error during the error.
cycle, that MPIC unit will simply listen to the bus until it encounters two consecutive idle (0000) cycles. These two idle cycles indicate that the message has passed and a new message may be started by anyone. This allows an MPIC that got itself out of cycle on the MPIC-bus get back in sync with the other MPIC units.
Cycles 1 through 19 of the long message format are identical to cycles 1 through 19 of the short message format.
As mentioned, long message format is used in two cases:
(1) Lowest priority delivery when the interrupt does not have a focus. Cycles 20 through 27 are eight arbitration cycles where the destination MPIC units determine the one MPIC unit with lowest processor priority/Arb ID value.
(2) Remote Read messages. Cycles 20 through 27 are the 32 bit content of the remotely read register. This information is driven on the bus by the remote MPIC unit.
Cycle 28 is an Accept cycle. In lowest priority delivery, all MPIC units that did not win the arbitration (including those that did not participate in the arbitration) drive cycle 28 with 1100 (no accept), while the winning MPIC unit drives 1111. If cycle 28 reads 1111, then all MPIC units know that the interrupt has been accepted and the message is considered delivered. If cycle 28 reads 1100 (or anything but 1111 for that matter), then all MPIC units assume the message was unaccepted or an error occurred during arbitration. The message is considered undelivered, and the sending MPIC unit will try delivering the message again.
For Remote Read messages, cycle 28 is driven as 1100 by all MPICs except the responding remote MPIC unit, that drives the bus with 1111, if it was able to successfully supply the requested data in cycles 20 through 27.
If cycle 28 reads 1111 the data in cycles 20 through 27 is considered valid; otherwise, the data is considered invalid. The source MPIC unit that issued the Remote Read uses cycle 28 to determine the state of the Remote Read Status field in the Interrupt Command Register (valid or invalid). In any case, a Remote Read request is always successful (although the data may be valid or invalid) in that a Remote Read is never retried. The reason for this is that Remote Read is a debug feature, and a "hung" remote MPIC that is unable to respond should not cause the debugging procedure to hang.
Cycles 29 and 30 are two idle cycles. The MPIC bus is available for sending the next message at cycle 31. The two idle cycles at the end of both short and long messages, together with non zero (i.e., non idle) encodings for certain other bus cycles allow an MPIC bus agent that happens to be out of phase by one cycle to sync back up in one message simply by waiting for two consecutive idle cycles after reporting its checksum error. This makes use of the fact that valid arbitration cycles are never 0000.
E. Timers The Local Vector Table 210 of the local-MPIC unit 104 contains three independently operated 32-bit wide programmable timers 200, 201 and 202. Each timer can select its clock base from one of three clock inputs. Each time may operate in either a one-shot mode or a periodic mode and each can be configured to interrupt the local processor with an arbitrary programmable vector.
The local-MPIC unit 104 has two independent clock input pins:
CLOCK pin provides the MPIC's internal clock, TMBASE provides for an external clock. The frequency of TMBASE is fixed by the MPIC architecture at 28.636 MHz. In addition, the local-MPIC contains a divider that can beconfigured to divide either clock signal by 2, 4, 8 or 16, as shown in Figure 19. Base 0 is always equal to CLOCK; Base 1 always equals TMBASE; and Base 2 may either equal CLOCK or TMBASE divided by 2, 4, 8 or 16. Divider (Base 2) Configuration Register is shown in Figure 20.
Software starts a timer by programming its 32-bit Initial Count Register. The timer copies this value into the Current Count Register and starts counting down at the rate of one count for each time base pulse (Base 0, 1 or 2). Each timer may operate One-shot or Periodic. If One- shot, the timer counts down once and remains at zero until reprogrammed. In Periodic Mode, the timer automatically reloads the contents of the Initial Count Register into the Current Count Register.
The three timers are configured by means of their Local Vector Table entries as shown in Figure 21. The Vector field (0:7) is as previously described. The Mask i, bit (16) serves to mask (1) or not mask mask (0), the ith timer generated interrupt when count reaches 0. Base i field (18:19) is the base input used by the ifil timer: 00-Base 0, 0 1 -Base 1, and 1 O-Base 2. Mode i bit (17) indicates the mode of the ith timer: 0one-shot, 1 -periodic.
F. Processor Private Storage Each local-MPIC unit provides Processor Private Storage 250, as shown in Figure 5, with four 32-bit registers accessible only by the local processor. Since each processor addresses its registers in the same way (via the same address), the registers provides a convenient and processor architecture independent way of providing "processor-own" data. The contents of these registers is not interpreted by the MPIC in any way. These registers are located in the same physical address page as the other local MPIC registers, access to these registers may therefore be restricted to supervisor only. The operating system running on the processor is free to use these registers as it pleases.
1 1 11

Claims (1)

  1. CLAIMS:
    1.. An integrated circuit chip for use in a multiprocessor programmable interrupt controller system that includes a multiplicity of processors, a common system bus, associated local processor interrupt controllers, at least one 110 interrupt controller, and an interrupt bus, the integrated circuit chip comprising:
    (a) an associated processor circuit comprising a central processor unit (CPU) with data, address, and control input/output ports; (b) a local processor interrupt controller connected to said data, address, and control ports for accepting processor interrupt request signals from the associated processor circuit, for formatting the associated processor interrupt request signals, the formatted associated processor signals being indicative of the nature and priority of the associated processor interrupt, for queuing an accepting interrupt, and for delivering the accepted interrupt to the associated processor for servicing in priority order, means for connecting to the interrupt bus for receiving and accepting both 1/0 interrupt controller and other local processor controller formatted interrupt signals for which the associated processor is eligible to service, for transmitting the associated processor formatted interrupt signals on the interrupts bus, for broadcasting on the interrupt bus an acceptance signal upon acceptance of the received interrupt signals.
    2. The integrated circuit of claim 1 further comprising means within the local processor interrupt controller for arbitrating priority with other 1/0 and local processor interrupt controllers for control of the interrupt bus for the transmission of interrupt related signals.
    3. The integrated circuit of claim 1 further comprising a register in the local processor interrupt controller for storing a unique pre-assigned identification number for establishing the relative priority of each local controller when arbitrating to establish the highest priority for use of the interrupt bus, and or establishing the lowest priority for the acceptance of interrupt request messages.
    4. The integrated circuit of claim 1 wherein the local processor interrrupt controller further comprises:
    (a) means for arbitrating the acceptance of interrupt signals based on the current priority of the associated processor task so that, amongst a subset of eligible processors of the multiplicity of processors, the local processor interrupt controller associated with the lowest priority eligible processor accepts the interrupt request signal; and (b) means for selecting one of the subset of eligible processors when more than one is operating at a same lowest priority level for the purpose of distributing the requests and servicing uniformly amongst the subset for eligible processors operating at the same lowest priority level.
    5. The integrated circuit of claim 1, wherein the local processor interrupt controller comprises means for generating standard message formats for use with fixed destination interrupts.
    6. The integrated circuit of claim 1, wherein the local processor interrupt controller further comprises means for determining if the local processor interrupt controller is a focus for the same interrupt for which service is being requested; and if so, means for pre-empting the priority arbitration procedure.
    7. The integrated circuit of claim 1 wherein the local processor interrupt controller further comprises means for generating a priority arbitration sequence for arbitrating between eligible candidate processors.
    8. The integrated circuit of claim 7 wherein the priority arbitration sequence comprises:
    (a) a priority sequence based on the current priority of each processor; and (b) a unique randomized arbitration identifying sequence for determining the winning lowest priority destination.
    9. The integrated circuit of claim 8 wherein the generating means operates on the local processor interrupt controller identification number by incrementing the previous number and endian-reversing the resultant bit pattern to produce a new arbitration identifying sequence.
    10. The integrated circuit of claim 1 wherein the local processor interrupt controller comprises:
    (a) send/receive means for receiving and sending interrupt and arbitration related messages on the interrupt bus; (b) acceptance logic means for rejecting, accepting, and arbitrating received interrupt request messages including interrupt type and priority information; (c) recording means, coupled to the acceptance logic means and to the send/receive means, for recording the status of accepted interrupt request messages including interrupt type and priority information; (d) nesting storage means for priority ordering (nesting) of the accepted interrupt requests, connected to the local processor data and address ports, for storing and delivering the highest priority interrupt request when its associated local processor's priority is less than the highest priority queued interrupt request, and for sending a delivery attempt accepted acknowledgment from the processor to the sending source on the interrupt bus; e) means for storing the local processor interrupt controller identification number, coupled to the associated processor data and address ports for assignment of a processor programmable identification number, and coupled to the send/receive means and to the acceptance logic means for arbitrating an accepting received interrupt request signals; (f) means for tracking the associated processor's current task priority and delivering the task priority to the acceptance logic means for arbitrating and accepting received interrupt request signals, and (g) formatting means, coupled to the associated local processor and to the send/receive means for formatting an interrupt 1,11 message specified by the associated processor and for initiating transmission of the messages by the send/receive means.
    11. The integrated circuit of claim 10 wherein the local processor interrupt controller further comprises:
    (a) timer means with an associated processor selectable clock source for timing a programmable interval specified by the associated. processor an generating an interval interrupt request message to the associated processor at the end of the programmable interval; (b) means for sensing associated processor generated interrupts and generating an internal interrupt; (c) means for detecting interrupt bus parity errors and generating an internal interrupt; and (d) a local interrupt vector table for formatting the internal interrupts and prioritizing and addressing the interrupt message for transmission by the local processor interrupt controller send/receive means.
    12. The integrated circuit of claim 10 wherein the local processor interrupt controller further comprises means for storing and retrieving auxiliary data accessible only to the associated processor.
    13. The integrated circuit of claim 10 wherein the nesting means generates a processor interrupt signal for advising the associated processor that an interrupt of higher priority than its present task is ready for acceptance.
    14. A multi-processor programmable interrupt controller system for operation in a multi-processor environment that comprises a multiplicity of processors and at least one peripheral unit interconnected by a common system bus, wherein the peripheral unit has an interrupt request line that may signal a request for servicing from at least one processor and wherein any processor may request servicing from any other processor without the use of the common multi-processor system bus, comprising:
    (a) an interrupt bus for communicating an interrupt request and an acknowledgment message; (b) an 1/0 controller connected to the interrupt request line of at least one associated peripheral for accepting at least one peripheral interrupt signal, for formatting the interrupt signal for transmission on the interrupt bus, the formatted signal being representative of the nature and priority of the peripheral interrupt signal, and indicative of the group of processors eligible to service the interrupt, connected to the interrupt bus for transmitting the formatted interrupt signals, and for receiving status information on the disposition of the interrupt request; (c) a multiplicity of local processor controllers, each local processor controller associated with a specific processor, at least one local processor controller of the multiplicity of local processors controllers integrated into a common chip with the associated processor, for accepting processor interrupt request signals from the associated processor, for formatting the associated processor interrupt signals, the formatted associated processor interrupt signals being indicative of the nature and priority of the associated processor interrupt, the integrated local processor controller connected to the interrupt bus for receiving and accepting both 1/0 controller and other local processor controller formatted interrupt signals for which its associated processor is eligible to service, for transmitting the associated processor formatted interrupt signals on the interrupt bus, for broadcasting on the interrupt bus an acceptance of the received interrupt signals, for queuing the accepted interrupt signals, and for delivering accepted interrupts to the associated processor for servicing in priority order.
    15. A system as in claim 14 further comprising:
    (a) means within the 1/0 controller for arbitrating with other 1/0 and local process controllers over the interrupt bus for the control of the interrupt bus for the transmission of interrupt related signals; and (b) means within each local processor controller for arbitrating priority with other 1/0 and local processor controllers over the interrupt bus for control of the interrupt bus for the transmission of interrupt related signals.
    16. A system as in claim 15 further comprising a register in the local processor controllers for storing a unique pre-assigned identification number for establishing the relative priority of each local controller when arbitrating to establish the highest priority for bus use, and for establishing the lowest priority for the acceptance of interrupt request messages.
    17. A system as described in claim 15 in which standard message formats are used for all transmissions over the interrupt bus.
    18. A system as in claim 14 further comprising:
    (a) means for arbitrating the acceptance of interrupt signals based on the current priority of the associated local processor task so that, amongst the eligible processors, the local processor controller associated with the lowest priority processor accepts the interrupt request signal; and (b) means for selecting one of the local processors included in a subset of eligible processors operating at the same lowest level priority so as to distribute the request and servicing with uniform probability amongst the subset of eligible processors operating at the same lowest priority level.
    19. A system as in claim 18 in which a first standard format for use with fixed destination interrupts further comprises:
    (a) an interrupt bus arbitration sequence; (b) a delivery mode portion indicating the basis of delivery, e.g., fixed or lowest priority; (c) a control portion indicating the destination and delivery mode, the type of interrupt (level or edge triggered), and whether to assert or de- assert level type signal; (d) a destination portion indicating the eligible processors; and (e) a check sum value to indicate signal integrity.
    20. A system as in claim 19 in which the message format is also used for system wide non-1/0 interrupt functions such as reset and debug procedures.
    21. A system as in claim 20 further comprising:
    (a) means for a local processor controllers determining if it is a focus for the same interrupt for which service is being requested; and if so (b) means for preempting the priority arbitration procedure.
    22. A system as in claim 20 having an augmented second format for lowst priority destination interrupts further comprising a priority arbitration sequence for arbitrating between eligible candidate processors.
    23. A system as in claim 22 wherein the acceptance logic means has a priority arbitration sequence which comprises:
    (a) a priority sequence based on the current priority of each associated processor; and (b) a unique randomized arbitration identifying sequence for determining the winning lowest priority destination.
    24. A system as in claim 23 further comprising means for generating the priority arbitration identifying sequence.
    25. A system as in claim 24 wherein the generating means operates on its controller identification number by incrementing the previous number and endian-reversing the resultant bit pattern to produce a new arbitration sequence.
    26. A system as in claim 19 further comprising:
    (a) means for checking the check sum value and rejecting he message if in error; (b) means for appending an error indicator to the first standard format; and (c) means for causing all 1/0 and local processor controllers to recognize that the transmitted message is rejected because of parity error.
    27. A multi-processor programmable interrupt controller system for operation in a multi-processor environment that includes a multiplicity of processors and at leasl one peripheral unit interconnected by a common system bus, wherein the peripheral unit has an interrupt request line that may signal a request for servicing from at least one processor and wherein any processor may request service from any other processor without the use of the common multi-processor system bus, comprising:
    (a) an interrupt bus for communicating an interrupt request and an acknowledgment message; (b) an 1/0 controller connected to the interrupt request line of at least one associated peripheral, for accepting at least one peripheral interrupt signal, for formatting the interrupt signal for transmission on the interrupt bus, the formatted signal being representative of the nature and priority of the peripheral interrupt signal, and indicative of a group of processors eligible to service the interrupt, connected to the interrupt bus for transmitting the formatted interrupt signals and for receiving status information on the disposition of the interrupt request; (c) a multiplicity of local processor controller, each local processor controller associated with a specific processor for accepting processor interrupt request signals from the associated processor, for formatting the associated processor interrupt request signals, the formatted associated processor interrupt signals being indicative of the nature and priority of the associated processor interrupt, connected to said interrupt bus for receiving and accepting both 1/0 controller and other local processor controller formatted interrupt signals for which its associated processor is eligible to service, for transmitting the associated processor formatted interrupt signals on the interrupt bus for broadcasting on the interrupt bus an acceptance signal upon acceptance of the received interrupt signals for queuing the accepted interrupt signals, and for delivering accepted interrupts to an associated processor for servicing in priority order; and (d) at least one integrated circuit processor chip associated with and connected to a local processor controller, the integrated circuit processor chip incorporating a local interrupt vector table for directly handling local processor interrupt vectors.
    4-j5 - Amendments to the claims have been filed as follows 1. An integrated circuit processor chip for use in a multiprocessor programmable interrupt controller system that includes a multiplicity of processors, at least one peripheral unit such as a memory with an 1/0 interrupt controller, the processors and peripheral units operating on a common system bus for data communications and control between processors and between processors and peripheral units, including servicing of interrupt requests that have been accepted by a processor, each processor coupled to an associated local processor interrupt controller for managing the associated local processor interrupt requests, and for managing interrupt request messages received from other sources, at least one 1/0 interrupt controller for managing peripheral unit interrupt requests, and an interrupt bus for communicating interrupt requests and interrupt request related messages between the local processor interrupt controllers, and between the local processor interrupt controllers and the 1/0 interrupt controller, the integrated circuit processor chip comprising:
    (a) an associated processor circuit comprising a central processor unit (CPU) with data, address, and control input/output ports; (b) a local processor interrupt controller connected to said data, address, and control ports of the associated processor circuit for accepting processor interrupt request signals, for formatting the associated processor circuit interrupt request signals, the formatted associated processor signals being indicative of the nature and priority of the associated processor circuit interrupt, for queuing an accepting interrupt, -b - and for delivering the accepted interrupt to the associated processor f or servicing in priority order, means f or connecting to the interrupt bus f or receiving and accepting both 1/0 interrupt controller and other local processor controller formatted interrupt signals which the associated processor is eligible to service, for transmitting the associated processor formatted interrupt signals on the interrupt bus, and for broadcasting on the interrupt bus an acceptance signal upon acceptance of the received interrupt signals.
    2. The integrated circuit of claim 1 further comprising means within the local processor interrupt controller for arbitrating priority with other 1/0 and local processor interrupt controllers for control of the interrupt bus for the transmission of interrupt related signals.
    3. The integrated circuit of claim 1 further comprising a register in the local processor interrupt controller for storing a unique pre-assigned indentification number for establishing the relative priority of each local controller when arbitrating to establish the highest priority for use of the 1 - 417 message specified by the associated processor and for initiating transmission of the messages by the send/receive means.
    11. The integrated circuit of claim 10 wherein the local processor interrupt controller further comprises:
    (a) timer means with an associated processor selectable clock source for timing a programmable interval specified by the associated processor an generating an interval interrupt request message to the associated processor at the end of the programmable interval; (b) means for sensing associated processor generated interrupts and generating an internal interrupt; (c) means for detecting interrupt bus parity errors and generating an internal interrupt; and (d) a local interrupt vector table for formatting the internal interrupts and prioritizing and addressing the interrupt message for transmission by the local processor interrupt controller send/receive means.
    12. The integrated circuit of claim 10 wherein the local processor interrupt controller further comprises means for storing and retrieving auxiliary data accessible only to the associated processor.
    13. The integrated circuit of claim 10 wherein the nesting means generates a processor interrupt signal for advising the associated processor that an interrupt of higher priority than its present task is ready for acceptance, 14. A MUlti-processor programmable interrupt controller system for operation in a multi-processor environment that comprises a multiplicity of processors and at least one peripheral unit, such as a memory, interconnected by a common system bus, wherein the peripheral unit has an interrupt request line that may signal a request for servicing from at least one processor and idierein any processor may request servicing, from any other processor without the use ofthe common C) multi-processor system bus, comprising:
    C) (a) an interrupt bus for communicating an interrupt request and an acknowledgement messace; 0 - 0 1 .. 1 c (a) means for a local processor controllers determining if it is a focus for the same interrupt for which service is being requested; and (b) means for preempting the priority arbitration procedure if the local processor is the focus.
    22. A system as in claim 20 having an augmented second format for lowst priority destination interrupts further comprising a priority arbitration sequence for arbitrating between eligible candidate processors.
    23. A system as in claim 22 wherein the acceptance logic means has a priority arbitration sequence which comprises:
    (a) a priority sequence based on the current priority of each associated processor; and (b) a unique randomized arbitration identifying sequence for determining the winning lowest priority destination.
    24. A system as in claim 23 further comprising means for generating the priority arbitration identifying sequence.
    25. A system as in claim 24 wherein the generating means operates on its controller identification number by incrementing the previous number and endian-reversing the resultant bit pattern to produce a new arbitration sequence.
    26. A system as in claim 19 further comprising:
    (a) means for checking the check sum value and rejecting he message if in error; standard format; and (b) means for appending an error indicator to the first (c) means for causing all 1/0 and local processor controllers tn ri- roqnize that the transrnitted message is rejected because of parity error.
    1 & 1 - In_ f' 5 27. A multi-processor programmable interrupt controller system for operation in a multi-processor environment that includes a multiplicity of processors and at least one peripheral unit, such as a memory, interconnected by a common system bus for data communications, control, and servicing of interrupt requests between processors and between processors and the peripheral unit, wherein the peripheral unit has an interrupt request line that may signal a request for servicing from at least one processor and wherein any processor may request service from any other processor without the use of the common system bus, the multiprocessor programmable interrupt controller system comprising:
    (a) an interrupt bus for communicating an interrupt request and an acknowledgement message; (b) an I/0 controller connected to the interrupt request line of at least one associated peripheral, for accepting at least one peripheral interrupt signal, for formatting the interrupt signal for transmission on the interrupt bus, the formatted signal being representative of the nature and priority of the peripheral interrupt signal, and indicative of a group of processors eligible to service the interrupt, connected to the interrupt bus for transmitting the formatted interrupt signals and for receiving status information on the disposition of the interrupt request; (c) a multiplicity of local processor controllers, each local processor controller associated with a specific processor for accepting interrupt request signals from the associated for formatting the associated processor request signals, the formatted associated interrupt signals being indicative of the processor processor, interrupt processor nature and v ro - Z) priority of the associated processor interrupt, connected to said interrupt bus for receiving and accepting both 1/0 controller and other local processor controller formatted interrupt signals for which its associated processor is eligible to service, for transmitting the associated processor formatted interrupt signals on the interrupt bus for broadcasting an acceptance signal on the interrupt bus upon acceptance of the received interrupt signals, for queuing the accepted interrupt signals, and for delivering accepted interrupts to an associated processor for servicing in priority order; and (d) at least one processor and the associated processor controller fabricated as an integrated circuit processor chip, the integrated circuit processor chip incorporating a local interrupt vector table for directly handling local processor interrupt vectors.
    1.
GB9402811A 1993-04-19 1994-02-14 Programmable multi-processor interrupt controller system with a processor integrated local interrupt controller Expired - Lifetime GB2277388B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US4951593A 1993-04-19 1993-04-19

Publications (3)

Publication Number Publication Date
GB9402811D0 GB9402811D0 (en) 1994-04-06
GB2277388A true GB2277388A (en) 1994-10-26
GB2277388B GB2277388B (en) 1997-08-13

Family

ID=21960233

Family Applications (1)

Application Number Title Priority Date Filing Date
GB9402811A Expired - Lifetime GB2277388B (en) 1993-04-19 1994-02-14 Programmable multi-processor interrupt controller system with a processor integrated local interrupt controller

Country Status (6)

Country Link
JP (1) JPH06324996A (en)
DE (1) DE4413459C2 (en)
GB (1) GB2277388B (en)
HK (1) HK1001011A1 (en)
IT (1) IT1270035B (en)
SG (1) SG48803A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2298503B (en) * 1993-12-16 1998-08-12 Intel Corp Multiple programmable interrupt controllers in a computer system
US7853743B2 (en) 2006-11-10 2010-12-14 Seiko Epson Corporation Processor and interrupt controlling method
US8549200B2 (en) 2008-10-24 2013-10-01 Fujitsu Semiconductor Limited Multiprocessor system configured as system LSI

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7689747B2 (en) * 2005-03-28 2010-03-30 Microsoft Corporation Systems and methods for an augmented interrupt controller and synthetic interrupt sources
US7627706B2 (en) * 2007-09-06 2009-12-01 Intel Corporation Creation of logical APIC ID with cluster ID and intra-cluster ID
JP5322567B2 (en) * 2008-10-02 2013-10-23 ルネサスエレクトロニクス株式会社 Data processing system and semiconductor integrated circuit
US8103816B2 (en) * 2008-10-28 2012-01-24 Intel Corporation Technique for communicating interrupts in a computer system
US8234431B2 (en) * 2009-10-13 2012-07-31 Empire Technology Development Llc Interrupt masking for multi-core processors
CN117294538B (en) * 2023-11-27 2024-04-02 华信咨询设计研究院有限公司 Bypass detection and blocking method and system for data security risk behaviors

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1357576A (en) * 1970-12-30 1974-06-26 Honeywell Inf Systems Digital data processing systems

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4495569A (en) * 1982-06-28 1985-01-22 Mitsubishi Denki Kabushiki Kaisha Interrupt control for multiprocessor system with storage data controlling processor interrupted by devices
JPH03122742A (en) * 1989-10-05 1991-05-24 Oki Electric Ind Co Ltd Interruption informing system
US5193187A (en) * 1989-12-29 1993-03-09 Supercomputer Systems Limited Partnership Fast interrupt mechanism for interrupting processors in parallel in a multiprocessor system wherein processors are assigned process ID numbers
US5179707A (en) * 1990-06-01 1993-01-12 At&T Bell Laboratories Interrupt processing allocation in a multiprocessor system
US5125093A (en) * 1990-08-14 1992-06-23 Nexgen Microsystems Interrupt control for multiprocessor computer system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1357576A (en) * 1970-12-30 1974-06-26 Honeywell Inf Systems Digital data processing systems

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2298503B (en) * 1993-12-16 1998-08-12 Intel Corp Multiple programmable interrupt controllers in a computer system
US7853743B2 (en) 2006-11-10 2010-12-14 Seiko Epson Corporation Processor and interrupt controlling method
US8549200B2 (en) 2008-10-24 2013-10-01 Fujitsu Semiconductor Limited Multiprocessor system configured as system LSI

Also Published As

Publication number Publication date
SG48803A1 (en) 1998-05-18
HK1001011A1 (en) 1998-05-15
GB9402811D0 (en) 1994-04-06
ITMI940730A0 (en) 1994-04-15
DE4413459A1 (en) 1994-10-20
IT1270035B (en) 1997-04-28
JPH06324996A (en) 1994-11-25
ITMI940730A1 (en) 1995-10-15
DE4413459C2 (en) 2000-04-06
GB2277388B (en) 1997-08-13

Similar Documents

Publication Publication Date Title
US5283904A (en) Multi-processor programmable interrupt controller system
US5613128A (en) Programmable multi-processor interrupt controller system with a processor integrated local interrupt controller
AU689201B2 (en) A multiprocessor programmable interrupt controller system with processor-integrated interrupt controllers
US5555420A (en) Multiprocessor programmable interrupt controller system with separate interrupt bus and bus retry management
US5410710A (en) Multiprocessor programmable interrupt controller system adapted to functional redundancy checking processor systems
EP0535821B1 (en) Method and apparatus for dynamically steering undirected interrupts
US5555430A (en) Interrupt control architecture for symmetrical multiprocessing system
US5530891A (en) System management interrupt mechanism within a symmetrical multiprocessing system
EP0737923B1 (en) Interrupt system in microprocessor
US5781187A (en) Interrupt transmission via specialized bus cycle within a symmetrical multiprocessing system
US5564060A (en) Interrupt handling mechanism to prevent spurious interrupts in a symmetrical multiprocessing system
EP0426413B1 (en) Multiprocessor arbitration in single processor arbitration schemes
US5568649A (en) Interrupt cascading and priority configuration for a symmetrical multiprocessing system
US5249279A (en) Method for controlling disk array operations by receiving logical disk requests and translating the requests to multiple physical disk specific commands
US5129090A (en) System bus preempt for 80386 when running in an 80386/82385 microcomputer system with arbitration
US5437042A (en) Arrangement of DMA, interrupt and timer functions to implement symmetrical processing in a multiprocessor computer system
US5613126A (en) Timer tick auto-chaining technique within a symmetrical multiprocessing system
EP0524682A1 (en) A centralized backplane bus arbiter for multiprocessor systems
GB2171542A (en) System employing tightly coupled processors
JP4250207B2 (en) Symmetric multiprocessing system, interrupt control unit therefor, and method for initiating a processor interrupt signal in a symmetric multiprocessing system
JPH1097490A (en) Method and device for distributing interruption without changing bus width or bus protocol in scalable symmetrical multiprocessor
JPH0519180B2 (en)
GB2277388A (en) Programmable multi-processor interrupt controller system with a processor integrated local interrupt controller
US5241661A (en) DMA access arbitration device in which CPU can arbitrate on behalf of attachment having no arbiter
EP0283580B1 (en) Computer system with direct memory access channel arbitration

Legal Events

Date Code Title Description
PE20 Patent expired after termination of 20 years

Expiry date: 20140213