JPH0241551A - Interrupt handling method for specifying destination - Google Patents

Interrupt handling method for specifying destination

Info

Publication number
JPH0241551A
JPH0241551A JP19215288A JP19215288A JPH0241551A JP H0241551 A JPH0241551 A JP H0241551A JP 19215288 A JP19215288 A JP 19215288A JP 19215288 A JP19215288 A JP 19215288A JP H0241551 A JPH0241551 A JP H0241551A
Authority
JP
Japan
Prior art keywords
cpu
interrupt
input
bus
output device
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.)
Pending
Application number
JP19215288A
Other languages
Japanese (ja)
Inventor
Takashi Kawasaki
川崎 貴
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP19215288A priority Critical patent/JPH0241551A/en
Publication of JPH0241551A publication Critical patent/JPH0241551A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Bus Control (AREA)

Abstract

PURPOSE:To perform the interrupt handling with a destination specified by reporting a cancel processing code in case of a CPU other than a designated CPU but reporting an interrupt vector to indicate execution of prescribed interrupt handling in case of the designated CPU. CONSTITUTION:At the time of response to an interrupt request, systems 1 and 2 have means which report the interrupt level as well as system discrimination information to an input/output device 3, and a system discriminating part 5 has a means which analyzes this system discrimination information to discriminate coincidence with contents of a system designation register 6. That is, the system where the processing should be performed is preliminarily designated to the system designation register 6, and the system discriminating part 5 discriminates whether the value in the system designation register 6 and system discrimination information reported from systems coincide with each other or not at the time of response, and the vector is reported in case of coincidence but the cancel code is reported in case of disaccord. Thus, the input/output device copes with only the response from the system preliminarily designated in the system designation register 6, and interrupt handling with the destination specified is possible.

Description

【発明の詳細な説明】 〔概 要〕 複数のCPUを有するシステムの入出力装置の割込み処
理方法に関し、 CPU及び入出力装置の数にかかわらず、相手を特定し
た割込み処理を行い得る様な入出力装置の割込み処理方
法を提供することを目的とし、 各CPUには、入出力装置からの割込み要求を受付けた
場合は、系識別情報を含む応答情報を入出力装置に通知
する手段を設け、 入出力装置には、上記複数個のCPUに対し共通に割込
み要求を行う手段と、 該割込み要求を受付けたCPUから通知される系識別情
報に基づき、該CPUが自己の指定するCPUか否かを
判別する手段と、 該判別手段の結果により、該CPUが自己の指定するC
PUでない場合はキャンセル処理コードを該CPUに通
知し、該CPUが自己の指定するCPUである場合は所
定の割込み処理の実行を指定する割込みベクタを1cp
uに通知する手段とを設けて構成する。
[Detailed Description of the Invention] [Summary] Regarding an interrupt processing method for input/output devices in a system having multiple CPUs, an input/output device that can perform interrupt processing with a specified destination regardless of the number of CPUs and input/output devices is provided. The purpose is to provide an interrupt processing method for an output device, and each CPU is provided with means for notifying the input/output device of response information including system identification information when receiving an interrupt request from the input/output device. The input/output device includes a means for commonly issuing an interrupt request to the plurality of CPUs, and a means for determining whether the CPU is the one designated by the CPU based on system identification information notified from the CPU that accepted the interrupt request. and a means for determining the CPU's specified CPU based on the result of the determining means.
If the CPU is not a PU, the cancellation processing code is notified to the CPU, and if the CPU is the CPU specified by the CPU, an interrupt vector specifying execution of a predetermined interrupt processing is sent to the CPU by 1 cp.
and a means for notifying u.

〔産業上の利用分野〕[Industrial application field]

本発明は、複数のCPU (中央処理装置と同義、本明
細書ではCPUと称す)を有するシステムにおける入出
力装置の割込み処理方法に関する。
The present invention relates to an interrupt processing method for an input/output device in a system having a plurality of CPUs (synonymous with central processing unit, referred to as CPU in this specification).

〔従来の技術〕[Conventional technology]

近年、処理能力と信頼性の向上を目的に、複数台のCP
Uを用いたマルチCPUシステムや多重化システムが導
入されている。
In recent years, multiple CPs have been installed for the purpose of improving processing power and reliability.
Multi-CPU systems and multiplex systems using U have been introduced.

このマルチCPUシステムもしくは多重化システムにお
いて割込み処理が必要な場合は、船釣に、下記の如き割
込み処理シーケンスにておこなわれる。
When interrupt processing is necessary in this multi-CPU system or multiplex system, it is performed in the following interrupt processing sequence during boat fishing.

(1)入出力装置が、CPU若しくは系(以後、両者を
まとめて系ともいう)に何らかの処理を希望する場合、
まず入出力装置は全ての系に対して割込み要求を出す。
(1) When an input/output device requests the CPU or system (hereinafter referred to collectively as the system) to perform some kind of processing,
First, the input/output device issues an interrupt request to all systems.

(2)  次に、最も速くバスの使用権を得た系が受付
けた割込みレベルを入出力装置に通知する(以後、応答
ともいう)。
(2) Next, the system that obtained the right to use the bus the fastest notifies the input/output device of the accepted interrupt level (hereinafter also referred to as response).

(3)  そして、入出力装置は、割込みベクタを系に
通知しく以後、ベクタ通知ともいう)、系がそのベクタ
に従い必要な処理を開始する。
(3) Then, the input/output device notifies the system of the interrupt vector (hereinafter also referred to as vector notification), and the system starts necessary processing according to the vector.

ところでこの割込み処理については、複数のCPUの内
の特定のCPUのみに処理を要求したい場合も多く、こ
のような場合、上記した一般的な割込み処理シーケンス
では対応できず。
By the way, with regard to this interrupt processing, there are many cases where it is desired to request processing only to a specific CPU among a plurality of CPUs, and in such cases, the general interrupt processing sequence described above cannot be used.

従来は次のような2つの方法を用いて系の特定を行って
いた。
Conventionally, systems have been identified using the following two methods.

(a)  系毎に専用の割込み要求信号を設ける。(a) Provide a dedicated interrupt request signal for each system.

ら) 系毎に割込みレベルを割り振り、使用する割込み
レベルにより系を特定する。
) Allocate an interrupt level to each system, and identify the system by the interrupt level used.

[発明が解決しようとする課題] 系及び入出力装置の数が多い場合には、前述した2つの
方法では下記の問題点が生ずる。
[Problems to be Solved by the Invention] When the number of systems and input/output devices is large, the following problems occur with the two methods described above.

(1)  系及び入出力装置毎に専用信号線が必要なた
め、ハードの量が多くなり、また、システムの変更等が
容易では無い。
(1) Since a dedicated signal line is required for each system and input/output device, the amount of hardware increases, and it is not easy to change the system.

(2)  系毎に割込みレベルを割り当てる為、他の系
が使用出来る割込みレベルの数が減少する。
(2) Since interrupt levels are assigned to each system, the number of interrupt levels that can be used by other systems is reduced.

従って、本発明は上記問題点に鑑み、系及び入出力装置
の数に関わらず、相手を特定した割込み処理を行い得る
様な入出力装置を提供することを目的とする。
Therefore, in view of the above problems, it is an object of the present invention to provide an input/output device that can perform interrupt processing with a specified partner, regardless of the number of systems and input/output devices.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は、本発明の原理説明図であり、二重化システム
を例としたものである。
FIG. 1 is an explanatory diagram of the principle of the present invention, taking a duplex system as an example.

図中1.2は二重化システム中の茶系であり、1をA系
、2をB系とする。3は両系によって制御される入出力
装置、4は1.2.3を結ぶバス、5は系判定部、6は
系指定レジスタである。
In the figure, 1.2 is the brown system in the duplex system, 1 is the A system, and 2 is the B system. 3 is an input/output device controlled by both systems, 4 is a bus connecting 1, 2, and 3, 5 is a system determination section, and 6 is a system specification register.

割込み要求の応答時、系1.2は入出力装置3に対して
割込みレベルと共に系識別情報を通知する手段を有し、
系判定部5はその系識別情報を解析し、系指定レジスタ
6との一致を判定する手段を有する。又、入出力装置3
は、系判定部5の判定結果により、もし不一致なら、ベ
クタ通知時にベクタの代わりにキャンセルコードを通知
する手段を有する。
When responding to an interrupt request, the system 1.2 has means for notifying the input/output device 3 of the interrupt level and system identification information,
The system determination unit 5 has means for analyzing the system identification information and determining whether it matches the system designation register 6. Also, input/output device 3
has means for notifying a cancel code instead of a vector when notifying a vector if there is a mismatch based on the determination result of the system determining unit 5.

〔作 用〕[For production]

本発明では、予め系指定レジスタ6に処理を行うべき系
を指定しておき、応答時に系判定部5がその系指定レジ
スタの値と、系から通知される系識別情報とが一致して
いるか否かを判定し、一致ならベクタ通知を、不一致な
らキャンセルコードの通知を行うようにする。
In the present invention, the system to be processed is specified in the system specification register 6 in advance, and at the time of response, the system determination unit 5 determines whether the value of the system specification register matches the system identification information notified from the system. If there is a match, a vector notification is sent, and if there is a mismatch, a cancellation code is sent.

従って、予め系指定レジスタ6に指定した系からの応答
にのみ対応することになり、相手を特定した割込み処理
が可能となる。
Therefore, only responses from the systems specified in advance in the system designation register 6 are handled, making it possible to perform interrupt processing with a specified partner.

〔実施例〕〔Example〕

第2図は本発明の一実施例構成図を示し、二重化システ
ムの例である。
FIG. 2 shows a configuration diagram of an embodiment of the present invention, and is an example of a duplex system.

同図においては、説明と理解の容易さのために本発明に
関係する部分のみが記載され、また、第1図に示したも
のと同一のものは同一の記号で示されており、1は2重
化システム中のA系、1aはA系のCPU、lbはA系
のシステムバス、ICはA系のバスアダプタ、2は2重
化システムのB系、2aはB系のCPtJ。
In this figure, only the parts related to the present invention are shown for ease of explanation and understanding, and the same parts as shown in FIG. 1 are indicated by the same symbols, and 1 is A system in the duplex system, 1a is the CPU of the A system, lb is the system bus of the A system, IC is the bus adapter of the A system, 2 is the B system of the duplex system, and 2a is the CPtJ of the B system.

2bはB系のシステムバス、2CはB系のバスアダプタ
、3は入出力装置、4はバス、4aはバス4中のアドレ
スバス、4bはバス4中のデータバス、5は入出力装置
中の系判定部、6は入出力装置中の系指定レジスタを表
している。
2b is the system bus of the B system, 2C is the bus adapter of the B system, 3 is the input/output device, 4 is the bus, 4a is the address bus in the bus 4, 4b is the data bus in the bus 4, 5 is the input/output device The system determination unit 6 represents a system designation register in the input/output device.

A系1ではCPU1aとバスアダプタICがシステムバ
ス1bで接続され、該バスアダプタICを介してバス4
と接続されている。B系2についても同様な構成である
。バス4には入出力装置3が接続され、該バス4はアド
レスバス4aとデータバス4bとで構成され、アドレス
バス4aはアドレス情報及び割込み応答時の割込みレベ
ルと系識別情報の通知等に用いられ、データバス4bは
データ及びベクタ通知時のベクタもしくはキャンセルコ
ードの通知等に用いられる。入出力装置3中には系判定
部5と系指定レジスタ6が設けられている。
In the A system 1, the CPU 1a and the bus adapter IC are connected by the system bus 1b, and the bus 4 is connected via the bus adapter IC.
is connected to. The B system 2 also has a similar configuration. The input/output device 3 is connected to the bus 4, and the bus 4 is composed of an address bus 4a and a data bus 4b, and the address bus 4a is used for notification of address information, interrupt level at the time of interrupt response, system identification information, etc. The data bus 4b is used for notification of vectors or cancellation codes when notifying data and vectors. In the input/output device 3, a system determination section 5 and a system designation register 6 are provided.

第3図は実施例中の系判定部の構成例を示しており、同
図(a)は系判定部の回路ブロック図を同図(b)は系
判定部の動作を説明する真理表を示している。
FIG. 3 shows an example of the configuration of the system determination section in the embodiment, where (a) is a circuit block diagram of the system determination section, and FIG. 3(b) is a truth table explaining the operation of the system determination section. It shows.

第3図(a)において、4a′は割込み応答時のA系1
またはB系2より送られるアドレスバススは32ビツト
構成であり(図ではビットをbの記号で示す)、b1〜
b3に割込みレベルを、b4〜b7に系識別情報を含ん
でいる。また、系判定部5中の、5aは系指定レジスタ
6とアドレスバス4a中の系指定情報部との一致を判定
する比較回路、5bは一致回路の判定結果即ち一致か不
一致かを表す一致信号、5Cは系指定レジスタ6の値が
有効であるか否か即ち相手を特定した割込み処理を行う
か否かを示す系判定制御信号、5dはベクタ通知時にベ
クタを通知するかそれともキャンセルコードを通知する
かを表すキャンセル制御信号を表している。
In Fig. 3(a), 4a' is A system 1 during interrupt response.
Alternatively, the address bus sent from B system 2 has a 32-bit configuration (the bits are indicated by the symbol b in the figure), and b1 to
b3 contains the interrupt level, and b4 to b7 contain system identification information. Further, in the system determination unit 5, 5a is a comparison circuit that determines whether the system designation register 6 matches the system designation information field in the address bus 4a, and 5b is a match signal that indicates the determination result of the match circuit, that is, whether it is a match or a mismatch. , 5C is a system determination control signal indicating whether or not the value of the system specification register 6 is valid, that is, whether or not to perform interrupt processing that specifies the other party. 5d is a system determination control signal that indicates whether to notify a vector or notify a cancellation code at the time of vector notification. It represents a cancellation control signal indicating whether to do so.

第3図(b)は真理値表は、系判定制御信号5C及び一
致信号5bを人力条件とし、出力結果なるキャンセル制
御信号5dを得る論理関係を表したものであり、系判定
部5の動作をよりよく理解するためのものである。
The truth table shown in FIG. 3(b) shows the logical relationship for obtaining the cancellation control signal 5d as the output result, using the system judgment control signal 5C and the coincidence signal 5b as human input conditions, and shows the operation of the system judgment unit 5. This is to help you better understand.

この真理値表中、真は信号が有効であること、偽は信号
が無効であること、“X″は信号が有効、無効のいずれ
でも構わないことを表している。
In this truth table, true indicates that the signal is valid, false indicates that the signal is invalid, and "X" indicates that the signal may be valid or invalid.

以下、本発明の割込み処理方法について、その動作を説
明すると、 (1)  先ず、相手を特定する必要の無い通常の割込
み処理のシーケンスを説明する。最初に入出力装置3は
系判定制御信号5C・を偽にして、割込み要求を出す。
The operation of the interrupt processing method of the present invention will be explained below. (1) First, a normal interrupt processing sequence that does not require specifying the other party will be explained. First, the input/output device 3 makes the system determination control signal 5C false and issues an interrupt request.

その要求はバス、バスアダプタ、システムバスを経て、
CPU1a。
The request passes through the bus, bus adapter, and system bus.
CPU1a.

2aに通知される。CPU1a、 2aの内、先にバス
使用権を得た方が応答を行う。即ち、入出力装置3に対
してシステムバス、バスアダプタ、バスを経て、割込み
レベル及び系識別情報を通知する。そして、系判定部5
に於いて一致判定が行われる。この場合には、系判定制
御信号5Cが偽なので、キャンセル制御信号は偽(第3
図(b)参照)となり、CPUにはベクタが通知され、
割込み処理が開始される。
2a will be notified. Of the CPUs 1a and 2a, the one that obtains the right to use the bus first responds. That is, the interrupt level and system identification information are notified to the input/output device 3 via the system bus, bus adapter, and bus. Then, the system determination unit 5
A match determination is made in . In this case, since the system determination control signal 5C is false, the cancellation control signal is false (third
(see figure (b)), the vector is notified to the CPU,
Interrupt processing begins.

(2)次に、相手を特定する割込み処理のシーケンスを
説明する。この場合、入出力装置3は系判定制御信号5
Cを真にし、系指定レジスタ6に処理を行うべき系を指
定し割込み要求を出す。以下、A系を指定したと仮定し
て説明する。その要求は(1)項で説明したのと同様の
経路を経て両系のCPU1a、2aに通知される。
(2) Next, the interrupt processing sequence for identifying the other party will be explained. In this case, the input/output device 3 receives the system determination control signal 5
Set C to true, specify the system to be processed in the system specification register 6, and issue an interrupt request. The following explanation assumes that system A is specified. The request is notified to the CPUs 1a and 2a of both systems via the same route as explained in section (1).

もしA系が応答してきた場合は、系判定部の判定結果は
一致で、キャンセル制御信号5dは偽(第3図(b)参
照)となり、CPU1aにはベクタが通知され、割込み
処理が開始される。
If the A system responds, the judgment result of the system judgment unit is a match, the cancellation control signal 5d becomes false (see Fig. 3(b)), the vector is notified to the CPU 1a, and interrupt processing is started. Ru.

ところが、もしB系が応答してきた場合は、系判定B5
の判定結果は不一致であり、キャンセル制御信号5dは
真(第3図(b)参照)となり、CPU2aにはキャン
セルコードが通知されることになる。
However, if system B responds, system judgment B5
The determination result is a mismatch, the cancellation control signal 5d becomes true (see FIG. 3(b)), and the CPU 2a is notified of the cancellation code.

〔発明の効果〕〔Effect of the invention〕

以上説明した様に、本発明によれば、特定の系に対する
割込み処理要求が、システム規模の増大による機能低下
を招くことなしに実Jし得るという効果を奏し、係る入
出力装置の性能向上に寄与するところが大きい。
As explained above, according to the present invention, an interrupt processing request to a specific system can be executed without deteriorating the function due to an increase in the system scale, thereby improving the performance of the input/output device. There is a lot to contribute.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の原理説明図、第2図は本発明の一実施
例構成図、 第3図は実施例中の系判定部の構成例であ
る。 ■・・・2重システム中のA系、2・・・2重システム
中のB系、1a・・・A系のcpu、1b・・・A系の
ンステムバス、IC・・・A系のバスアダプタ、2a・
・・B系のCPtJ、2b・・・B系のシステムバス、
2C・・・B系のバスアダプタ、3・・・入出力装置、
4・・・バス、4a・・・アドレスバス、4a・・・ア
ドレスバスの内容、4b・・・データバス、5・・・系
判定部、5a・・・比較回路、5b・・・一致信号、5
C・・・系判定制御信号、5d・・・キャンセル制御信
号、6・・・系指定レジスタ
FIG. 1 is a diagram illustrating the principle of the present invention, FIG. 2 is a configuration diagram of an embodiment of the invention, and FIG. 3 is a configuration example of a system determining section in the embodiment. ■...A system in the dual system, 2...B system in the dual system, 1a...CPU of the A system, 1b...system bus of the A system, IC...bus of the A system Adapter, 2a・
...B-system CPtJ, 2b...B-system system bus,
2C... B system bus adapter, 3... Input/output device,
4... bus, 4a... address bus, 4a... address bus contents, 4b... data bus, 5... system determination section, 5a... comparison circuit, 5b... match signal ,5
C... System determination control signal, 5d... Cancellation control signal, 6... System specification register

Claims (1)

【特許請求の範囲】 マルチCPUシステムまたは多重化システムを構成する
複数個のCPUがバスにて共通接続され、該バスには入
出力装置が接続される場合の、該入出力装置の上記複数
個のCPUに対する割込み処理の方法であって、 上記各CPUには、CPUが入出力装置からの割込み要
求を受付けた場合は割込みレベルと共に系識別情報を入
出力装置に通知する手段を設け、 入出力装置には、上記複数個のCPUに対し共通に割込
み要求を行う手段と、 該割込み要求を受付けたCPUから通知される系識別情
報に基づき、該CPUが自己の指定するCPUか否かを
判定する手段と、 該判定手段の結果により、該CPUが自己の指定するC
PUでない場合はキャンセル処理コードを該CPUに通
知し、該CPUが自己の指定するCPUである場合は所
定の割込み処理の実行を指示する割込みベクタを該CP
Uに通知する手段とを設けることにより、 割込み要求に応答したCPUを識別し、特定のCPUに
のみ割込み処理を実行させ、他のCPUにはキャンセル
処理を行うことを特徴とする相手を特定する割込み処理
方法。
[Claims] In the case where a plurality of CPUs constituting a multi-CPU system or a multiplexed system are commonly connected by a bus, and an input/output device is connected to the bus, the plurality of input/output devices are connected to the bus. A method of processing interrupts for a CPU, wherein each CPU is provided with means for notifying the input/output device of the interrupt level and system identification information when the CPU receives an interrupt request from the input/output device; The device includes a means for commonly issuing an interrupt request to the plurality of CPUs, and a means for determining whether or not the CPU is the CPU designated by the device, based on system identification information notified from the CPU that has accepted the interrupt request. and means for determining whether the CPU uses the CPU specified by the CPU based on the result of the determining means.
If the CPU is not the PU, the cancellation processing code is notified to the CPU, and if the CPU is the CPU specified by the CPU, an interrupt vector instructing execution of the predetermined interrupt processing is sent to the CPU.
By providing means for notifying the CPU, the CPU that has responded to the interrupt request is identified, and only the specific CPU executes the interrupt process, while other CPUs perform the cancel process. Interrupt handling method.
JP19215288A 1988-08-02 1988-08-02 Interrupt handling method for specifying destination Pending JPH0241551A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19215288A JPH0241551A (en) 1988-08-02 1988-08-02 Interrupt handling method for specifying destination

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19215288A JPH0241551A (en) 1988-08-02 1988-08-02 Interrupt handling method for specifying destination

Publications (1)

Publication Number Publication Date
JPH0241551A true JPH0241551A (en) 1990-02-09

Family

ID=16286564

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19215288A Pending JPH0241551A (en) 1988-08-02 1988-08-02 Interrupt handling method for specifying destination

Country Status (1)

Country Link
JP (1) JPH0241551A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091341A (en) * 2001-09-18 2003-03-28 Nec Corp Capability expanding method and system for hand held device
JP2006352706A (en) * 2005-06-17 2006-12-28 Hitachi Ltd Microprocessor, network system and communication method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091341A (en) * 2001-09-18 2003-03-28 Nec Corp Capability expanding method and system for hand held device
JP2006352706A (en) * 2005-06-17 2006-12-28 Hitachi Ltd Microprocessor, network system and communication method

Similar Documents

Publication Publication Date Title
EP0099244B1 (en) Partitionable multiprocessing systems
JP2525997B2 (en) I / O interrupt subclass recognition method
US4006466A (en) Programmable interface apparatus and method
US4000487A (en) Steering code generating apparatus for use in an input/output processing system
KR960006502B1 (en) Apparatus for reducing interrupt retry attempts
JPH04318654A (en) Redirection system for interruption to microprocessor
GB1595438A (en) Computer input/output system with memory selection
US5228127A (en) Clustered multiprocessor system with global controller connected to each cluster memory control unit for directing order from processor to different cluster processors
EP0475005B1 (en) Device for interconnecting channels
SE447171B (en) DATA PROCESSING SYSTEM
GB1589180A (en) Data processing apparatus
EP0962864A2 (en) Alternative path control system and method
JPH0241551A (en) Interrupt handling method for specifying destination
JPH0731666B2 (en) Inter-processor communication method
US20030061475A1 (en) Extensions to coupling channels to support multiple coupling facility sharing, interrupts, and message passing
JP2990800B2 (en) Interrupt processing device
JPS59123933A (en) Address comparison system
US7886306B2 (en) Extensions to coupling channels to support multiple coupling facility sharing, interrupts, and message passing
CN113886041A (en) Access management method and device for interrupt event in CPLD
EP0618536B1 (en) Interrupt arrangement
KR0171772B1 (en) Discriminating method of i/o device board
JPH0789327B2 (en) Information processing system
JPH077344B2 (en) Faulty processor identification method
JPH08147175A (en) Interruption controller
JPH07182279A (en) Bus arbitration circuit