JPH10198644A - Synchronous control method and multi-processor system - Google Patents

Synchronous control method and multi-processor system

Info

Publication number
JPH10198644A
JPH10198644A JP9003535A JP353597A JPH10198644A JP H10198644 A JPH10198644 A JP H10198644A JP 9003535 A JP9003535 A JP 9003535A JP 353597 A JP353597 A JP 353597A JP H10198644 A JPH10198644 A JP H10198644A
Authority
JP
Japan
Prior art keywords
instruction
synchronization
cache coherence
processing
processor
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
JP9003535A
Other languages
Japanese (ja)
Inventor
Yuko Ishibashi
優子 石橋
Toshimitsu Ando
利光 安藤
Yasuhiro Teramoto
康弘 寺本
Tadaaki Isobe
忠章 磯部
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP9003535A priority Critical patent/JPH10198644A/en
Publication of JPH10198644A publication Critical patent/JPH10198644A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To shorten synchronous processing time by executing cache coherence guarantee processing only between optional processors requiring synchronous processing. SOLUTION: A communication register common to plural processors is built in a storage control device 2. When the cache coherence guarantee processing of a POST instruction issuing processor 3a has been completed, control data for informing of the completion of the processing are stored in the register 22. At the time of detecting the storage of the control data in the register 22, an WAIT side processor 3b executes the cache coherence guarantee processing, and at the completion of the guarantee processing, executes an instruction following an WAIT instruction.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数のプロセッサ
を備え、各々のプロセッサが同期してプログラムを実行
することが可能な主記憶共有型マルチプロセッサシステ
ムにおいて、プロセッサ間の共有レジスタを用いたプロ
セッサ間の同期制御方法およびマルチプロセッサシステ
ムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system having a plurality of processors, each of which can execute a program in synchronization with each other. And a multiprocessor system.

【0002】[0002]

【従来の技術】主記憶共有型マルチプロセッサにおける
プロセッサ間の同期方法としては、例えばSYNC命令
が定義されている。このSYNC命令は、SYNC命令
に先行する命令のキャッシュコヒーレンス保証処理を行
い、キャッシュコヒーレンス保証処理完了後、SYNC
命令の後続命令を実行することにより、マルチプロセッ
サを構成する全プロセッサの間の同期処理を行う命令で
ある。
2. Description of the Related Art For example, a SYNC instruction is defined as a method of synchronizing processors in a shared-memory multiprocessor. This SYNC instruction performs cache coherence guarantee processing of an instruction preceding the SYNC instruction, and after completion of the cache coherence guarantee processing, SYNC
This is an instruction for performing a synchronization process among all processors constituting a multiprocessor by executing an instruction following the instruction.

【0003】[0003]

【発明が解決しようとする課題】例えば主記憶共有型の
4台のマルチプロセッサにおいて、任意の2台のプロセ
ッサ間でのみ同期処理が必要な場合に、上記した従来の
SYNC命令を用いると、本来2台のプロセッサ間のみ
のキャッシュコヒーレンス保証処理を行えばよいにも係
らず、全てのプロセッサ間のキャッシュコヒーレンス保
証処理を実行しなければならず、この結果、同期処理に
要する時間が長くなるという問題点がある。
For example, in a case where synchronization processing is required only between two arbitrary processors in four multiprocessors of a shared main memory type, if the above-mentioned conventional SYNC instruction is used, the original In spite of the fact that the cache coherence assurance process between only two processors needs to be performed, the cache coherence assurance process between all processors must be executed, and as a result, the time required for the synchronization process becomes longer. There is a point.

【0004】本発明の目的は、同期処理が必要な任意の
プロセッサの間のみキャッシュコヒーレンス保証処理を
行うことにより、同期処理時間を短縮した同期制御方法
およびマルチプロセッサシステムを提供することにあ
る。
An object of the present invention is to provide a synchronous control method and a multiprocessor system in which the synchronous processing time is shortened by performing cache coherence guarantee processing only between arbitrary processors that require synchronous processing.

【0005】[0005]

【課題を解決するための手段】主記憶装置とキャッシュ
記憶を持つ複数のプロセッサと、主記憶装置と複数のプ
ロセッサとの間のデータ転送とプロセッサ間キャッシュ
コヒ一レンス制御を行う記憶制御装置からなる計算機シ
ステムにおいて、同期元プロセッサがPOST命令の実
行により同期先プロセッサに対し同期元プロセッサの同
期処理完了を通知し、同期先プロセッサがWAIT命令
の実行により前記POST命令の発行を待機するような
プロセッサ間のプログラム同期方式がある。本発明で
は、前記同期方式を実現するために記憶制御装置にプロ
セッサ間共有レジスタを設けることを特徴としている。
The present invention comprises a plurality of processors having a main memory and a cache memory, and a storage controller for performing data transfer between the main memory and the plurality of processors and cache coherence control between processors. In a computer system, a synchronization source processor notifies a synchronization destination processor of the completion of synchronization processing of a synchronization source processor by executing a POST instruction, and the synchronization destination processor waits for issuance of the POST instruction by executing a WAIT instruction. Program synchronization method. The present invention is characterized in that the storage control device is provided with an inter-processor shared register in order to realize the synchronization method.

【0006】POST側プロセッサ及び記憶制御装置
は、POST命令に伴うPOST命令発行プロセッサの
キャッシュコヒーレンス保証処理完了を検出すると、処
理完了を通知する同期制御データを前記プロセッサ間共
有レジスタに格納する。WAIT側プロセッサ及び記憶
制御装置は、POST命令発行プロセッサがキャッシュ
コヒーレンス保証処理完了を通知するために、プロセッ
サ間共有レジスタに制御データを格納したことを検出す
ると、WAIT命令発行プロセッサのキャッシュコヒー
レンス保証処理を行い、処理完了を検出するとWAIT
命令の後続命令の実行を開始する。
When the POST-side processor and the storage controller detect the completion of the cache coherence assurance processing of the POST instruction issuing processor accompanying the POST instruction, the post-processor and the storage control device store synchronization control data for notifying the processing completion in the inter-processor shared register. When the WAIT-side processor and the storage controller detect that the POST instruction issuing processor has stored control data in the inter-processor shared register in order to notify the completion of the cache coherence assurance processing, the WAIT instruction issuing processor executes the cache coherence assurance processing of the WAIT instruction issuing processor. WAIT when the processing completion is detected
Start execution of the instruction following the instruction.

【0007】また、共有レジスタに格納される制御デー
タにPOST側プロセッサのキャッシュコヒーレンス保
証処理完了報告フラグを設け、POST命令発行プロセ
ッサのキャッシュコヒーレンス保証処理完了時に前記フ
ラグの書き込みを行うことでWAIT側プロセッサに保
証処理完了の報告をすることを特徴としている。
Further, a control flag stored in the shared register is provided with a cache coherence guarantee processing completion flag of the POST processor, and the flag is written when the cache coherence guarantee processing of the POST instruction issuing processor is completed. A report of the completion of the guarantee processing.

【0008】上記した同期処理において、POST命令
にキャッシュコヒーレンス保証処理を実行するPOST
命令と、キャッシュコヒーレンス保証処理を実行しない
POST命令を設け、またWAIT命令にキャッシュコ
ヒーレンス保証処理を実行するWAIT命令と、キャッ
シュコヒーレンス保証処理を実行しないWAIT命令を
設けることを特徴としている。これにより、キャッシュ
コヒーレンス保証処理を実行するか否かを選択すること
が可能となる。
In the above-mentioned synchronous processing, a POST for executing a cache coherence assurance processing in response to a POST instruction
An instruction and a POST instruction that does not execute cache coherence assurance processing are provided, and a WAIT instruction that executes cache coherence assurance processing and a WAIT instruction that does not execute cache coherence assurance processing are provided as WAIT instructions. This makes it possible to select whether or not to execute the cache coherence assurance process.

【0009】また、制御データにキャッシュコヒーレン
ス保証フラグを設け、上記キャッシュコヒーレンス保証
処理を実行するPOST命令実行時にはPOST命令発
行プロセッサのキャッシュコヒーレンス保証処理を行う
と共に、前記キャッシュコヒーレンス保証フラグ及び同
期制御データを書き込み、上記キャッシュコヒーレンス
保証処理を実行しないPOST命令実行時にはPOST
命令発行プロセッサのキャッシュコヒーレンス保証処理
及びキャッシュコヒーレンス保証フラグのセットを行わ
ずに同期制御データの書き込みを行うことを特徴として
いる。WAIT側プロセッサはキャッシュコヒーレンス
保証処理を実行するWAIT命令と、キャッシュコヒー
レンス保証処理を実行しないWAIT命令を設けなくて
も、上記キャッシュコヒーレンス保証フラグをチェック
することにより、キャッシュコヒーレンス保証処理を実
行するか否かを判断することができる。
A cache coherence assurance flag is provided in the control data. When the POST instruction for executing the cache coherence assurance processing is executed, the cache coherence assurance processing of the POST instruction issuing processor is performed, and the cache coherence assurance flag and the synchronization control data are transmitted. At the time of writing and executing the POST instruction which does not execute the cache coherence assurance processing, the POST
It is characterized in that the synchronous control data is written without performing the cache coherence guarantee processing of the instruction issuing processor and the setting of the cache coherence guarantee flag. The WAIT processor checks whether the cache coherence assurance process is performed by checking the cache coherence assurance flag without providing a WAIT instruction for executing the cache coherence assurance process and a WAIT instruction for not performing the cache coherence assurance process. Can be determined.

【0010】[0010]

【発明の実施の形態】以下、本発明の一実施例を図面を
用いて具体的に説明する。図1は、本発明の実施例の全
体構成図である。図1において、1は主記憶装置、2は
記憶制御装置、3はプロセッサである。本実施例では例
えば4台のプロセッサからなり、3a〜3dはそれぞれ
プロセッサ0〜プロセッサ3である。そして、各プロセ
ッサ3a〜3dには、それぞれキャッシュ記憶30a〜
30dと対記憶制御装置インタフェース制御部31a〜
31dが設けられている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be specifically described below with reference to the drawings. FIG. 1 is an overall configuration diagram of an embodiment of the present invention. In FIG. 1, 1 is a main storage device, 2 is a storage control device, and 3 is a processor. In the present embodiment, for example, four processors are provided, and 3a to 3d are processors 0 to 3, respectively. Each of the processors 3a to 3d has a cache memory 30a to 30d, respectively.
30d and storage controller interface controller 31a-
31d is provided.

【0011】記憶制御装置2には、キャッシュディレク
トリ参照制御部20と各プロセッサ0〜プロセッサ3に
対応したキャッシュコヒーレンス制御部21a〜21d
と、コミュニケーションレジスタ22が設けられてい
る。
The storage controller 2 includes a cache directory reference controller 20 and cache coherence controllers 21a to 21d corresponding to the processors 0 to 3, respectively.
And a communication register 22.

【0012】図1は、複数のプロセッサ0〜プロセッサ
3と、各プロセッサが1つの主記憶装置1を共有する主
記憶共有型のマルチプロセッサシステムを構成してい
る。
FIG. 1 shows a multiprocessor system of a main memory sharing type in which a plurality of processors 0 to 3 and one processor shares one main storage device 1.

【0013】図2は、キャッシュコヒーレンス制御部2
1の構成を示す。図2において、210はコヒーレンス
制御リクエストスタック、211はキャンセルスタッ
ク、212はプロセッサインタフェース制御部、213
はキャッシュリクエスト制御部である。
FIG. 2 shows a cache coherence controller 2.
1 is shown. 2, reference numeral 210 denotes a coherence control request stack; 211, a cancel stack; 212, a processor interface control unit;
Is a cache request control unit.

【0014】図3は、コミュニケーションレジスタ22
の構成を示す。図3において、220はレジスタ本体、
221はライト制御部、222はリード制御部、223
はコミュニケーションレジスタインタフェース制御部で
ある。
FIG. 3 shows the communication register 22.
Is shown. In FIG. 3, reference numeral 220 denotes a register body,
221, a write control unit; 222, a read control unit;
Is a communication register interface control unit.

【0015】図1において、主記憶装置1とプロセッサ
3内のキャッシュ記憶30の間ではデータ信号線4によ
ってデータ転送が行われている。通常、主記憶装置1へ
のSTORE命令が発生すると、対記憶制御装置インタ
フェース制御部31はキャッシュコヒーレンス制御部2
1に対して、STORE命令のターゲットアドレスを通
知し、そのターゲットアドレスを含むブロックのキャッ
シュコヒーレンス処理を対記憶制御装置インタフェース
信号33により要求する。なお、STORE命令を実行
したプロセッサにおいて、STORE命令のアドレス
と、自キャッシュディレクトリのアドレスとを比較し、
一致したとき、STORE命令のアドレスを含むキャッ
シュブロックを無効化する。
In FIG. 1, data transfer is performed by a data signal line 4 between the main storage device 1 and the cache memory 30 in the processor 3. Normally, when a STORE instruction to the main storage device 1 occurs, the storage controller interface controller 31 causes the cache coherence controller 2
1, the target address of the STORE instruction is notified, and the cache coherence processing of the block including the target address is requested by the storage controller interface signal 33. In the processor that has executed the STORE instruction, the address of the STORE instruction is compared with the address of its own cache directory.
When they match, the cache block including the address of the STORE instruction is invalidated.

【0016】キャッシュコヒーレンス制御部21は、キ
ャッシュディレクトリ参照制御部20に対してキャッシ
ュディレクトリ参照制御インタフェース23によって他
のプロセッサ3へのキャッシュキャンセルリクエストを
要求する。キャッシュディレクトリ参照制御部20で
は、各プロセッサ内のキャッシュ記憶30a〜30dに
格納されているブロックのアドレスを記録していて、S
TORE命令のターゲットアドレスと比較し一致したな
らば、同アドレスのブロックのデータを持つ全てのプロ
セッサに対応するキャッシュコヒーレンス制御部21a
〜21dに対してキャッシュキャンセルリクエストを発
行する。
The cache coherence control unit 21 requests the cache directory reference control unit 20 to issue a cache cancel request to another processor 3 through the cache directory reference control interface 23. The cache directory reference control unit 20 records the addresses of the blocks stored in the cache memories 30a to 30d in each processor.
The cache coherence control units 21a corresponding to all processors having data of the block of the same address if they are compared with and matched with the target address of the TORE instruction
Issue a cache cancel request to .about.21d.

【0017】キャッシュコヒーレンス制御部21に格納
されたキャッシュキャンセルリクエストは、順次プロセ
ッサ内の対記憶制御装置インタフェース制御部31に転
送され、上記したアドレスを持つキャッシュブロックを
無効化することにより、キャッシュキャンセルが行われ
る。
The cache cancel requests stored in the cache coherence control section 21 are sequentially transferred to the storage controller interface control section 31 in the processor, and the cache block having the above address is invalidated to cancel the cache cancellation. Done.

【0018】〈実施例1〉図4(a)、(b)は、本発
明のPOST/WAIT命令の命令仕様を示す。図1に
おいて、4台のプロセッサ3a〜3dが動作していると
きに、図4(a)のPOST命令がプロセッサ(0)3
aで実行され、WAIT命令がプロセッサ(1)3bで
実行され、2台のプロセッサ(0)3aとプロセッサ
(1)3bが同期してプログラムを実行する場合につい
て、以下、実施例1を説明する。
<Embodiment 1> FIGS. 4A and 4B show the instruction specification of the POST / WAIT instruction of the present invention. In FIG. 1, when the four processors 3a to 3d are operating, the POST instruction of FIG.
The first embodiment will be described below in the case where the WAIT instruction is executed by the processor (1) 3b, and the two processors (0) 3a and the processor (1) 3b execute the program in synchronization with each other. .

【0019】WAIT命令中のPOST側プロセッサ番
号にはプロセッサ(0)が指定される。そして、POS
T側プロセッサ(0)3aは、POST命令の前にST
ORE命令(ST A)を実行している。プロセッサ
(0)によってPOST命令が実行されると、WAIT
命令を実行し同期処理の完了を待っているプロセッサ
(1)に対して同期処理の完了が通知される。この通知
を受けると、プロセッサ(1)はWAIT命令の次の命
令を実行する。つまり、例えば、先のSTORE命令で
処理されたデータAを、LD命令(LD A)を実行す
ることにより読み込み、これによりプロセッサ間で同期
してプログラムを実行する。
Processor (0) is designated as the POST-side processor number in the WAIT instruction. And POS
The T-side processor (0) 3a executes ST before the POST instruction.
The ORE instruction (STA) is being executed. When the POST instruction is executed by the processor (0), the WAIT
The completion of the synchronization processing is notified to the processor (1) executing the instruction and waiting for the completion of the synchronization processing. Upon receiving this notification, the processor (1) executes the instruction following the WAIT instruction. That is, for example, the data A processed by the STORE instruction is read by executing the LD instruction (LDA), and thereby the programs are executed in synchronization between the processors.

【0020】さて、図1のプロセッサ(0)3aがPO
ST命令をデコードすると、対記憶制御装置インタフェ
ース制御部31aは対記憶制御装置インタフェース信号
33aによってキャッシュコヒーレンス制御部21aに
POST命令を通知する。
Now, the processor (0) 3a in FIG.
When the ST instruction is decoded, the storage controller interface controller 31a notifies the cache coherence controller 21a of the POST instruction by the storage controller interface signal 33a.

【0021】図2のキャッシュコヒーレンス制御部21
aでは、プロセッサインタフェース制御部212がPO
ST命令の通知をコヒーレンス制御リクエストスタック
210にPOST信号214として連絡する。コヒーレ
ンス制御リクエストスタック210には、先のSTOR
E命令発行時のアドレスがリクエストとしてスタックに
積まれている。そして、コヒーレンス制御リクエストス
タック210は、POST信号214が有効である間
に、キャッシュリクエスト制御部213を介してキャッ
シュディレクトリ参照制御部20に対して、スタック内
のコヒーレンス制御リクエストを全て送出すると、コヒ
ーレンス制御リクエストスタック空信号215をプロセ
ッサインタフェース制御部212に送出する。
The cache coherence control unit 21 shown in FIG.
a, the processor interface control unit 212 sets the PO
The notification of the ST command is sent to the coherence control request stack 210 as a POST signal 214. The coherence control request stack 210 includes the previous STOR
The address at the time of issuing the E instruction is stacked on the stack as a request. When the coherence control request stack 210 sends out all the coherence control requests in the stack to the cache directory reference control unit 20 via the cache request control unit 213 while the POST signal 214 is valid, the coherence control request stack 210 A request stack empty signal 215 is sent to the processor interface control unit 212.

【0022】プロセッサインタフェース制御部212
は、コヒーレンス制御リクエストスタック空信号215
を受けると、POST命令におけるPOST側プロセッ
サのキャッシュコヒーレンス保証処理が完了したとみな
して、対記憶制御装置インタフェース信号33aによっ
てプロセッサ(0)の対記憶制御装置インタフェース制
御部31aに対してPOST側プロセッサのキャッシュ
コヒーレンス保証処理の完了を通知する。
Processor interface control section 212
Is the coherence control request stack empty signal 215
In response to this, it is considered that the cache coherence assurance process of the POST processor in the POST instruction has been completed, and the storage controller interface controller 31a of the processor (0) is notified of the POST processor by the storage controller interface signal 33a. Notifies the completion of the cache coherence assurance process.

【0023】キャッシュコヒーレンス保証処理の完了を
受けた対記憶制御装置インタフェース制御部31aは、
コミュニケーションレジスタインタフェース信号32a
を用いて、図5(a)に示す制御データ51をコミュニ
ケーションレジスタ22に送信する。図3のコミュニケ
ーションレジスタ22において、制御データ51はコミ
ュニケーションレジスタインタフェース制御部223か
らライト制御部221に送られ、ライト制御部221の
制御の基にレジスタ220に書き込まれる。
Upon receiving the completion of the cache coherence assurance process, the storage controller interface controller 31a
Communication register interface signal 32a
The control data 51 shown in FIG. In the communication register 22 of FIG. 3, the control data 51 is sent from the communication register interface control unit 223 to the write control unit 221, and is written into the register 220 under the control of the write control unit 221.

【0024】ここで、レジスタ220内の制御データは
例えば初期値「0」であり、POST側プロセッサによ
って書き込まれる制御データは例えば「1」である。つ
まり、POST命令を実行することにより同期処理が完
了し、かつ、キャッシュコヒーレンス保証処理が完了す
ることにより、POST側プロセッサ3aが制御データ
「1」をレジスタ22に書き込む。
Here, the control data in the register 220 is, for example, an initial value “0”, and the control data written by the POST-side processor is, for example, “1”. That is, by executing the POST instruction, the synchronization processing is completed, and the cache coherence assurance processing is completed, so that the POST-side processor 3a writes the control data “1” to the register 22.

【0025】WAIT命令をデコードしたプロセッサ
(1)3bにおいては、対記憶制御装置インタフェース
制御部31bがコミユニケーションレジスタインタフェ
ース信号32bを用いてコミュニケーションレジスタ2
2に対して読み出しリクエストを発行する。図2のコミ
ュニケーションレジスタ22において、読み出しリクエ
ストはコミュニケーションレジスタインタフェース制御
部223からリード制御部222に送られ、レジスタ内
の制御データ51を読み出す。読み出された制御データ
51は、リ一ド制御部222、コミュニケーションレジ
スタインタフェース制御部223を介して、コミュニケ
ーションレジスタインタフェース信号32bによって対
記憶制御装置インタフェース制御部31bに転送され
る。
In the processor (1) 3b that has decoded the WAIT instruction, the storage controller interface controller 31b uses the communication register interface signal 32b to communicate with the communication register 2b.
A read request is issued to No. 2. In the communication register 22 of FIG. 2, a read request is sent from the communication register interface control unit 223 to the read control unit 222, and the control data 51 in the register is read. The read control data 51 is transferred to the storage controller interface controller 31b by the communication register interface signal 32b via the read controller 222 and the communication register interface controller 223.

【0026】WAIT側プロセッサ3bの対記憶制御装
置インタフェース制御部31bでは、読み出された制御
データ51をデコードし、有効な書き込みが行われてい
るか否かをチェックする。もしも有効な書き込みが行わ
れていなければ、有効な書き込みが行われるまで上記の
読み出しを繰り返す。ここでは、レジスタ220の制御
データ51が「0」から「1」になったとき、有効な書
き込みであると確認する。
The storage controller interface controller 31b of the WAIT-side processor 3b decodes the read control data 51 and checks whether valid writing is being performed. If valid writing has not been performed, the above reading is repeated until valid writing is performed. Here, when the control data 51 of the register 220 changes from “0” to “1”, it is confirmed that the writing is valid.

【0027】有効な書き込みが行われていることが確認
できたら、対記憶制御装置インタフェース制御部31b
は、対記憶制御装置インタフェース信号33bによっ
て、キャッシュコヒーレンス制御部21bに対してWA
IT命令を通知する。その時、WAIT命令で指定され
た対応するPOST側プロセッサ番号(NO 0)も併
せて転送する。
When it is confirmed that valid writing has been performed, the storage controller interface controller 31b
Is sent to the cache coherence controller 21b by the storage controller interface signal 33b.
Notify IT command. At that time, the corresponding POST-side processor number (NO 0) specified by the WAIT instruction is also transferred.

【0028】図2のキャッシュコヒーレンス制御部21
b内では、WAIT命令の通知を受け取ったプロセッサ
インタフェース制御部212がキャンセルスタック21
1にWAIT信号216とPOST側プロセッサ番号通
知信号217を送出する。キャンセルスタック211に
は、POST側プロセッサ番号を持つキャッシュキャン
セルリクエストがスタックされている。なお、このPO
ST側プロセッサ番号は、キャッシュディレクトリ参照
制御部20でキャッシュキャンセルリクエストに付けら
れて、キャッシュコヒーレンス制御部21b、c、dに
送られる。
The cache coherence controller 21 shown in FIG.
b, the processor interface control unit 212, which has received the notification of the WAIT instruction,
1 sends a WAIT signal 216 and a POST-side processor number notification signal 217. In the cancel stack 211, a cache cancel request having a POST processor number is stacked. This PO
The ST-side processor number is attached to the cache cancel request by the cache directory reference control unit 20, and sent to the cache coherence control units 21b, c, and d.

【0029】そして、キャンセルスタック211は、自
らのスタック内に、信号217で通知された番号と同一
のPOST側プロセッサ番号を持つキャッシュキャンセ
ルリクエストが存在するか否かを確認する。存在する場
合には、POST側プロセッサ番号を持つキャッシュキ
ャンセルリクエストがスタック211から信号219に
よってプロセッサインタフェース制御部212に送出さ
れる。なお、この送出されたキャンセルリクエストを基
に、プロセッサ3b内のキャッシュ記憶のブロックが無
効化される。
Then, the cancel stack 211 checks whether or not a cache cancel request having the same POST-side processor number as the number notified by the signal 217 exists in its own stack. If there is, a cache cancel request having the POST-side processor number is sent from the stack 211 to the processor interface control unit 212 by a signal 219. The cache storage block in the processor 3b is invalidated based on the transmitted cancel request.

【0030】キャンセルスタック211は、WAIT信
号216が有効であるときに、POST側プロセッサ番
号を持つキャッシュキャンセルリクエストがスタック内
に全てなくなったことを基に、WAIT側プロセッサの
キャッシュコヒーレンス保証処理が完了したと認識し
て、キャッシュコヒーレンス保証処理完了通知218を
プロセッサインタフェース制御部212に報告する。
When the WAIT signal 216 is valid, the cancel stack 211 completes the cache coherence assurance processing of the WAIT processor based on the fact that all cache cancel requests having the POST processor number have disappeared from the stack. And a cache coherence assurance process completion notification 218 is reported to the processor interface control unit 212.

【0031】プロセッサインタフェース制御部212
は、上記したキャッシュコヒーレンス保証処理の完了を
対記憶制御装置インタフェース信号33bによって対記
憶制御装置インタフェース制御部31bに報告する。そ
して、記憶制御装置インタフェース制御部31bにより
キャッシュコヒーレンス保証処理の完了を受け取ったプ
ロセッサ(1)3bは、WAIT命令の後続命令(LD
A)の実行を開始し、同期処理が完了する。
Processor interface control section 212
Reports the completion of the above-described cache coherence assurance processing to the storage controller interface controller 31b by the storage controller interface signal 33b. Then, the processor (1) 3b, which has received the completion of the cache coherence assurance processing by the storage controller interface controller 31b, executes the subsequent instruction (LD) of the WAIT instruction.
The execution of A) is started, and the synchronization process is completed.

【0032】〈実施例2〉上記した実施例1の制御デー
タ51は、同期処理の完了と、キャッシュコヒーレンス
保証処理の完了とを併せて示すデータであるが、本実施
例の制御データ52は、図5(b)に示すように、同期
処理の完了を示す同期制御データ54と、キャッシュコ
ヒーレンス保証処理の完了報告フラグ53とからなって
いる。以下、実施例2を説明する。
Second Embodiment The control data 51 of the first embodiment is data indicating both the completion of the synchronization process and the completion of the cache coherence assurance process. As shown in FIG. 5B, the data includes synchronization control data 54 indicating completion of the synchronization processing and a completion report flag 53 of the cache coherence assurance processing. Hereinafter, a second embodiment will be described.

【0033】POST側プロセッサは、対記憶制御装置
インタフェース制御部31がキャッシュコヒーレンス制
御部21に対して一連のキャッシュコヒーレンス保証処
理を指示する前に、先ずコミュニケーションレジスタ2
2に同期制御データ54を書き込む処理を指示する。こ
こでは、例えば同期処理が完了したとき同期制御データ
54として「1」を書き込む。
The POST-side processor first communicates with the communication register 2 before the storage controller interface controller 31 instructs the cache coherence controller 21 to perform a series of cache coherence assurance processes.
2 is instructed to write the synchronization control data 54. Here, for example, when the synchronization processing is completed, “1” is written as the synchronization control data 54.

【0034】次に、前述したようにPOST側キャッシ
ュコヒーレンス保証処理を行った後、キャッシュコヒー
レンス保証処理が完了するとキャッシュコヒーレンス保
証処理完了報告フラグ53の書き込みを、同期制御デー
タ54の書き込みと同様に、コミュニケーションレジス
タ22内のコミュニケーションレジスタインタフェース
制御部223およびライト制御部221の制御により行
う。ここでは、例えば保証処理が完了するとフラグ53
を「1」(有効)とし、完了していなければフラグを
「0」(無効)とする。
Next, after the cache coherence assurance process on the POST side is performed as described above, when the cache coherence assurance process is completed, writing of the cache coherence assurance process completion report flag 53 is performed in the same manner as writing of the synchronization control data 54. This is performed under the control of the communication register interface control unit 223 and the write control unit 221 in the communication register 22. Here, for example, when the guarantee processing is completed, the flag 53
Is set to "1" (valid), and if not completed, the flag is set to "0" (invalid).

【0035】WAIT側プロセッサは、POST側プロ
セッサのキャッシュコヒーレンス保証処理完了を検知す
るために、直ちにレジスタ220内の同期制御データ5
4を読み出すのではなく、先ずキャッシュコヒーレンス
保証処理完了報告フラグ53のみ読み出す。読み出され
たキャッシュコヒーレンス保証処理完了報告フラグ53
は、リ一ド制御部222において有効か否かのチェック
を行い、有効でなければ有効になるまでフラグ53の読
み出しを続け、有効になったならば同期制御データ54
と共にコミュニケーションレジスタインタフェース制御
部223を介して対記憶制御装置インタフェース制御部
31に送出し、以降、前述したWAIT命令が処理され
る。
In order to detect the completion of the cache coherence assurance processing of the POST processor, the WAIT processor immediately executes the synchronization control data 5 in the register 220.
4 is read, first, only the cache coherence assurance processing completion report flag 53 is read. The read cache coherence assurance processing completion report flag 53
The read control unit 222 checks whether the flag is valid, and if not valid, continues reading the flag 53 until it is valid.
At the same time, the data is sent to the storage controller interface controller 31 via the communication register interface controller 223, and thereafter, the above-mentioned WAIT instruction is processed.

【0036】〈実施例3〉本実施例は、キャッシュコヒ
ーレンス保証処理を行うか否かを選択する実施例であ
る。本実施例では、図4(b)に示すように、POST
命令およびWAIT命令中に、コヒーレンス保証処理を
行うか否かを指示するためにコヒーレンス保証処理有/
無を示すC bitを付加する。すなわち、C bit
=1のコヒーレンス保証処理を行う場合は、実施例1で
説明したと同様にしてキャッシュコヒーレンス保証処理
を行う。
<Embodiment 3> This embodiment is an embodiment for selecting whether or not to perform cache coherence assurance processing. In the present embodiment, as shown in FIG.
Coherence assurance processing to indicate whether or not to perform coherence assurance processing during instructions and WAIT instructions /
C bit indicating nothing is added. That is, C bit
When the coherence assurance process of = 1 is performed, the cache coherence assurance process is performed in the same manner as described in the first embodiment.

【0037】C bit=0のコヒーレンス保証処理を
行わない場合には、POST命令の実行においては、対
記憶制御装置インタフェース制御部31はキャッシュコ
ヒーレンス制御部21に対してキャッシュコヒーレンス
保証処理に関する処理を行わずに、コミュニケーション
レジスタ22に対して同期の完了を示す制御データ51
の書き込みを前述した手順で行う。
When the coherence assurance process of C bit = 0 is not performed, in executing the POST instruction, the storage controller interface control unit 31 performs a process related to the cache coherence assurance process on the cache coherence control unit 21. Instead, the control data 51 indicating the completion of synchronization to the communication register 22
Is written in the above-described procedure.

【0038】また、C bit=0のコヒーレンス保証
処理を行わないWAIT命令の実行においては、WAI
T側プロセッサの対記憶制御装置インタフェース制御部
31が、POST側プロセッサによるコミュニケーショ
ンレジスタ22に対する制御データ51の書き込みを検
知すると、キャッシュコヒーレンス制御部21に対する
キャッシュコヒーレンス保証処理に関する制御を行わず
に、WAIT命令の後続命令の実行を開始することによ
り同期制御を行う。
In the execution of a WAIT instruction that does not perform coherence assurance processing of C bit = 0, the WAI instruction
When the storage controller interface control unit 31 of the T-side processor detects that the control data 51 is written to the communication register 22 by the POST-side processor, the cache coherence control unit 21 is not controlled for the cache coherence assurance processing, and the WAIT instruction is executed. The synchronous control is performed by starting the execution of the subsequent instruction.

【0039】〈実施例4〉本実施例では、キャッシュコ
ヒーレンス保証処理を行うか否かを指示するために、図
5(c)に示すように制御データ55にキャッシュコヒ
ーレンス保証フラグ56を設ける。これによって、図4
(b)のWAIT命令に関しては、コヒーレンス保証処
理有/無を示すC bitを設ける必要がなくなる。
<Embodiment 4> In this embodiment, a cache coherence assurance flag 56 is provided in the control data 55 as shown in FIG. 5C in order to instruct whether or not to perform cache coherence assurance processing. As a result, FIG.
With regard to the WAIT instruction of (b), it is not necessary to provide a C bit indicating whether or not coherence assurance processing is performed.

【0040】POST命令の実行時に、コミュニケーシ
ョンレジスタ22内のライト制御部221が、レジスタ
220に制御データ55を書き込む際に、C bitが
「1」であるキャッシュコヒーレンス保証処理を行うP
OST命令では、キャッシュコヒーレンス保証フラグ5
6を有効にセットし、C bitが「0」であるキャッ
シュコヒーレンス保証処理を行わないPOST命令で
は、キャッシュコヒーレンス保証フラグ56を無効にす
る。
When the write control unit 221 in the communication register 22 writes the control data 55 to the register 220 during execution of the POST instruction, the write control unit 221 performs cache coherence assurance processing in which C bit is “1”.
In the OST instruction, the cache coherence guarantee flag 5
6 is set to be valid and the cache coherence assurance flag 56 is invalidated in the case of the POST instruction in which the C bit is “0” and the cache coherence assurance processing is not performed.

【0041】そして、WAIT命令実行時に、コミュニ
ケーションレジスタ22内のリード制御部222によっ
てキャッシュコヒーレンス保証フラグ56付の制御デー
タ55を読み出し、対記憶制御装置インタフェース制御
部31はキャッシュコヒーレンス保証フラグ56をチェ
ックし、有効であればキャッシュコヒーレンス保証処理
を行い、無効であればキャッシュコヒーレンス保証処理
を行うことなく、WAIT命令の後続命令の実行を開始
する。
When the WAIT instruction is executed, the control data 55 with the cache coherence assurance flag 56 is read by the read control unit 222 in the communication register 22, and the storage controller interface control unit 31 checks the cache coherence assurance flag 56. If it is valid, the cache coherence assurance process is performed. If it is invalid, the execution of the instruction following the WAIT instruction is started without performing the cache coherence assurance process.

【0042】[0042]

【発明の効果】以上、説明したように、本発明によれ
ば、記憶制御装置内にプロセッサ間共有レジスタを設
け、同期制御を行う任意のプロセッサの間で、プロセッ
サ間共有レジスタを介して個別にキャッシュコヒーレン
ス保証処理完了を報告する制御データを受け渡している
ので、システム内の任意のプロセッサの間で個別に同期
処理を行うことが可能となる。
As described above, according to the present invention, an inter-processor shared register is provided in a storage control device, and any processor for performing synchronous control is individually set via an inter-processor shared register. Since the control data for reporting the completion of the cache coherence assurance processing is transferred, it is possible to individually perform the synchronization processing between arbitrary processors in the system.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施例の全体構成図である。FIG. 1 is an overall configuration diagram of an embodiment of the present invention.

【図2】キャッシュコヒーレンス制御部の構成を示す。FIG. 2 shows a configuration of a cache coherence control unit.

【図3】コミュニケーションレジスタの構成を示す。FIG. 3 shows a configuration of a communication register.

【図4】(a)、(b)は、本発明のPOST/WAI
T命令の命令仕様を示す。
FIGS. 4A and 4B are POST / WAI of the present invention.
The instruction specification of the T instruction is shown.

【図5】(a)、(b)、(c)は、制御データのフォ
ーマットを示す。
FIGS. 5A, 5B, and 5C show formats of control data.

【符号の説明】[Explanation of symbols]

1 主記憶装置 2 記憶制御装置 3 プロセッサ 4 データ信号線 20 キャッシュディレクトリ参照制御部 21 キャッシュコヒーレンス制御部 22 コミュニケーションレジスタ 23 キャッシュディレクトリ参照制御インタフェース 30 キャッシュ記憶 31 対記憶制御装置インタフェース制御部 32 コミユニケーションレジスタインタフェース信号 33 対記憶制御装置インタフェース信号 DESCRIPTION OF SYMBOLS 1 Main storage device 2 Storage control device 3 Processor 4 Data signal line 20 Cache directory reference control unit 21 Cache coherence control unit 22 Communication register 23 Cache directory reference control interface 30 Cache storage 31 Storage control device interface control unit 32 Communication register interface Signal 33: Storage controller interface signal

フロントページの続き (72)発明者 磯部 忠章 神奈川県秦野市堀山下1番地 株式会社日 立製作所汎用コンピュータ事業部内Continuation of the front page (72) Inventor Tadaaki Isobe 1 Horiyamashita, Hadano-shi, Kanagawa In the general-purpose computer division of Hitachi Corporation

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 主記憶装置と、該主記憶装置のデータの
一部のコピーを格納するキャッシュ記憶部を有する複数
のプロセッサと、前記主記憶装置と前記複数のプロセッ
サとの間のデータ転送およびプロセッサ間のキャッシュ
コヒーレンス制御を行う記憶制御装置とを備えたマルチ
プロセッサシステムにおいて、同期元プロセッサがPO
ST命令を実行することにより同期先プロセッサに対し
て同期処理の完了を通知し、同期先プロセッサがWAI
T命令を実行することにより前記POST命令の発行を
待機する、プログラム同期方式を採るプロセッサ間の同
期制御方法であって、 前記同期元プロセッサのPOST命令の実行時に、前記
記憶制御装置は該POST命令の前に実行されたストア
命令によって発生したキャッシュコヒーレンス保証処理
の完了を前記同期元プロセッサに通知し、前記同期元プ
ロセッサは前記同期処理および前記保証処理の完了を示
す制御データを前記記憶制御装置に書き込み、前記WA
IT命令を実行した同期先プロセッサが前記制御データ
の書き込みを検出したとき、前記記憶制御装置に対して
同期先プロセッサのキャッシュコヒーレンス保証処理を
実行させ、該保証処理の完了を検出した後に、前記WA
IT命令の後続命令を実行することを特徴とする同期制
御方法。
1. A main storage device, a plurality of processors each having a cache storage unit for storing a copy of a part of data in the main storage device, and data transfer between the main storage device and the plurality of processors. In a multiprocessor system including a storage controller for performing cache coherence control between processors, a synchronization
By executing the ST instruction, the synchronization destination processor is notified of the completion of the synchronization processing.
A method for controlling synchronization between processors employing a program synchronization method, in which a T instruction is executed to wait for the issuance of the POST instruction, wherein the storage control device executes the POST instruction when the synchronization source processor executes the POST instruction. Notifies the synchronization source processor of the completion of the cache coherence assurance process generated by the store instruction executed before, and the synchronization source processor sends control data indicating the completion of the synchronization process and the guarantee process to the storage control device. Write, the WA
When the synchronization destination processor that has executed the IT instruction detects the writing of the control data, it causes the storage control device to execute the cache coherence guarantee processing of the synchronization destination processor.
A synchronous control method characterized by executing an instruction following an IT instruction.
【請求項2】 前記制御データは、同期処理が完了した
か否かを示す第1のデータと、前記同期元プロセッサの
キャッシュコヒーレンス保証処理が完了したか否かを示
す第2データからなり、該第2のデータを用いて、前記
同期先プロセッサに対して同期元プロセッサのキャッシ
ュコヒーレンス保証処理の完了を報告することを特徴と
する請求項1記載の同期制御方法。
2. The control data includes first data indicating whether synchronization processing has been completed and second data indicating whether cache coherence guarantee processing of the synchronization source processor has been completed. 2. The synchronization control method according to claim 1, wherein a completion of the cache coherence assurance processing of the synchronization source processor is reported to the synchronization destination processor using the second data.
【請求項3】 前記POST命令、WAIT命令はキャ
ッシュコヒーレンス保証処理を行うか否かを示す情報を
含み、前記POST命令、WAIT命令の実行時に、前
記情報を基にキャッシュコヒーレンス保証処理を行うこ
とを特徴とする請求項1記載の同期制御方法。
3. The POST instruction and the WAIT instruction include information indicating whether or not to perform a cache coherence assurance process. When the POST instruction and the WAIT instruction are executed, a cache coherence assurance process is performed based on the information. The method according to claim 1, wherein:
【請求項4】 前記POST命令はキャッシュコヒーレ
ンス保証処理を行うか否かを示す情報を含み、前記制御
データは、同期処理が完了したか否かを示す第3のデー
タとキャッシュコヒーレンス保証が有効であるか否かを
示す第4のデータからなり、前記同期元プロセッサがキ
ャッシュコヒーレンス保証処理を行うPOST命令を実
行したとき、前記第4のデータに、キャッシュコヒーレ
ンス保証が有効であることを示すデータを書き込み、前
記同期元プロセッサがキャッシュコヒーレンス保証処理
を行わないPOST命令を実行したとき、前記第4のデ
ータに、キャッシュコヒーレンス保証が無効であること
を示すデータを書き込み、前記WAIT命令実行時に、
前記第4のデータが有効であるとき、前記同期先プロセ
ッサのキャッシュコヒーレンス保証処理を行い、前記W
AIT命令の後続命令を実行し、前記第4のデータが無
効であるとき、前記同期先プロセッサのキャッシュコヒ
ーレンス保証処理を行うことなく前記WAIT命令の後
続命令を実行することを特徴とする請求項1記載の同期
制御方法。
4. The POST instruction includes information indicating whether or not to perform cache coherence assurance processing, and the control data includes third data indicating whether or not synchronization processing has been completed and cache coherence assurance is valid. When the synchronization source processor executes a POST instruction for performing cache coherence guarantee processing, the fourth data includes data indicating that cache coherence guarantee is valid. Writing, when the synchronization source processor executes a POST instruction that does not perform cache coherence guarantee processing, writes data indicating that cache coherence guarantee is invalid in the fourth data, and executes the WAIT instruction,
When the fourth data is valid, a cache coherence guarantee process of the synchronization destination processor is performed, and the W
2. The method according to claim 1, wherein the instruction following the AIT instruction is executed, and when the fourth data is invalid, the instruction following the WAIT instruction is executed without performing the cache coherence guarantee processing of the synchronization destination processor. Synchronous control method described.
【請求項5】 主記憶装置と、該主記憶装置のデータの
一部のコピーを格納するキャッシュ記憶部を有する複数
のプロセッサと、前記主記憶装置と前記複数のプロセッ
サとの間のデータ転送およびプロセッサ間のキャッシュ
コヒーレンス制御を行う記憶制御装置とを備え、前記複
数のプロセッサの内、POST命令を実行することによ
り同期先プロセッサに対して同期処理の完了を通知する
同期元プロセッサと、WAIT命令を実行することによ
り前記POST命令の発行を待機する同期先プロセッサ
が同期してプログラムを実行するマルチプロセッサシス
テムであって、 前記プロセッサ間の共有レジスタと、 前記同期元プロセッサのPOST命令の実行時に、該P
OST命令の前に実行されたストア命令によって発生し
たキャッシュコヒーレンス保証処理の完了を検出する手
段と、 該保証処理の完了を検出したとき、前記同期処理および
該保証処理の完了を示す所定のデータを前記レジスタに
書き込む手段と、 前記同期先プロセッサのWAIT命令の実行時に、前記
レジスタを参照する手段と、 前記レジスタに所定のデータが書き込まれていることを
検出した後に、前記同期先プロセッサのキャッシュコヒ
ーレンス保証処理の完了を検出する手段と、該保証処理
の完了を検出した後に、前記WAIT命令の後続命令を
実行する手段と、を備えたことを特徴とするマルチプロ
セッサシステム。
5. A main storage device, a plurality of processors having a cache storage unit for storing a copy of a part of data in the main storage device, data transfer between the main storage device and the plurality of processors, A storage control device for performing cache coherence control between processors, a synchronization source processor that notifies a synchronization destination processor of completion of synchronization processing by executing a POST instruction among the plurality of processors, and a WAIT instruction. A multiprocessor system in which a synchronization destination processor that waits for the issuance of the POST instruction by executing the program executes a program in synchronization with the shared register between the processors, and executes a POST instruction of the synchronization source processor. P
Means for detecting the completion of the cache coherence assurance processing generated by the store instruction executed before the OST instruction; and, upon detecting the completion of the assurance processing, predetermined data indicating the completion of the synchronization processing and the assurance processing. Means for writing to the register; means for referring to the register when the WAIT instruction of the synchronization destination processor is executed; and cache coherence of the synchronization destination processor after detecting that predetermined data is written to the register. A multiprocessor system comprising: means for detecting completion of the guarantee processing; and means for executing an instruction subsequent to the WAIT instruction after detecting completion of the guarantee processing.
JP9003535A 1997-01-13 1997-01-13 Synchronous control method and multi-processor system Pending JPH10198644A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9003535A JPH10198644A (en) 1997-01-13 1997-01-13 Synchronous control method and multi-processor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9003535A JPH10198644A (en) 1997-01-13 1997-01-13 Synchronous control method and multi-processor system

Publications (1)

Publication Number Publication Date
JPH10198644A true JPH10198644A (en) 1998-07-31

Family

ID=11560102

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9003535A Pending JPH10198644A (en) 1997-01-13 1997-01-13 Synchronous control method and multi-processor system

Country Status (1)

Country Link
JP (1) JPH10198644A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010044599A (en) * 2008-08-13 2010-02-25 Nec Corp Information processing apparatus and order guaranteeing method
WO2012093488A1 (en) * 2011-01-07 2012-07-12 富士通株式会社 Scheduling method, and multi-core processor system
JP2016024762A (en) * 2014-07-24 2016-02-08 日本電気株式会社 Information processor, memory order guarantee method and program
JP6249117B1 (en) * 2017-02-27 2017-12-20 日本電気株式会社 Information processing device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010044599A (en) * 2008-08-13 2010-02-25 Nec Corp Information processing apparatus and order guaranteeing method
JP4631948B2 (en) * 2008-08-13 2011-02-16 日本電気株式会社 Information processing apparatus and order guarantee method
US8468307B2 (en) 2008-08-13 2013-06-18 Nec Corporation Information processing apparatus and order guarantee method
WO2012093488A1 (en) * 2011-01-07 2012-07-12 富士通株式会社 Scheduling method, and multi-core processor system
JP5780243B2 (en) * 2011-01-07 2015-09-16 富士通株式会社 Scheduling method and multi-core processor system
US9367459B2 (en) 2011-01-07 2016-06-14 Fujitsu Limited Scheduling method and multi-core processor system
JP2016024762A (en) * 2014-07-24 2016-02-08 日本電気株式会社 Information processor, memory order guarantee method and program
JP6249117B1 (en) * 2017-02-27 2017-12-20 日本電気株式会社 Information processing device
JP2018142084A (en) * 2017-02-27 2018-09-13 日本電気株式会社 Information processing unit
US10621082B2 (en) 2017-02-27 2020-04-14 Nec Corporation Information processing device that guarantees consistency in access spaces

Similar Documents

Publication Publication Date Title
TWI250411B (en) Method, apparatus and system for memory access
JPH01269142A (en) Buffer memory control system
JPH10198644A (en) Synchronous control method and multi-processor system
JPH0410102B2 (en)
JPH0281255A (en) Multi-processor computer multiple device
JPH04305746A (en) Cache memory control device
JP2539436B2 (en) Communication method between processors
JP2522412B2 (en) Communication method between programmable controller and input / output device
JPS62177653A (en) Control system for shared memory
JPH0522939B2 (en)
JP3088293B2 (en) Cache memory storage consistency control device and storage consistency control method
JPH1139214A (en) Controlling method for shared memory of multiprocessor system
JP3219422B2 (en) Cache memory control method
JPH0786868B2 (en) Communication method between processors
JP2506975B2 (en) Buffer invalidation processing method of information processing device
JPH1027153A (en) Bus transfer device
JPH03269752A (en) Information processing system and input/output controller used for the same
JPH02183342A (en) Interruption controller
JPH0497459A (en) Cache coincidence processing system
JPH0424733B2 (en)
JPH02259945A (en) Storing processing system
JPH07175759A (en) Multiprocessor system
JPH07111711B2 (en) Processing end interrupt control system
JPS61148543A (en) Memory access request processing system
JPH058458B2 (en)