JPH09305561A - Multiprocessor system - Google Patents

Multiprocessor system

Info

Publication number
JPH09305561A
JPH09305561A JP8148359A JP14835996A JPH09305561A JP H09305561 A JPH09305561 A JP H09305561A JP 8148359 A JP8148359 A JP 8148359A JP 14835996 A JP14835996 A JP 14835996A JP H09305561 A JPH09305561 A JP H09305561A
Authority
JP
Japan
Prior art keywords
address translation
translation buffer
address
erase
control means
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP8148359A
Other languages
Japanese (ja)
Other versions
JP2917915B2 (en
Inventor
Katsuaki Uchibori
勝章 内堀
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP8148359A priority Critical patent/JP2917915B2/en
Publication of JPH09305561A publication Critical patent/JPH09305561A/en
Application granted granted Critical
Publication of JP2917915B2 publication Critical patent/JP2917915B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent the instruction throughput of a multiprocessor system from being lowered even when there is the erasing instruction of correspondent information in an address translation buffer. SOLUTION: Processors 1 and 2 share a main storage device 3. An address translation buffer index control part 13 receives a logical address from an instruction analytic part 11, indexes an address translation buffer 12 corresponding to the erasure contents of an address translation buffer erasure control part 14 and sends out erasing operation stop to the address translation buffer erasure control part 14 during the index of the address translation buffer 12. The address translation buffer erasure control part 14 receives an erasing instruction from the instruction analytic part 11 and erases the correspondent information in the address translation buffer 12 and at such a time, the erasing operation stop from the address translation buffer index control part 13 is received so that the erasing operation of the address translation buffer 12 is stopped.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は主記憶装置を共有す
る仮想記憶方式の複数のプロセッサを有するマルチプロ
セッサシステム、特に、そのアドレス変換バッファ(T
LB)の消去の改良に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system having a plurality of virtual memory type processors sharing a main memory, and more particularly to an address translation buffer (T
LB) erasure improvement.

【0002】[0002]

【従来の技術】従来のマルチプロセッサシステムを図4
を参照する。図4においては、2つのプロセッサ1、2
が主記憶装置3にバス4によって接続されている。つま
り、プロセッサ1、2は主記憶装置3を共有している。
各プロセッサ1(2)は、命令を解析する命令解析部1
1(21),論理ページアドレスを実ページアドレスに
高速に変換するために論理ページアドレスと実ページア
ドレスとを対で記憶しているアドレス変換バッファ12
(22)、命令解析部11(21)が解析した命令に基
づいてアドレス変換バッファ12(22)を動作させて
実アドレスを生成するアドレス変換バッファ索引制御部
13(23)、及び命令解析部11(21)が解析した
命令に基づいてアドレス変換バッファ12(22)を論
理ページアドレスを消去(無効化)するアドレス変換バ
ッファ消去制御部14(24)よりなる。ここで、命令
解析部11、12、アドレス変換バッファ消去制御部1
4、24はバス5によって共通接続されている。また、
命令実行停止部6はアドレス変換バッファ消去制御部1
4、24と命令解析部11、21との間に接続されてい
る。
2. Description of the Related Art A conventional multiprocessor system is shown in FIG.
Refer to. In FIG. 4, two processors 1, 2
Are connected to the main storage device 3 by a bus 4. That is, the processors 1 and 2 share the main storage device 3.
Each processor 1 (2) includes an instruction analysis unit 1 that analyzes an instruction.
1 (21), an address translation buffer 12 that stores a logical page address and a real page address in pairs for fast translation of the logical page address into the real page address
(22), the address translation buffer index control unit 13 (23) that operates the address translation buffer 12 (22) to generate a real address based on the instruction analyzed by the instruction analysis unit 11 (21), and the instruction analysis unit 11 The address translation buffer erase controller 14 (24) erases (invalidates) the logical page address of the address translation buffer 12 (22) based on the instruction analyzed by (21). Here, the instruction analysis units 11 and 12, the address translation buffer erasure control unit 1
4, 24 are commonly connected by a bus 5. Also,
The instruction execution stopping unit 6 is the address translation buffer erasing control unit 1.
4 and 24 and the instruction analysis units 11 and 21 are connected.

【0003】始めに、プロセッサ1の主記憶装置3のア
クセス動作を説明する。命令解析部11が解析した命令
が主記憶装置3の読出しあるいは書込みを伴う場合、論
理アドレスがアドレス変換バッファ索引制御部13に送
られる。これを受けてアドレス変換バッファ索引制御部
13は論理アドレスをアドレス変換により変化する論理
ページアドレスとアドレス変換を行っても変化しないペ
ージ内相対アドレスとに分離し、論理ページアドレスの
みをアドレス変換バッファ12に送出する。この結果、
アドレス変換バッファ12において、論理ページアドレ
スで索引して一致する情報が存在していれば(ヒッ
ト)、アドレス変換バッファ12は実ページアドレスを
アドレス変換バッファ索引制御部13に送出する。これ
を受けて、アドレス変換バッファ索引制御部13は実ペ
ージアドレスと上述のページ内相対アドレスとを組み合
わせて実アドレスを生成し、これにより、主記憶装置3
をアクセスできるようになる。なお、この場合には、ア
ドレス変換バッファ索引制御部13(23)は、アドレ
ス変換バッファ消去制御部14(24)の動作の影響を
受けていないが、後述のごとく、アドレス変換バッファ
消去制御部14(24)がアドレス変換バッファ12
(22)の対応情報の消去動作を行うと、その影響を命
令実行停止部6を介して受ける。なお、プロセッサ2も
同一のアクセス動作を行う。
First, the access operation of the main memory 3 of the processor 1 will be described. When the instruction analyzed by the instruction analysis unit 11 involves reading or writing of the main storage device 3, the logical address is sent to the address translation buffer index control unit 13. In response to this, the address translation buffer index control unit 13 separates the logical address into a logical page address that changes by the address translation and an in-page relative address that does not change even when the address translation is performed, and only the logical page address is translated into the address translation buffer 12. Send to. As a result,
In the address translation buffer 12, if there is information that is matched by being indexed by the logical page address (hit), the address translation buffer 12 sends the real page address to the address translation buffer index control unit 13. In response to this, the address translation buffer index control unit 13 combines the real page address and the above-mentioned in-page relative address to generate a real address, whereby the main memory 3
Will be able to access. In this case, although the address translation buffer index controller 13 (23) is not affected by the operation of the address translation buffer erase controller 14 (24), the address translation buffer erase controller 14 will be described later. (24) is the address translation buffer 12
When the corresponding information erasing operation of (22) is performed, the effect is received via the instruction execution stopping unit 6. The processor 2 also performs the same access operation.

【0004】次に、プロセッサ1,2のアドレス変換バ
ッファ12、22の対応情報の消去動作を説明する。マ
ルチプロセッサシステムの資源を管理するオペレーティ
ングシステムが論理ページに対する実ページの割当てを
解除する場合には、アドレス変換バッファ消去制御部1
4、24がアドレス変換バッファ12、22の対応情報
の消去する。すなわち、命令解析部11または21が解
析した命令がアドレス変換バッファ消去制御部12また
は22の消去命令である場合、命令解析部11または2
1は指定された論理ページの消去命令をバス5を介して
アドレス変換バッファ消去制御部14、24のすべてに
送出する。これを受けて、各アドレス変換バッファ消去
制御部14、24は消去すべき論理ページをアドレス変
換バッファ12、22に送出すると共に、アドレス変換
バッファ12、22が消去であることを命令実行停止部
6に通知する。この結果、アドレス変換バッファ12、
22は指定された論理ページアドレスと実ページアドレ
スとの対応情報を消去する。他方、命令実行停止部6は
すべてのプロセッサ1、2の命令解析部11、21に該
消去命令以外の命令の実行停止を指示する。これによ
り、アドレス変換バッファ12、22の対応情報の消去
命令の実行後に、マルチプロセッサシステム内で行われ
る論理アドレスから実アドレスへの変換の同一性を保証
するようにする。すなわち、図4においては、アドレス
変換バッファ索引制御部13(23)とアドレス変換バ
ッファ消去制御部14(24)とは直接干渉せず、これ
らの間の動作の調停はアドレス変換バッファ消去制御部
14(24)が動作した場合に命令実行停止部6によっ
て行われている。
Next, the operation of erasing the corresponding information in the address translation buffers 12 and 22 of the processors 1 and 2 will be described. When the operating system that manages the resources of the multiprocessor system deallocates the real page from the logical page, the address translation buffer erase control unit 1
Reference numerals 4 and 24 erase the corresponding information in the address translation buffers 12 and 22. That is, when the instruction analyzed by the instruction analysis unit 11 or 21 is the erase instruction of the address translation buffer erase control unit 12 or 22, the instruction analysis unit 11 or 2
1 sends an instruction for erasing the designated logical page to all the address translation buffer erasing control units 14 and 24 via the bus 5. In response to this, the address translation buffer erase control units 14 and 24 send the logical pages to be erased to the address translation buffers 12 and 22, and the instruction execution suspending unit 6 indicates that the address translation buffers 12 and 22 are to be erased. To notify. As a result, the address translation buffer 12,
22 erases the correspondence information between the designated logical page address and real page address. On the other hand, the instruction execution stopping unit 6 instructs the instruction analyzing units 11 and 21 of all the processors 1 and 2 to stop the execution of instructions other than the erase instruction. This guarantees the sameness of the conversion from the logical address to the real address performed in the multiprocessor system after the execution of the corresponding information erasing instruction of the address translation buffers 12 and 22. That is, in FIG. 4, the address translation buffer index control unit 13 (23) and the address translation buffer erase control unit 14 (24) do not directly interfere with each other, and the arbitration of the operation therebetween is performed by the address translation buffer erase control unit 14. When (24) operates, it is performed by the instruction execution stopping unit 6.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上述の
従来のマルチプロセッサシステムにおいては、アドレス
変換バッファの対応情報の消去命令が発生した後はすべ
てのプロセッサのアドレス変換バッファの消去動作が完
了するまでは、該消去命令以外のすべての命令の実行は
停止されるので、マルチプロセッサシステムの命令処理
能力の低下するという課題があった。従って、本発明の
目的は、アドレス変換バッファの対応情報の消去命令が
あった場合にもマルチプロセッサシステムの命令処理能
力が低下を防止することにある。
However, in the above-mentioned conventional multiprocessor system, after the erasing instruction of the corresponding information of the address translation buffer is issued, the erasing operation of the address translation buffers of all the processors is completed. However, since the execution of all instructions other than the erase instruction is stopped, there is a problem that the instruction processing capability of the multiprocessor system deteriorates. Therefore, it is an object of the present invention to prevent the instruction processing capability of the multiprocessor system from deteriorating even when there is an instruction to erase the corresponding information in the address translation buffer.

【0006】[0006]

【課題を解決するための手段】上述の課題を解決するた
めに本発明は、主記憶装置を共有する仮想記憶方式の複
数のプロセッサを有するマルチプロセッサシステムにお
いて、各プロセッサに、論理アドレスと実アドレスとの
対応情報を記憶するアドレス変換バッファ、命令解析手
段、アドレス変換バッファ索引制御手段及びアドレス変
換バッファ消去制御手段を設ける。命令解析手段は、命
令の解析を行い、該命令が主記憶装置のアクセスを伴う
場合に論理アドレスを送出し、命令がアドレス変換バッ
ファの対応情報の消去を含む場合に消去指示を送出す
る。アドレス変換バッファ索引制御手段は命令解析手段
からの論理アドレスを受けてアドレス変換バッファ索引
するものであり、アドレス変換バッファ消去制御手段の
消去内容に応じてアドレス変換バッファを索引すると共
に、アドレス変換バッファの索引中は消去動作停止をア
ドレス変換バッファ消去制御手段に送出する。アドレス
変換バッファ索引制御手段は、アドレス変換バッファの
対応情報を消去するものであり、アドレス変換バッファ
索引制御手段からの消去動作停止を受けてアドレス変換
バッファの消去動作を停止する。すなわち、アドレス変
換バッファ索引制御手段とアドレス変換バッファ消去制
御手段とは直接干渉し合う。これにより、アドレス変換
バッファ消去制御手段がアドレス変換バッファを消去中
であっても、アドレス変換バッファ索引制御手段は、論
理アドレスが消去に関与していなければ、アドレス変換
バッファ消去動作を停止させて該論理アドレスでアドレ
ス変換バッファを索引する。
In order to solve the above problems, the present invention is directed to a multiprocessor system having a plurality of processors of a virtual memory system sharing a main memory, in which each processor is provided with a logical address and a real address. An address translation buffer for storing the correspondence information with, an instruction analysis means, an address translation buffer index control means, and an address translation buffer erase control means are provided. The instruction analysis unit analyzes the instruction, sends a logical address when the instruction involves access to the main memory, and sends an erase instruction when the instruction includes erasing corresponding information in the address translation buffer. The address translation buffer index control means receives the logical address from the instruction analysis means and indexes the address translation buffer. The address translation buffer index control means indexes the address translation buffer according to the erase contents of the address translation buffer erase control means, and During the indexing, the erase operation stop is sent to the address translation buffer erase control means. The address translation buffer index control means erases the corresponding information in the address translation buffer, and stops the erase operation of the address translation buffer in response to the erase operation stop from the address translation buffer index control means. That is, the address translation buffer index control means and the address translation buffer erase control means directly interfere with each other. Thus, even if the address translation buffer erasing control means is erasing the address translation buffer, the address translation buffer index control means stops the address translation buffer erasing operation if the logical address is not involved in erasing. Index the address translation buffer by logical address.

【0007】[0007]

【発明の実施の形態】図1は本発明に係るマルチプロセ
ッサシステムの実施の形態を示すブロック回路図であっ
て、図3の命令実行停止部6は存在しない。また、アド
レス変換バッファ索引制御部13、23とアドレス変換
バッファ消去制御部14、24とは直接接続されてい
る。従って、アドレス変換バッファ索引制御部13(2
3)の動作とアドレス変換バッファ消去制御部14(2
4)の動作とは直接干渉し合う。
1 is a block circuit diagram showing an embodiment of a multiprocessor system according to the present invention, in which the instruction execution suspending unit 6 of FIG. 3 does not exist. The address translation buffer index control units 13 and 23 and the address translation buffer erasure control units 14 and 24 are directly connected. Therefore, the address translation buffer index control unit 13 (2
3) Operation and address translation buffer erase controller 14 (2
It directly interferes with the operation of 4).

【0008】図2を参照して図1のアドレス変換バッフ
ァ索引制御部13の動作を説明する。命令解析部11が
解析した命令が主記憶装置3の読出しあるいは書込みを
伴う命令であるときに制御はステップ201に入る。ス
テップ201では、アドレス変換バッファ消去制御部1
4の出力信号によりアドレス変換バッファ12の消去動
作中か否かを制御する。この結果、アドレス変換バッフ
ァ12の消去動作中でなければステップ202に進み、
アドレス変換バッファ12の消去動作中であればステッ
プ203に進む。
The operation of the address translation buffer index controller 13 of FIG. 1 will be described with reference to FIG. When the instruction analyzed by the instruction analysis unit 11 is an instruction that involves reading or writing of the main storage device 3, control enters step 201. In step 201, the address translation buffer erase controller 1
The output signal 4 controls whether the address translation buffer 12 is in the erasing operation. As a result, if the address translation buffer 12 is not being erased, the process proceeds to step 202,
If the address translation buffer 12 is being erased, the process proceeds to step 203.

【0009】ステップ201では、アドレス変換バッフ
ァ索引制御部13は命令解析部11より受け取った論理
アドレスを論理ページアドレスとページ内相対アドレス
とに分離し、論理ページアドレスのみをアドレス変換バ
ッファ12に送出する。この結果、アドレス変換バッフ
ァ12において、論理ページアドレスで索引して一致す
る情報が存在していれば(ヒット)、アドレス変換バッ
ファ12は実ページアドレスをアドレス変換バッファ索
引制御部13に送出する。これを受けて、アドレス変換
バッファ索引制御部13は実ページアドレスと上述のペ
ージ内相対アドレスとを組み合わせて実アドレスを生成
し、これにより、主記憶装置3をアクセスする。
In step 201, the address translation buffer index controller 13 separates the logical address received from the instruction analyzer 11 into a logical page address and an in-page relative address, and sends only the logical page address to the address translation buffer 12. . As a result, in the address translation buffer 12, if there is information that is indexed and matched with the logical page address (hit), the address translation buffer 12 sends the real page address to the address translation buffer index controller 13. In response to this, the address translation buffer index control unit 13 combines the real page address and the above-mentioned relative address within the page to generate a real address, and thereby accesses the main memory device 3.

【0010】ステップ203では、命令解析部11より
受け取った論理アドレスが消去アドレス範囲か否かを判
別する。この結果、論理アドレスが消去アドレス範囲で
あればステップ204に進み、変換不成功と判定してア
ドレス変換バッファ12の索引はしない。他方、論理ア
ドレスが消去アドレス範囲でなければステップ205に
進む。
In step 203, it is determined whether the logical address received from the instruction analysis unit 11 is within the erase address range. As a result, if the logical address is in the erase address range, the process proceeds to step 204, it is determined that the conversion is unsuccessful, and the address conversion buffer 12 is not indexed. On the other hand, if the logical address is not in the erase address range, the process proceeds to step 205.

【0011】ステップ205では、消去動作停止信号を
アドレス変換バッファ消去制御部14に送出し、アドレ
ス変換バッファ消去制御部14のアドレス変換バッファ
12の消去動作を停止させる。そして、ステップ206
に進む。ステップ206では、ステップ202の場合と
同様に、アドレス変換バッファ12の索引して実ページ
アドレスを得、さらに、実アドレスを生成し、主記憶装
置3をアクセスする。ステップ207では、アドレス変
換バッファ消去制御部14に送出されている消去動作停
止信号を解除し、アドレス変換バッファ消去制御部14
のアドレス変換バッファ12の消去動作を再開させる。
そして、ステップ208に進む。
At step 205, an erase operation stop signal is sent to the address translation buffer erase controller 14 to stop the erase operation of the address translation buffer 12 of the address translation buffer erase controller 14. And step 206
Proceed to. In step 206, as in step 202, the address translation buffer 12 is indexed to obtain a real page address, and a real address is generated to access the main memory device 3. In step 207, the erase operation stop signal sent to the address translation buffer erase controller 14 is released, and the address translation buffer erase controller 14 is released.
The erasing operation of the address translation buffer 12 is restarted.
Then, the process proceeds to step 208.

【0012】図2のルーチンはステップ208により終
了する。なお、アドレス変換バッファ索引制御部23も
同様の動作を行う。
The routine of FIG. 2 ends with step 208. The address translation buffer index control unit 23 also performs the same operation.

【0013】図3を参照して図1のアドレス変換バッフ
ァ消去制御部14の動作を説明する。命令解析部11が
解析した命令がアドレス変換バッファ12の消去命令で
あるときに制御はステップ301に入る。ステップ30
1では、消去が有効でいることを示す消去信号及び消去
アドレス範囲をアドレス変換バッファ索引制御部14に
送出する。なお、この動作はステップ305にて解除さ
れるまで続行する。ステップ302では、アドレス変換
バッファ索引制御部13の出力信号により消去動作停止
信号が送出されているか否かを判別する。この結果、消
去動作停止信号が送出されていれば、消去動作停止信号
が解除されるのを待つ。消去停止信号が送出されていな
ければステップ303に進む。
The operation of the address translation buffer erase controller 14 of FIG. 1 will be described with reference to FIG. When the instruction analyzed by the instruction analysis unit 11 is an erase instruction for the address translation buffer 12, control enters step 301. Step 30
At 1, the erase signal and the erase address range indicating that the erase is effective are sent to the address conversion buffer index control unit 14. This operation is continued until it is canceled in step 305. In step 302, it is judged from the output signal of the address translation buffer index control unit 13 whether or not the erase operation stop signal is transmitted. As a result, if the erase operation stop signal has been sent, it waits until the erase operation stop signal is released. If the erase stop signal has not been sent, the process proceeds to step 303.

【0014】ステップ303では、消去すべき論理アド
レスがある(残存している)か否かを判別する。この結
果、消去すべき論理アドレスがあればステップ304に
進み、消去すべき論理アドレスがなければステップ30
5に進む。ステップ304では、消去すべき論理アドレ
スを設定単位毎に消去する。このとき、消去動作の再開
に備えて内部状態を保存する。そして、ステップ302
に戻り、上述の動作を繰り返す。
In step 303, it is judged whether or not there is a logical address to be erased (remains). As a result, if there is a logical address to be erased, the process proceeds to step 304, and if there is no logical address to be erased, step 30
Go to 5. In step 304, the logical address to be erased is erased for each set unit. At this time, the internal state is saved in preparation for restarting the erase operation. And step 302
Then, the above operation is repeated.

【0015】すなわち、消去動作停止信号が全く発生し
ていなければ、ステップ303の消去動作が、ステップ
301、302によって消却すべき論理アドレスがすべ
て消去されるまで繰り返されてステップ304に進む。
また、消去動作中に消去動作停止信号が発生したときに
は、内部状態を保存し、ステップ301にて消去動作の
再開を待つ。
That is, if the erase operation stop signal is not generated at all, the erase operation of step 303 is repeated until all logical addresses to be erased are erased in steps 301 and 302, and the process proceeds to step 304.
When the erase operation stop signal is generated during the erase operation, the internal state is saved, and in step 301, the erase operation is restarted.

【0016】ステップ305にて、アドレス変換バッフ
ァ索引制御部14への消去信号及び消去アドレス範囲の
送出を解除し、ステップ306にて図3のルーチンは終
了する。なお、アドレス変換バッファ消去制御部24も
同様の動作を行う。
At step 305, the transmission of the erase signal and erase address range to the address translation buffer index controller 14 is canceled, and at step 306 the routine of FIG. 3 ends. The address translation buffer erase control unit 24 also performs the same operation.

【0017】このようにして、アドレス変換バッファ1
2、22の対応情報の消去命令の実行後に、マルチプロ
セッサシステム内で行われる論理アドレスから実アドレ
スへの変換の同一性をも保証するようにする。
In this way, the address translation buffer 1
It is also ensured that the logical address-to-real address conversion in the multiprocessor system is identical after the execution of the corresponding information erasing instructions 2 and 22.

【0018】[0018]

【発明の効果】以上説明したように本発明によれば、ア
ドレス変換バッファの対応情報の消去命令が発生して
も、消去命令の実行を一旦停止して該消去命令以外のア
クセス命令等を実行するようにしたので、マルチプロセ
ッサシステムの命令処理能力の向上を図ることができ
る。
As described above, according to the present invention, even if an erase command for the corresponding information in the address translation buffer occurs, the execution of the erase command is temporarily stopped and an access command other than the erase command is executed. As a result, the instruction processing capability of the multiprocessor system can be improved.

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

【図1】本発明に係るマルチプロセッサシステムの実施
の形態を示すブロック回路図である。
FIG. 1 is a block circuit diagram showing an embodiment of a multiprocessor system according to the present invention.

【図2】図1のアドレス変換バッファ索引制御部の動作
を示すフローチャートである。
2 is a flowchart showing an operation of an address translation buffer index controller of FIG.

【図3】図1のアドレス変換バッファ消去制御部の動作
を示すフローチャートである。
FIG. 3 is a flowchart showing an operation of an address translation buffer erasing controller of FIG.

【図4】従来のマルチプロセッサシステムを示すブロッ
ク回路図である。
FIG. 4 is a block circuit diagram showing a conventional multiprocessor system.

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

1,2…プロセッサ 3…主記憶装置 4,5…バス 6…命令実行停止部 11,21…命令解析部 12,22…アドレス変換バッファ 13,23…アドレス変換バッファ索引制御部 14,24…アドレス変換バッファ消却制御部 1, 2 ... Processor 3 ... Main storage device 4, 5 ... Bus 6 ... Instruction execution stop unit 11, 21 ... Instruction analysis unit 12, 22 ... Address translation buffer 13, 23 ... Address translation buffer index control unit 14, 24 ... Address Conversion buffer cancellation control unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 主記憶装置(3)を共有する仮想記憶方
式の複数のプロセッサ(1,2)を具備するマルチプロ
セッサシステムにおいて、 前記各プロセッサは、 論理アドレスと実アドレスとの対応情報を記憶するアド
レス変換バッファ(12,22)と、 命令の解析を行い、該命令が前記主記憶装置のアクセス
を伴う場合に論理アドレスを送出し、前記命令が前記ア
ドレス変換バッファの対応情報の消去を含む場合に消去
指示を送出する命令解析手段(11,21)と、 該命令解析手段からの論理アドレスを受けて前記アドレ
ス変換バッファ索引制御手段(13,23)と、 前記命令解析手段からの消去指示を受けて前記アドレス
変換バッファの対応情報を消去するアドレス変換バッフ
ァ消去制御手段(14,24)と、 を具備し、 前記アドレス変換バッファ索引制御手段は、前記アドレ
ス変換バッファ消去制御手段の消去内容に応じて前記ア
ドレス変換バッファを索引すると共に、該アドレス変換
バッファの索引中は消去動作停止を前記アドレス変換バ
ッファ消去制御手段に送出し、 前記アドレス変換バッファ消去制御手段は、前記アドレ
ス変換バッファ索引制御手段からの消去動作停止を受け
て前記アドレス変換バッファの消去動作を停止すること
を特徴とするマルチプロセッサシステム。
1. A multiprocessor system comprising a plurality of virtual memory type processors (1, 2) sharing a main memory (3), wherein each processor stores correspondence information between a logical address and a real address. An address translation buffer (12, 22) for performing analysis of an instruction, sending a logical address when the instruction involves access to the main memory, and the instruction includes erasing corresponding information in the address translation buffer In this case, an instruction analysis means (11, 21) for sending an erase instruction, the address translation buffer index control means (13, 23) which receives a logical address from the instruction analysis means, and an erase instruction from the instruction analysis means Address translation buffer erasing control means (14, 24) for receiving the address translation buffer and erasing the corresponding information in the address translation buffer. The address translation buffer index control means indexes the address translation buffer according to the erase content of the address translation buffer erase control means, and the address translation buffer erase control means stops the erase operation during the index of the address translation buffer. The multiprocessor system, wherein the address translation buffer erase control means stops the erase operation of the address translation buffer in response to the erase operation stop from the address translation buffer index control means.
【請求項2】 前記アドレス変換バッファ消去制御手段
は前記アドレス変換バッファ索引制御手段からの消去動
作停止を受けたときには該アドレス変換バッファ消去制
御手段の内部状態を保存し、前記消去動作停止解除を受
けて該アドレス変換バッファ消去制御手段の内部状態か
ら前記アドレス変換バッファの消去を再開する請求項1
に記載のマルチプロセッサシステム。
2. The address translation buffer erase control means stores the internal state of the address translation buffer erase control means when it receives the erase operation halt from the address translation buffer index control means, and receives the erase operation halt release. The erasing of the address translation buffer is restarted from the internal state of the address translation buffer erasing control means.
The multiprocessor system according to.
【請求項3】 主記憶装置(3)を共有する仮想記憶方
式の複数のプロセッサ(1,2)を具備するマルチプロ
セッサシステムにおいて、 前記各プロセッサは、 論理アドレスと実アドレスとの対応情報を記憶するアド
レス変換バッファ(12,22)と、 命令の解析を行い、該命令が前記主記憶装置のアクセス
を伴う場合に論理アドレスを前記送出し、前記命令が前
記アドレス変換バッファの対応情報の消去を含む場合に
消去指示を送出する命令解析手段(11,21)と、 該命令解析手段からの論理アドレスを受けて前記アドレ
ス変換バッファ索引制御手段(13,23)と、 前記命令解析手段からの消去指示を受けて前記アドレス
変換バッファの対応情報を消去するアドレス変換バッフ
ァ消去制御手段(14,24)と、 を具備し、 前記アドレス変換バッファ索引制御手段は、 前記アドレス変換バッファ消去制御手段の消去が無効な
ときには、前記命令解析手段の論理アドレスで前記アド
レス変換バッファを索引して実アドレスを得て前記主記
憶装置をアクセスする手段と、 前記アドレス変換バッファ消去制御手段の消去が有効な
ときに、前記命令解析手段からの論理アドレスが前記ア
ドレス変換バッファ消去制御手段の消去アドレス範囲か
否か判別する手段と、 前記命令解析手段からの論理アドレスが前記アドレス変
換バッファ消去制御手段の消去アドレス範囲であるとき
にアドレス変換不成功とする手段と、 前記命令解析手段からの論理アドレスが前記アドレス変
換バッファ消去制御手段の消去アドレス範囲でないとき
に、前記命令解析手段の論理アドレスで前記アドレス変
換バッファを索引して実アドレスを得て前記主記憶装置
をアクセスすると共に、その間、消去動作停止を前記ア
ドレス変換バッファ消去制御手段に送出し続ける手段
と、 を具備し、 前記アドレス変換バッファ消去制御手段は、 前記命令解析手段からの消去指示を受けて消去が有効で
ある旨及び前記消去アドレス範囲を前記アドレス変換バ
ッファ索引制御手段に送出する手段と、 前記アドレス変換バッファ索引制御手段から消去動作停
止が送出されているか否かを制御する手段と、 前記アドレス変換バッファ索引制御手段から消去動作停
止が送出されていないときに前記アドレス変換バッファ
の消去を行う手段と、 該アドレス変換バッファの消去が完了したときに前記消
去が有効である旨及び前記消去アドレス範囲の前記アド
レス変換バッファ索引制御手段への送出を解除する手段
と、 を具備することを特徴とするマルチプロセッサシステ
ム。
3. A multiprocessor system comprising a plurality of virtual memory processors (1, 2) sharing a main memory (3), wherein each processor stores correspondence information between a logical address and a real address. And an address translation buffer (12, 22) for performing analysis of an instruction, and when the instruction involves access to the main storage device, the logical address is sent out, and the instruction erases corresponding information in the address translation buffer. Instruction analysis means (11, 21) for sending an erase instruction when included, the address translation buffer index control means (13, 23) that receives a logical address from the instruction analysis means, and erase from the instruction analysis means Address translation buffer erasing control means (14, 24) for erasing corresponding information of the address translation buffer in response to an instruction, The address translation buffer index control means, when erasing by the address translation buffer erasing control means is invalid, indexes the address translation buffer with the logical address of the instruction analysis means to obtain a real address to access the main storage device. Means for determining whether or not the logical address from the instruction analysis means is within the erase address range of the address translation buffer erase control means when the erase of the address translation buffer erase control means is valid; Means for failing address translation when the logical address from the means is within the erase address range of the address translation buffer erase control means, and the logical address from the instruction analysis means is the erase address range of the address translation buffer erase control means If not, the logical address of the instruction analysis means is used to Address translation buffer erase control means for continuously sending an erase operation stop to the address translation buffer erase control means while accessing the main storage device by indexing the address translation buffer to obtain a real address. The control means receives the erasing instruction from the instruction analysis means, sends the fact that erasing is effective and the erase address range to the address translation buffer index control means, and the erase operation from the address translation buffer index control means. Means for controlling whether a stop is sent, means for erasing the address translation buffer when the erase operation stop is not sent from the address translation buffer index control means, and means for erasing the address translation buffer. When completed, the erase is valid and the address change of the erase address range is completed. And a means for canceling the transmission to the replacement buffer index control means.
JP8148359A 1996-05-17 1996-05-17 Multiprocessor system Expired - Lifetime JP2917915B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8148359A JP2917915B2 (en) 1996-05-17 1996-05-17 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8148359A JP2917915B2 (en) 1996-05-17 1996-05-17 Multiprocessor system

Publications (2)

Publication Number Publication Date
JPH09305561A true JPH09305561A (en) 1997-11-28
JP2917915B2 JP2917915B2 (en) 1999-07-12

Family

ID=15451002

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8148359A Expired - Lifetime JP2917915B2 (en) 1996-05-17 1996-05-17 Multiprocessor system

Country Status (1)

Country Link
JP (1) JP2917915B2 (en)

Also Published As

Publication number Publication date
JP2917915B2 (en) 1999-07-12

Similar Documents

Publication Publication Date Title
JP2842313B2 (en) Information processing device
JPH0137773B2 (en)
US5896520A (en) Virtual computer system of multi-processor constitution
JPH09305561A (en) Multiprocessor system
JPS5953631B2 (en) storage controller
JP4965974B2 (en) Semiconductor integrated circuit device
JP3171289B2 (en) Information processing device
JPH0844659A (en) Data transfer controller
JPS58115680A (en) Information processor
JP2008123333A5 (en)
JPH041373B2 (en)
JP2517977B2 (en) Input / output interrupt control method in virtual machine
JP3457535B2 (en) Communication device between processors
JPS63247852A (en) Cache memory control method
JPS62221751A (en) Paging system
JPH0412861B2 (en)
JPS63187339A (en) Information processor
JPH04355847A (en) Store buffer controller
JPS6345654A (en) Invalidation processing system for information processor
JPH1185619A (en) Information processor
JPH05257859A (en) Information processor
JPH08249022A (en) Multiprocessor arithmetic unit and programmable controller having the arithmetic unit
JPS63752A (en) Memory protection system
JPH0713865A (en) Cache memory control system
JPH02226447A (en) Computer system and memory access therefor