JPS6174045A - Channel control system in multi-processor system - Google Patents

Channel control system in multi-processor system

Info

Publication number
JPS6174045A
JPS6174045A JP59195059A JP19505984A JPS6174045A JP S6174045 A JPS6174045 A JP S6174045A JP 59195059 A JP59195059 A JP 59195059A JP 19505984 A JP19505984 A JP 19505984A JP S6174045 A JPS6174045 A JP S6174045A
Authority
JP
Japan
Prior art keywords
channel
cpu
register
exclusive control
channel 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
JP59195059A
Other languages
Japanese (ja)
Inventor
Shigeo Suzuki
重雄 鈴木
Junichi Hiramatsu
平松 純一
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom 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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP59195059A priority Critical patent/JPS6174045A/en
Publication of JPS6174045A publication Critical patent/JPS6174045A/en
Pending legal-status Critical Current

Links

Classifications

    • 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

Abstract

PURPOSE:To make small a load on a CPU by setting an interruption address to an exclusive control flag and a CPU interruption register during obtaining of a channel by a processing device and resetting the flag during a completion by a channel device to transfer the contents of a channel number section. CONSTITUTION:In case of accessing to a channel device by plural calculation devices, in a channel device, a CPU interruption address register 10 and a exclusive control register 20 except for a channel control register are provided and the register 20 comprises an exclusive control flag 11, exclusive control mode designating section 12 and a channel number section 14. Further, at a top bit position 13 of the number section 14, an error information is stored, and the content of the designating section 12 is set by a 2 bit constitution code. The CPU, after inspecting the flag 11, writes an address on a common bus of an interruption register 22 in the register 10 and a writing data in the number section 14, respectively to set a mode code and based on the code, the channel device controls the flag 11.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、複数の演算処理装置(以後、CPUと呼ぶ
)とIっ又は複数のチャネル装置とが共通バスを介して
接続され、Iっのチャネル装置が複数のCPUがらアク
セスされるマルチプロセッサシステムにおけるチャネル
制御方式にかがねる。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] This invention provides an integrated circuit in which a plurality of arithmetic processing units (hereinafter referred to as CPUs) and an I or a plurality of channel devices are connected via a common bus. This paper considers a channel control method in a multiprocessor system in which a channel device is accessed by a plurality of CPUs.

〔従来の技術〕[Conventional technology]

CPUとチャネル装置との間における情報のやりとりに
は、主記憶装置を介して行うチャネルコマンドワード(
CCW)方式と、主記憶のアドレス空間に割付けられた
アドレスを持つチャネル制御レジスタをチャネル装置に
有し、そのレジスタを介して制御を行う方式とがある。
Information is exchanged between the CPU and the channel device using the channel command word (
CCW) method, and a method in which the channel device has a channel control register having an address allocated to the address space of the main memory, and control is performed via the register.

第4図は、従来のシングルCPUシステムに使用されて
いたチャネル制御レジスタの一般的な構成例を示す。図
において、31はステータスレジスタ(STR) 、3
2はバイトカウントレジスタ(BCR)、33は主記憶
アドレスレジスタ(MAR)、そして34はコマンドレ
ジスタ(CMR)である。
FIG. 4 shows a typical configuration example of a channel control register used in a conventional single CPU system. In the figure, 31 is a status register (STR), 3
2 is a byte count register (BCR), 33 is a main memory address register (MAR), and 34 is a command register (CMR).

CPUがチャネル装置に対してアクセスする場合、まず
、5TR31を参照し、アクセス可能かどうかを判定す
る。アクセス可能であれば、BCR32と、MAR33
と、そしてCMR34とに必要なデータを書込み、チャ
ネル装置に対して処理を依頼する。一方、チャネル装置
は処理を終了すると、割込みをCPUに対して発生させ
る。
When the CPU accesses a channel device, it first refers to 5TR31 and determines whether access is possible. If accessible, BCR32 and MAR33
Then, necessary data is written to the CMR 34, and processing is requested to the channel device. On the other hand, when the channel device finishes processing, it generates an interrupt to the CPU.

〔発明が解決しようとする問題点] このようなチャネル制御レジスタを有するチャネル装置
を使用して、マルチプロセッサシステムを構成すると、
排他的なチャネル装置の獲得制御をするために、チャネ
ル装置の使用状態を管理する情報を、例えばステータス
情報としてメインメモリ等に設けることが必要となり、
各CPUの重複アクセスを防止するために、各CPUは
マスターとなるCPU等で、そのアクセスを管理しなけ
ればならない。このようなことから、その制御が複雑と
なって、各CPUの負荷が大きくなる欠点がある。
[Problems to be Solved by the Invention] When a multiprocessor system is configured using a channel device having such a channel control register,
In order to control the acquisition of exclusive channel devices, it is necessary to provide information for managing the usage status of the channel devices, such as status information, in the main memory, etc.
In order to prevent duplicate access by each CPU, each CPU must be a master CPU or the like to manage its access. For this reason, there is a drawback that the control becomes complicated and the load on each CPU increases.

また、CPUがチャネル装置を占有する時間は小さいほ
どよいが、このような管理をすると、チャネル装置が開
放されてから、それが他のCPUに使用されるまで、無
駄な時間が生じるという問題がある。
Also, the shorter the time the CPU occupies the channel device, the better, but this kind of management creates the problem of wasted time from when the channel device is released until it is used by another CPU. be.

〔発明の目的〕[Purpose of the invention]

この発明の目的は、マルチプロセッサシステムでのチャ
ネル制御方式において、CPUの負荷をできる限り小さ
くし且つ■つのCPUがチャネル装置を開放してから次
に使用するまでの時間を短かくできるようなCPUの排
他制御及び割込み制御を実現できるチャネル制御方式を
提供するにある。
An object of the present invention is to provide a channel control system in a multiprocessor system that can reduce the load on the CPU as much as possible and shorten the time from when one CPU releases a channel device until the next time it is used. An object of the present invention is to provide a channel control method that can realize exclusive control and interrupt control.

〔問題点を解決するための手段〕[Means for solving problems]

上記問題を達成するために、この発明は、共通バスによ
って接続されている複数の演算処理装置からアクセスさ
れるチャネル装置が、コマンド終了信号を発信するCP
U割込みアドレス記憶部と、排他制御フラグ及びチャネ
ル番号を記憶する排他制御記憶部とを備え、前記複数の
各演算処理装置は、チャネル装置を獲得する場合に、前
記排他制御フラグを参照して行ない、獲得に際して、前
記排他制御フラグ及び前記CPU割込みアドレスレジス
タに自己の割込みアドレスをセントするものであり、前
記チャネル装置は、コマンド実行終了時に、前記排他制
御フラグをリセットし、CPU割込みアドレス記憶部の
アドレス情報に従ってチャネル番号部の内容を転送しよ
うとするものである。
In order to achieve the above problem, the present invention provides a channel device accessed by a plurality of arithmetic processing units connected by a common bus to a CP that issues a command end signal.
A U-interrupt address storage unit and an exclusive control storage unit that stores an exclusive control flag and a channel number, and each of the plurality of arithmetic processing units refers to the exclusive control flag when acquiring a channel device. , upon acquisition, the channel device stores its own interrupt address in the exclusive control flag and the CPU interrupt address register, and upon completion of command execution, the channel device resets the exclusive control flag and stores the CPU interrupt address storage unit. This attempts to transfer the contents of the channel number part according to the address information.

〔作用〕[Effect]

しかるべき構成を取ることにより、CPUの割込み応答
時間にかかわらず、コマンド終了と同時にチャネル装置
の占有を開放したり、又は、その占有を継続することが
可能となる。
By adopting an appropriate configuration, it becomes possible to release the occupation of the channel device at the same time as the command ends, or to continue to occupy the channel device, regardless of the interrupt response time of the CPU.

(実施例〕 第1.第2および第3図は、この発明の一実施例である
。第1図はマルチCPUシステムの一般的構成を示すも
ので、1は共通バス、2及び3はCPU、そして4及び
5はチャネル装置である。
(Example) 1. Figures 2 and 3 are examples of the present invention. Figure 1 shows the general configuration of a multi-CPU system, where 1 is a common bus, 2 and 3 are CPUs. , and 4 and 5 are channel devices.

また、チャネル装置4及び5内でブロックとして示され
ている6及び7は、CPU2及び3との情報のやりとり
を行うのに使用されるチャネル制御レジスタであり、第
4図に示されている従来の制御レジスタの他に、第2図
に示されているCPU割込みアドレスレジスタ10及び
排他制御レジスタ20を存している。
Further, 6 and 7 shown as blocks in the channel devices 4 and 5 are channel control registers used for exchanging information with the CPUs 2 and 3, and are similar to the conventional one shown in FIG. In addition to the control registers shown in FIG. 2, there are a CPU interrupt address register 10 and an exclusive control register 20 shown in FIG.

ここに、第2図は、CPU割込みアドレスレジスタ10
及び排他制御レジスタ20の構成及びその動作説明図で
ある。第2図での右側は各cpuの内部構成を、そして
左側は各チャネル装置の主要な内部構成を示している。
Here, FIG. 2 shows the CPU interrupt address register 10.
FIG. 2 is an explanatory diagram of the configuration of the exclusive control register 20 and its operation. The right side of FIG. 2 shows the internal configuration of each CPU, and the left side shows the main internal configuration of each channel device.

図から見られるように、排他制御レジスタ20は使用中
か否かを示すIビットの排他制御フラグ(ARP)11
.4種類のモードを識別するための排他制御モード手旨
定部(MOD)12及びチャネル番号部(CHNO)1
4から成っている。ここに、チャネル番号部14はその
先頭ビット位置13がエラー情報を記憶するものである
。また、15はデコーダ、16.17及び18はゲート
、102,103はモード選択信号ライン、100はコ
マンド終了信号ライン、101はコマンド実行時のエラ
ー信号ラインである。ここで、デコーダ15.ゲート1
6.17等は、設定されたモードに応して選択的にAR
FIIのフラグをリセットする信号を発生する。一方、
CPU側において、22はチャネル装置からの割込み情
報を一時保有する割込みレジスタ、23はファーストイ
ン・ファーストアウトメモリ (Ft  Fo ) 、
24はローカ/L/バーF−’J 、26 ハ演算部、
25はローカルバス、そして104はFHFo23にデ
ータが存在することを示す検出信号ラインである。
As seen from the figure, the exclusive control register 20 has an I-bit exclusive control flag (ARP) 11 that indicates whether or not it is in use.
.. Exclusive control mode specification section (MOD) 12 and channel number section (CHNO) 1 for identifying four types of modes
It consists of 4. Here, the first bit position 13 of the channel number section 14 stores error information. Further, 15 is a decoder, 16, 17 and 18 are gates, 102 and 103 are mode selection signal lines, 100 is a command end signal line, and 101 is an error signal line during command execution. Here, decoder 15. gate 1
6.17 etc. can selectively use AR depending on the set mode.
Generates a signal to reset the FII flag. on the other hand,
On the CPU side, 22 is an interrupt register that temporarily holds interrupt information from the channel device, 23 is a first-in/first-out memory (Ft Fo),
24 is loca/L/bar F-'J, 26 is a calculation unit,
25 is a local bus, and 104 is a detection signal line indicating that data exists in FHFo 23.

第3図は、第2図での排他制御レジスタ2oでの2ビツ
ト構成のコードによる排他制御モード指定部12の内容
を示している。モード0として2ビツトが“00″のと
きは、排他制御フラグ(ARP)11が常に1で、これ
がリセ−/ トされず、■っのCPUがチャネル装置を
継続して占有するモードである。
FIG. 3 shows the contents of the exclusive control mode specifying section 12 in the exclusive control register 2o in FIG. 2 using a 2-bit code. When the 2 bits are "00" in mode 0, the exclusive control flag (ARP) 11 is always 1, and this is a mode in which the CPU continues to occupy the channel device without being reset.

モード1として2ビツトが“O1″のとき、コマンド正
常終了時では、チャネル装置がARFIIをリセットし
てCPUの占有を開放するが、異常終了時では、その占
有を継続するモードである。モード2として2ビツトが
“10″のときは、コマンドの正常、異常終了のいかん
にかかわらずARFIIをリセットとしてCPUの占を
を開放するモードであり、そしてモード3として2ビツ
トが“11”のときは予備である。
In mode 1, when 2 bits are "O1", the channel device resets ARFII and releases the CPU occupation when the command ends normally, but continues to occupy the CPU when the command ends abnormally. In mode 2, when the 2 bits are "10", ARFII is reset and the CPU is freed up, regardless of whether the command terminates normally or abnormally, and in mode 3, the 2 bits are "11". Time is in reserve.

次にこれらの動作を説明する。Next, these operations will be explained.

チャネル装置に処理を依頼する場合、まず、CPUは、
排他制御レジスタ2oでの排他制御フラグ(ARP)1
1を検査してそれが“0”の場合にのみこれを“1”に
セントしてチャネル装置の獲得を行う。その後、CPU
は、レジスタ22の共通バス上のアドレス(アドレス空
間上で割付けされるアドレス)をCPU割込みアドレス
レジスタ10に、また、レジスタ22に書込むデータを
排他制御レジスタ20でのチャネル番号部14に書込む
When requesting processing to a channel device, the CPU first
Exclusive control flag (ARP) 1 in exclusive control register 2o
1 is checked and only if it is ``0'', it is set to ``1'' to acquire the channel device. After that, the CPU
writes the address on the common bus of the register 22 (address allocated in the address space) to the CPU interrupt address register 10, and writes the data to be written to the register 22 to the channel number section 14 of the exclusive control register 20. .

次に、CPUは、コマンド実行終了後にチャネル装置の
占有をどうするかを決めるために排他制御モード指定部
12に所定のモードコードを設定し、そして起動信号を
チャネル装置に送出する。
Next, the CPU sets a predetermined mode code in the exclusive control mode specifying section 12 to determine how to occupy the channel device after the command execution is completed, and sends an activation signal to the channel device.

チャネル装置は、この起動信号に応じて、所定の処理を
実行し、そのコマンド実行が終了すると、チャネル装置
は、コマンド終了信号を発生して、これによりモード指
定部12の内容を、デコーダ15を通してデコードし、
ARFIIのフラグを制御する。
The channel device executes a predetermined process in response to this activation signal, and when the command execution is completed, the channel device generates a command end signal, thereby transmitting the contents of the mode specifying section 12 through the decoder 15. decode and
Controls ARFII flags.

すなわち、モード0 (00″)の場合には、信号ライ
ン102及び103を共に“OFF ″にして、ARF
ilのフラグを常に1にして置く。モード1(“Ol”
)の場合には、信号ライン102が“ON”され、コマ
ンド正常終了すなわち信号ライン101にエラー信号の
ないことを条件にしてANDゲート16が成立されるの
で、ARFIIのフラグをリセットするが、コマンド異
常終了すなわち信号ライン101にエラー信号がある場
合にはARFIIのフラグを“11、”のまま保存・す
る。モード2 (“1o”)の場合には、信号ライン1
03が“ON″になるので、コマンド正常又は異常終了
のいかんにかかわらず、ORゲート17を通して、AR
FIIのフラグをリセット、すなわち、“0”にする。
That is, in the case of mode 0 (00''), both signal lines 102 and 103 are turned OFF, and the ARF
Always set the il flag to 1. Mode 1 (“Ol”
), the signal line 102 is turned "ON" and the AND gate 16 is established on the condition that the command is completed normally, that is, there is no error signal on the signal line 101, so the ARFII flag is reset. If the process ends abnormally, that is, if there is an error signal on the signal line 101, the ARFII flag is saved as "11". For mode 2 (“1o”), signal line 1
03 becomes “ON”, the AR
Reset the FII flag, that is, set it to "0".

一方、信号ライン101上におけるエラー信号は、チャ
ネル番号部14の最上位ピント部分13に入れられる。
On the other hand, the error signal on the signal line 101 is entered into the most significant focus section 13 of the channel number section 14.

その結果、チャネル装置がコマンド実行の結果エラーが
発生したときは、これが“1”にリセットされ、エラー
が発生しないときには、これが“0”のままとなる。
As a result, when an error occurs as a result of command execution in the channel device, this is reset to "1", and when no error occurs, this remains at "0".

このようにして、終了処理を行った後、チャネル装置は
、CPUに対して、コマンド実行の終了を通知するため
に割込み処理を行う。
After performing the termination process in this way, the channel device performs an interrupt process to notify the CPU of the end of command execution.

この割込み処理は、チャネル装置がCPU割込みアドレ
スレジスタ10で示される共通バス1上のアドレス、す
なわち、割込みレジスタ22のアドレスを指定して、こ
れをアクセスし、エラー信号101を付加したチャネル
番号部14の内容を割込みレジスタ22に転送して書込
むことによって行われる。
In this interrupt processing, the channel device specifies the address on the common bus 1 indicated by the CPU interrupt address register 10, that is, the address of the interrupt register 22, accesses it, and adds the error signal 101 to the channel number section 14. This is done by transferring and writing the contents of the interrupt register 22 to the interrupt register 22.

一方、CPU側では、割込みレジスタ22に書込まれた
データをFiFo23にいれる。Fi Fo 23にデ
ータが存在していれば、データ有効信号が検出信号ライ
ン104に発生して演算部26へと出力され、演算部2
6が割込み処理に入り、Fi Fo 23に格納されて
いるチャネルからのデータを読出して、該当チャネルの
コマンド実行終了を知る。また、このとき、エラーが発
生していれば、再実行等のエラ一対応処理を行う。
On the other hand, on the CPU side, the data written in the interrupt register 22 is input to the FiFo 23. If data exists in the Fi Fo 23, a data valid signal is generated on the detection signal line 104 and output to the calculation unit 26.
6 enters interrupt processing, reads data from the channel stored in the Fi Fo 23, and learns that the command execution of the corresponding channel has ended. At this time, if an error has occurred, error handling processing such as re-execution is performed.

しかも、この実施例では、その使用の続行の有無を示す
排他制御フラグをモード設定により選択的にす七ノドす
る管理をしているので、CPUがチャネル装置の使用を
継続する場合に、継続使用と一回使用との管理が同時に
行える利点があるが、この発明としては、かかるモード
設定を必らずしも採用する必要がない。
Moreover, in this embodiment, since the exclusive control flag indicating whether or not to continue using the channel device is managed to be selectively set by the mode setting, when the CPU continues to use the channel device, the continued use is controlled. Although there is an advantage that management of single-use and one-time use can be performed at the same time, the present invention does not necessarily need to adopt such mode settings.

また、ここでの実施例において、CPU割込みアドレス
とか排他制御フラグ等はレジスタに記憶しているが、こ
れはメモリ一般でよく、いわゆるこのような情報の記憶
部であれば良い。
Further, in this embodiment, the CPU interrupt address, exclusive control flag, etc. are stored in a register, but this may be a general memory, and may be any so-called storage unit for such information.

また、実施例においては、排他制御フラグをリセットし
た後、CPUに対して、対CPU側込み処理を行ってコ
マンドの実行を終了させているが、これは、逆に、対C
PU側込み処理と同時か、この割込み処理の後に排他制
御フラグをリセットするようにしてもよい。このような
タイミングでリセットを行う場合には、例えばゲート1
7の検出信号ラインに遅延回路を挿入するとよい。
In addition, in the embodiment, after resetting the exclusive control flag, CPU side loading processing is performed on the CPU to finish the command execution.
The exclusive control flag may be reset at the same time as the PU side interrupt processing or after this interrupt processing. When resetting at such timing, for example, gate 1
It is preferable to insert a delay circuit into the detection signal line No. 7.

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

以上説明して来たが、この発明にあってはチャネル装置
側で、CPUに対する割込みアドレスを管理し、さらに
チャネルの獲得状態をその排他制御フラグで管理し、コ
マンド終了時に、そのリセットを行うようにしているの
で、CPUの割込み応答時間にかかわらずコマンド終了
と同時にチャネル装置の開放、継続ができる。そこで、
次にCPUがチャネル装置を獲得するまでの無駄な時間
がない。
As explained above, in this invention, the channel device side manages the interrupt address for the CPU, further manages the acquisition state of the channel with its exclusive control flag, and resets it at the end of the command. Therefore, the channel device can be released and continued at the same time as the command ends, regardless of the CPU's interrupt response time. Therefore,
There is no wasted time until the CPU acquires the next channel device.

しかも、CPUからモード指定を行えば、これによりき
め細かく制御できるものである。
Furthermore, by specifying the mode from the CPU, fine control can be achieved.

その結果、システムに適合した排他制御が可能になると
同時に、チャネル装置の占有時間を最小にできるという
効果がある。
As a result, it is possible to perform exclusive control suited to the system, and at the same time, the time occupied by the channel device can be minimized.

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

第1図は本発明によるマルチCPUシステムの構成を示
すブロック図、第2図は本発明によるCPU割込みレジ
スタ及び排他制御レジスタの構成及びCPUとの関連動
作の説明図、第3図は排他モードの内容を示す説明図、
そして第4図は従来のシングルCPUシステムにおける
チャネル制御レジスルの構成図である。 1−共通バス、 2.3−CPU、  4.5−チャネ
ル装置、  6.7−・−チャネル制御レジスタ、10
−・・CPU割込みアドレスレジスタ、  20−排他
制御レジスタ。
FIG. 1 is a block diagram showing the configuration of a multi-CPU system according to the present invention, FIG. 2 is an explanatory diagram of the configuration of the CPU interrupt register and exclusive control register according to the present invention, and their related operations with the CPU, and FIG. 3 is an illustration of the exclusive mode An explanatory diagram showing the contents,
FIG. 4 is a block diagram of a channel control register in a conventional single CPU system. 1-common bus, 2.3-CPU, 4.5-channel device, 6.7-.-channel control register, 10
--CPU interrupt address register, 20-exclusive control register.

Claims (2)

【特許請求の範囲】[Claims] (1)共通バスによって接続されている複数の演算処理
装置からアクセスされるチャネル装置が、コマンド終了
信号を発信するCPU割込みアドレス記憶部と、排他制
御フラグ及びチャネル番号を記憶する排他制御記憶部と
を備え、前記複数の各演算処理装置は、チャネル装置を
獲得する場合に、前記排他制御フラグを参照して行ない
、獲得に際して、前記排他制御フラグを参照して行ない
、獲得に際して、前記排他制御フラグ及び前記CPU割
込みアドレスレジスタに自己の割込みアドレスをセット
するものであり、前記チャネル装置は、コマンド実行終
了時に、前記排他制御フラグをリセットし、CPU割込
みアドレス記憶部のアドレス情報に従ってチャネル番号
部の内容を転送することを特徴とするマルチプロセッサ
システムにおけるチャネル制御方式。
(1) A channel device accessed by a plurality of arithmetic processing units connected by a common bus has a CPU interrupt address storage unit that issues a command end signal, and an exclusive control storage unit that stores exclusive control flags and channel numbers. each of the plurality of arithmetic processing units refers to the exclusive control flag when acquiring a channel device; and sets its own interrupt address in the CPU interrupt address register, and the channel device resets the exclusive control flag at the end of command execution and sets the contents of the channel number section according to the address information of the CPU interrupt address storage section. A channel control method in a multiprocessor system characterized by the transfer of .
(2)前記演算処理装置は、前記排他制御記憶部にモー
ドを設定する情報を記憶し、前記チャネル装置は、コマ
ンド実行終了時にこの設定されたモードに従って前記排
他制御フラグを選択的にリセットすることを特徴とする
特許請求の範囲第1項記載のマルチプロセッサシステム
におけるチャネル制御方式。
(2) The arithmetic processing device stores information for setting a mode in the exclusive control storage unit, and the channel device selectively resets the exclusive control flag according to the set mode at the end of command execution. A channel control method in a multiprocessor system according to claim 1, characterized in that:
JP59195059A 1984-09-18 1984-09-18 Channel control system in multi-processor system Pending JPS6174045A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59195059A JPS6174045A (en) 1984-09-18 1984-09-18 Channel control system in multi-processor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59195059A JPS6174045A (en) 1984-09-18 1984-09-18 Channel control system in multi-processor system

Publications (1)

Publication Number Publication Date
JPS6174045A true JPS6174045A (en) 1986-04-16

Family

ID=16334868

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59195059A Pending JPS6174045A (en) 1984-09-18 1984-09-18 Channel control system in multi-processor system

Country Status (1)

Country Link
JP (1) JPS6174045A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63106064A (en) * 1986-07-30 1988-05-11 プレインツリー システムズ インコーポレイテッド Data controller between a plurality of data processors

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63106064A (en) * 1986-07-30 1988-05-11 プレインツリー システムズ インコーポレイテッド Data controller between a plurality of data processors

Similar Documents

Publication Publication Date Title
US4682284A (en) Queue administration method and apparatus
US4737932A (en) Processor
JP2001117859A (en) Bus controller
US5761532A (en) Direct memory access controller with interface configured to generate wait states
US6502150B1 (en) Method and apparatus for resource sharing in a multi-processor system
JPS6319058A (en) Memory device
US7240144B2 (en) Arbitration of data transfer requests
JP3111052B2 (en) Method and system for supplying data to a bus connected to a plurality of processors
JPS6174045A (en) Channel control system in multi-processor system
JPS5834856B2 (en) Kiokuseigiyosouchi
US6266777B1 (en) Information processing apparatus to control bus latency
JPS6019816B2 (en) microprogram control adapter
JP2594611B2 (en) DMA transfer control device
JPS6238743B2 (en)
JP2825589B2 (en) Bus control method
JP3219422B2 (en) Cache memory control method
JPH0518137B2 (en)
JPS6118223B2 (en)
JPH0526216B2 (en)
JPH0424733B2 (en)
JPS6215644A (en) Cache memory control circuit
JPS6235960A (en) Exclusive control information control system
JPH0437948A (en) Exclusive control system
JPS62184564A (en) Electronic computer control system
JPH05324541A (en) Bus interface device