JPS60168251A - Address conversion control system - Google Patents

Address conversion control system

Info

Publication number
JPS60168251A
JPS60168251A JP59025353A JP2535384A JPS60168251A JP S60168251 A JPS60168251 A JP S60168251A JP 59025353 A JP59025353 A JP 59025353A JP 2535384 A JP2535384 A JP 2535384A JP S60168251 A JPS60168251 A JP S60168251A
Authority
JP
Japan
Prior art keywords
address
address translation
buffer
logical
conversion
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
JP59025353A
Other languages
Japanese (ja)
Other versions
JPH0552539B2 (en
Inventor
Hirosada Tone
利根 廣貞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59025353A priority Critical patent/JPS60168251A/en
Publication of JPS60168251A publication Critical patent/JPS60168251A/en
Publication of JPH0552539B2 publication Critical patent/JPH0552539B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation

Abstract

PURPOSE:To reduce the increase of overhead with respect to time to use efficiently a pipeline by using an actual address as a converted address if logical addresses coincide with each other in a system having two address conversion mechanisms. CONSTITUTION:Actual addresses obtained from address conversion buffers 2 and 11 are transferred to registers 6 and 15. If data in a desired address is not held in a data buffer, contents of registers 6 and 15 are set to an address register 19 to access a main storage device, and the converting operation is executed by an address converting circuit. Thereafter, if conversion is necessary in another main storage access request, the logical address in a register 34 which is stored in the main storage device and the logical address to be converted in a register 35 are compared with each other before the converting operation; and if coincidence is detected, write to an address conversion buffer is performed in accordance with the preceding result remaining in the register 34.

Description

【発明の詳細な説明】 (a)発明の技術分野 本発明は情報処理システムの処理装置、特に仮想記憶方
式で・あってパイプライン制御方式の処理装置の高速化
のためのアドレス変換制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (a) Technical Field of the Invention The present invention relates to an address translation control method for increasing the speed of a processing device of an information processing system, particularly a processing device of a virtual storage type and a pipeline control type. .

(b)技術の背景 中央処理装置及びベクトル処理装置等の処理速度を向上
する制御方式の一つとして、パイプライン方式が用いら
れる。この方式は、各命令の実行シーケンスを複数段に
分割し、各段が独立に動作できる構成にすることにより
、複数の命令を同時並行に実行することができる方式で
ある。
(b) Background of the Technology A pipeline system is used as one of the control systems to improve the processing speed of central processing units, vector processing units, and the like. In this method, the execution sequence of each instruction is divided into multiple stages, and each stage is configured to be able to operate independently, thereby making it possible to execute multiple instructions simultaneously in parallel.

各命令の実行シーケンスは、例えば第1図に示すように
12のサイクルに分割される。各サイクルの機能は概要
法の通りである。
The execution sequence of each instruction is divided into 12 cycles, as shown in FIG. 1, for example. The function of each cycle is as per the outline method.

I:命令フェッチアドレスの計算 子:命令アドレス変換バッファのアクセスB:命令バン
ファのデータアクセス D−命令解読 R:レジスフ読み取り A;オペランドアドレスの計算 Tニオペランドアドレス変換バッファのアクセス B:オペランドバッファのデータアクセスE1:演算実
行サイクルl E2:演算実行サイクル2 V:チェソクサイクル W:11.込みサイクル パイプライン方式を最も高度に利用するためには、上記
のようなサイクルの各々を実行する回路に遊びが無いよ
うに、それぞれ異なる命令が割り当てられて並行に実行
される必要がある。そのように、命令実行に必要なデー
タを絶え間なくパイプラインに供給できた場合には、1
ザイクルごとに1命令の実行が完了することになり、最
高の処理速度を得ることができる。
I: Instruction fetch address calculator: Instruction address translation buffer access B: Instruction buffer data access D-Instruction decoding R: Register read A; Operand address calculation T ni Operand address translation buffer access B: Operand buffer data Access E1: Operation execution cycle 1 E2: Operation execution cycle 2 V: Chesok cycle W: 11. In order to make the most advanced use of the inclusive cycle pipeline system, different instructions need to be assigned and executed in parallel so that there is no slack in the circuits that execute each of the cycles. In this way, if the data necessary for instruction execution can be continuously supplied to the pipeline, 1
Execution of one instruction is completed in each cycle, and the highest processing speed can be obtained.

前記のシーケンスにおいて、1−T−BおよびA −T
 −Bの各3サイクルは、それぞれ命令フェッチ及びデ
ータアクセスのシーケンスである。このシーケンスは、
所望の命令又はデータのアドレスがアドレス変換バッフ
ァにあり、且つ所望の命令又はデータがバッファ記憶装
置にある場合にのみ図示のとおり3サイクルで完了する
が、それ以外の場合には主記憶装置へのアクセスを要す
るアドレス変換処理或いはデータアクセスとなる為に、
更に多くの処理サイクルを費やす。従って、アドレス変
換バッファ及びバッファ記憶装置は必要なデータを保持
している確率をできるだけ高めることを考慮して、それ
らの記憶容量、制御方式等の設計がなされる。
In the above sequence, 1-T-B and A-T
Each of the three cycles of -B is a sequence of instruction fetch and data access, respectively. This sequence is
The process is completed in three cycles as shown only if the address of the desired instruction or data is in the address translation buffer and the desired instruction or data is in the buffer storage; otherwise, the transfer to main memory is completed. Due to address conversion processing or data access that requires access,
It takes more processing cycles. Therefore, the storage capacity, control system, etc. of the address translation buffer and buffer storage device are designed with consideration given to increasing the probability of holding necessary data as much as possible.

更に、各命令実行シーケンスの中に2回のアクセスサイ
クル(1−T−B及びA−T−B)が含まれるので、前
記のように全サイクルを並行実行させようとした場合に
は、両アクセスの衝突を解決しなければならない。その
為にはアドレス変換バッファ及びバ・7フア記憶装置か
らなるデータアクセス機構を、命令フェッチ用とオペラ
ンドアクセス用に別個に設け、両機構が並行に動作でき
るようにする方式が採られる。
Furthermore, each instruction execution sequence includes two access cycles (1-T-B and A-T-B), so if you try to execute all cycles in parallel as described above, both Access conflicts must be resolved. To this end, a method is adopted in which a data access mechanism consisting of an address translation buffer and a buffer storage device is provided separately for instruction fetch and operand access so that both mechanisms can operate in parallel.

(C1従来技術と問題点 そのように2組のデータアクセス機構を設ける方式にお
いては、パイプラインの高度利用による処理の高速化は
得られるものの、一方で次のような問題が生じ得る。
(C1 Prior Art and Problems) Although such a system in which two sets of data access mechanisms are provided can speed up processing through advanced use of pipelines, the following problems may occur.

(i)両アドレス変換バッファに同一の内容が登録され
る場合があり、アドレス変換バッファの使用す】率を下
げる。
(i) The same contents may be registered in both address translation buffers, reducing the usage rate of the address translation buffers.

(ii)アドレス変換バッファに目的のアドレスが存在
しない場合のアドレス変換処理が、同一アドレス領域に
対して命令アドレスとオペランドアドレスに関して重複
される場合が生し、時間的オーバヘットを増加させる。
(ii) Address translation processing when the target address does not exist in the address translation buffer may be duplicated for the same address area for instruction addresses and operand addresses, increasing time overhead.

このような現象は、小規模のサブルーチンモジュール等
でプログラムの命令部分とオペランド域とのアドレスが
近接している場合に特に生し易い。
This phenomenon is particularly likely to occur in a small-scale subroutine module where the addresses of the instruction part and operand area of the program are close to each other.

この場合、上記の(i)は高速化のためにやむをえない
と考えることができるが、(ii )は前記のように主
記憶装置へのアクセスを要する処理であり、それを増加
させることにより高速化を阻害する要素となるので改善
が望まれていた。
In this case, (i) above can be considered unavoidable in order to increase speed, but (ii) is a process that requires access to the main memory as described above, and increasing the number of accesses will increase speed. Improvement was desired as this could be a factor that inhibits.

(d)発明の目的 従って、本発明の目的は、上記の欠点を改善し、時間的
オーバヘッドの増加が少なく、パイプラインを高度に利
用できる、アドレス変換制御方式を提供するにある。
(d) Object of the Invention Accordingly, it is an object of the present invention to provide an address translation control method that improves the above-mentioned drawbacks, causes little increase in time overhead, and makes highly efficient use of pipelines.

(e1発明の構成 この目的は本発明において、仮想記憶方式の処理装置に
おけるオペランドアクセス用アドレス変換バッファと命
令フェッチ用アドレス変換バッファとを別個に有するア
ドレス変換制御方式において、論理アドレスを実アドレ
スに変換し、該実アドレスを変換アドレスとして出力す
る手段、該手段により最後に変換した論理アドレスと対
応する実アドレスとの対を記憶する手段、及びオペラン
ドアドレス又は命令フェッチアドレスがアドレス変換バ
ッファに存在しない場合におけるアドレス変換の実行に
先立って、該記憶手段に記憶されている論理アドレスと
変換すべき論理アドレスとが一致した場合に上記記憶手
段に記憶されている実アドレスを変換アドレスとする手
段を有することを特徴とするアドレス変換制御方式によ
り達成される。
(e1 Structure of the Invention) This object of the present invention is to convert a logical address into a real address in an address translation control method that separately has an address translation buffer for operand access and an address translation buffer for instruction fetch in a virtual memory processing device. and means for outputting the real address as a translated address, means for storing a pair of a logical address last translated by the means and a corresponding real address, and when the operand address or instruction fetch address does not exist in the address translation buffer. prior to the execution of the address translation in the storage means, the method further comprises means for setting the real address stored in the storage means as the translated address when the logical address stored in the storage means matches the logical address to be translated; This is achieved by an address translation control method characterized by the following.

(f1発明の実施例 以下図面を参照し、本発明の実施例について説明する。(Example of f1 invention Embodiments of the present invention will be described below with reference to the drawings.

第2図は処理装置の構成例を示すブロック図である。処
理装置はIユニソl−41Eユニツト42、Sユニット
43の3機能ユニットと、バッファ記憶装置44とから
なる。■ユニソ1−41は命令を解読し、パイプライン
全体を制御する。Eユニット42は命令実行における演
算を行う。Sユニット43は論理アドレスと実アドレス
間のアドレス変換と、バッファ記憶装置44及び主記憶
装置45へのアクセスを制御する。バッファ記憶装置4
4は主記憶装置45上のデータの一部のコピーを保持す
ることにより、該データへの実効アクセスを高速化する
目的で設けられる。
FIG. 2 is a block diagram showing an example of the configuration of the processing device. The processing device consists of three functional units, an I-41E unit 42 and an S unit 43, and a buffer storage device 44. ■Uniso 1-41 decodes instructions and controls the entire pipeline. The E unit 42 performs calculations in instruction execution. S unit 43 controls address conversion between logical addresses and real addresses and access to buffer storage 44 and main storage 45. Buffer storage device 4
4 is provided for the purpose of speeding up effective access to the data by holding a copy of a portion of the data on the main storage device 45.

一般に主記憶へのアクセス要求は、■ユニ7)41から
Sユニット43へ出されて、Sユニット43で処理され
、バッファ記憶装置44上に目的のデータがある場合に
は、主記憶装置45に直接アクセスすることなくバッフ
ァ記憶装置44から読み出されて、■ユニット41又は
Eユニット42へ供給される。バッファ記憶装置44に
目的ψデータが無い場合及び書込み要求の場合には、S
ユニット43において、主記憶装置45へのアクセスが
行われる。Sユニット43では、バッファ記憶装置及び
主記憶装置へのアクセスのために、論理アドレスを実ア
ドレスに変換する。この変換を高速化するために、後述
のアドレス変換バッファを持つ。アドレス変換バッファ
に目的のアドレスが無かった場合には、主記憶装置に記
憶されているアドレス変換テーブルを索引して、アドレ
ス変換を行うことが必要になる。
In general, an access request to the main memory is issued from the unit 7) 41 to the S unit 43, processed by the S unit 43, and if the desired data is on the buffer storage device 44, it is transferred to the main storage device 45. The data is read from the buffer storage device 44 without being directly accessed and supplied to the (1) unit 41 or the E unit 42. When there is no target ψ data in the buffer storage device 44 and in the case of a write request, S
In the unit 43, the main storage device 45 is accessed. The S unit 43 converts logical addresses into real addresses for access to buffer storage and main memory. In order to speed up this conversion, an address conversion buffer, which will be described later, is provided. If the address translation buffer does not contain the target address, it is necessary to index the address translation table stored in the main memory and perform address translation.

本発明は主としてSユニット、特にそのアドレス変換回
路における制御方式に関する。
The present invention mainly relates to a control system for an S unit, particularly an address conversion circuit thereof.

第3図は本発明を適用するアドレス変換機構のうち、2
組のアドレス変換バッファ及びデータバッファからなる
部分である。図において、2及び11はそれぞれオペラ
ンドアクセス可及び命令フェソヂ用のアドレス変換バッ
ファ、4及び13はそれぞれオペランド用及び命令用の
データバッファ機構である。
FIG. 3 shows two of the address translation mechanisms to which the present invention is applied.
This part consists of a set of address translation buffers and data buffers. In the figure, 2 and 11 are address translation buffers for operand access and instruction processing, respectively, and 4 and 13 are data buffer mechanisms for operands and instructions, respectively.

オペランドアクセスアドレス及び命令フェッチアドレス
はそれぞれOERレジスタl及びIERレジスタlOに
セットされる。
The operand access address and instruction fetch address are set in OER register l and IER register lO, respectively.

本実施例のシステムにおいて、アドレス変換バッファは
19ビツトの論理ページアドレスを実ページフレームア
ドレスに変換するものとし、アドレス変換バッファ2及
び11の各々は論理ページアドレスの第1−11ピント
部分と対応する実ページアドレスとの対を1項目とする
256項目を1組とする2組のバッファで構成される。
In the system of this embodiment, the address translation buffer translates a 19-bit logical page address into a real page frame address, and each of address translation buffers 2 and 11 corresponds to the 1st to 11th pinto parts of the logical page address. It is composed of two sets of buffers each having 256 items each pairing with a real page address.

論理ページアドレスの第12〜19ビツトによってアド
レス変換バッファ2又は11から2項目を同時に読み出
し、0ER1又はIERIOの第1−11ピントと読み
出した項目の論理アドレスフィールドとを比較回路3a
及び3b、又は12a及び12bによって比較する。比
較の結果としては、一方の比較回路において一致を検出
する場合と、両方の比較が不一致となる場合がある。
Two items are simultaneously read from the address translation buffer 2 or 11 using the 12th to 19th bits of the logical page address, and the comparison circuit 3a compares the 1st to 11th pins of 0ER1 or IERIO with the logical address field of the read item.
and 3b, or 12a and 12b. As a result of the comparison, there are cases where one comparison circuit detects a match, and cases where both comparisons result in a mismatch.

比較回路で一致出力を得た場合はその論理アドレスに対
応する実ページアドレスをデータバッファ機構4又は1
3へ渡す。データバッファ機構4及び13の各々は、例
えば64バイトのデータブロック64(16Iからなる
高速メモリ及びその制御回路よりなる公知の回路であり
、本発明と直接の関連は無いので、これ以上の説明は行
わない。
When a matching output is obtained from the comparison circuit, the real page address corresponding to that logical address is sent to the data buffer mechanism 4 or 1.
Pass it to 3. Each of the data buffer mechanisms 4 and 13 is a known circuit consisting of, for example, a 64-byte data block 64 (16I) of high-speed memory and its control circuit, and is not directly related to the present invention, so no further explanation will be given. Not performed.

アドレス変換バッファから得られた実アドレスはORR
又はI RRレジスタ6.15へ転送されていて、デー
タバッファに所望のアドレスのデータが保存されてない
場合にば0RR6又はIRR15の内容を主記憶アドレ
スレジスタMAR19にセントし、主記憶装置45への
アクセスが行われる。
The real address obtained from the address translation buffer is ORR
Or, if the data has been transferred to the IRR register 6.15 and the data at the desired address is not saved in the data buffer, the contents of 0RR6 or IRR15 are sent to the main memory address register MAR19, and the data is transferred to the main memory 45. Access is made.

比較回路、3a及び3bの両者、又は12a及び12b
の両者で不一致を検出した時は、アドレス変換回路30
により、主記憶装置45に記憶されているアドレス変換
テーブルを使用する変換動作が実行される。この変換動
作を第4図により説明する。
Comparison circuit, both 3a and 3b, or 12a and 12b
When a mismatch is detected between the two, the address conversion circuit 30
Accordingly, a conversion operation using the address conversion table stored in the main storage device 45 is executed. This conversion operation will be explained with reference to FIG.

アドレス変換テーブルは通當2階層であってセグメント
テーブルとページテーブルからなり、セグメントテーブ
ルの各項の内容が各ページテーブルの先頭アドレスを指
す。セグメントテーブルの先頭アドレスはIユニット4
1内の制御レジスフに格納されている。
The address conversion table has two layers in total and consists of a segment table and a page table, and the contents of each item in the segment table indicate the start address of each page table. The start address of the segment table is I unit 4
It is stored in the control register within 1.

上記の不一致の場合、IERlまたは0ERIOにセン
トされた論理アドレスがTLRレジスタ31ヘセントさ
れる。又セグメントテーブル先頭アドレス(STO)が
Iユニット41の制御レジスタからTRPレジスタ32
にセントされる。次にTRP32上のSTOと、TLR
31上の論理アドレスのページアドレスを加算器33で
加算し、セグメントテーブルの項目へのアクセスアドレ
スを得る。このアドレスは線38でIERl又は0ER
IOへ送られて、前記の方法で主記憶アクセスが実行さ
れ、主記憶から読み出されるデータであるページテーブ
ル先頭アドレスはTRP32にセントされる。
In the case of the above mismatch, the logical address written to IERl or 0ERIO is written to the TLR register 31. Also, the segment table start address (STO) is transferred from the control register of the I unit 41 to the TRP register 32.
cents. Next, STO on TRP32 and TLR
An adder 33 adds the page address of the logical address on 31 to obtain an access address to an item in the segment table. This address is IERl or 0ER on line 38.
The data is sent to IO, main memory access is executed using the method described above, and the page table start address, which is data read from the main memory, is sent to the TRP 32.

次に、TRP32上のページテーブル先頭アドレスとT
LR31上の論理ページアドレスとを加算器33で加算
し、これをアドレスとして前と同様に主記憶にアクセス
することにより、ページテーブルから所望の実ページア
ドレスが読み出され、TRP32ヘセントされ、1’R
P32の内容はTWRレジスタ34へ転送される。
Next, the page table start address on TRP32 and T
By adding the logical page address on LR31 with the adder 33 and accessing the main memory using this address as before, the desired real page address is read from the page table, sent to TRP32, and 1' R
The contents of P32 are transferred to TWR register 34.

次に、TLR31の内容である論理アドレスは線38を
通してOERl又はIERIOへ転送され、そのアドレ
スの一部はアドレス変換バッファの1項目を選択し、そ
の項目に論理アドレスの他の一部と線39を通して転送
されるTWR34の内容とが書き込まれる。これにより
、新しいアドレス対がアドレス変換バッファに登録され
、その後のアクセスに利用可能になる。
The logical address, the contents of TLR 31, is then transferred via line 38 to OERl or IERIO, with part of that address selecting one entry in the address translation buffer and adding another part of the logical address to that entry on line 39. The contents of the TWR 34 transferred through the TWR are written. This registers the new address pair in the address translation buffer and makes it available for subsequent accesses.

以上は従来の方式におけると同様の変換動作の概要であ
るが11本発明の実施例においては、上記の動作で実ペ
ージアドレスが決定してTWR34がセントされる時、
同時にTLR31上の論理アドレスをTLRHレジスタ
35にセットする。従って、アドレス変換バッファに最
後に登録した内容が、TWR34とT L RH35の
対としてアドレス変換回路30にも保存されることにな
る。
The above is an outline of the conversion operation similar to that in the conventional system, but in the embodiment of the present invention, when the real page address is determined by the above operation and the TWR 34 is sent,
At the same time, the logical address on the TLR 31 is set in the TLRH register 35. Therefore, the contents last registered in the address translation buffer are also stored in the address translation circuit 30 as a pair of TWR 34 and T L RH 35.

その後、別の主記憶アクセス要求においてアドレス変換
回路30による変換を必要とする時、前と同様に”I”
LR31に論理アドレスがセットされると、変換動作に
先立ってTLRH35の内容とTLR31の内容が比較
回路36によって比較される。ここで一致が検出される
と、前記の主記憶上のアドレス変換テーブルによる変換
動作を行うことなく、直ちにTWR34に残されている
前回の結果により、アドレス変換が完了したものとして
、アドレス変換バッファへの書込みを行う。
After that, when another main memory access request requires conversion by the address conversion circuit 30, "I" is used as before.
When a logical address is set in LR31, the contents of TLRH35 and TLR31 are compared by comparison circuit 36 prior to the conversion operation. If a match is detected here, without performing the conversion operation using the address conversion table in the main memory, it is immediately assumed that the address conversion has been completed based on the previous result left in the TWR 34, and the address conversion is transferred to the address conversion buffer. Write.

T L RH35の内容が、変換すべき論理アドレスと
一致しなかった場合は、従来例と同様にアドレス変換処
理が行われる。但し変換に成功したときは、前記のよう
に新しい論理アドレスと実アドレスによってTLRH3
5及びTWR34が更新され、保存される。
If the contents of the T L RH 35 do not match the logical address to be translated, address translation processing is performed as in the conventional example. However, if the conversion is successful, TLRH3 is
5 and TWR34 are updated and saved.

以上により、同じページへのアクセスのためのアドレス
変換要求が、命令フェッチとオペランドアクセスとで続
いて発生した場合には、後のアドレス変換要求は主記憶
のアドレス変換テーブルにアクセスすることなく完了す
るこ9−かできる。
As a result of the above, if an address translation request for accessing the same page occurs consecutively for instruction fetch and operand access, the subsequent address translation request will be completed without accessing the address translation table in main memory. I can do this 9-.

なお、TWR34とTLRH35に保存されている内容
は、当然アドレス変換バッファの該当項目の内容と一致
している必要がある。従ってアドレス変換バッファの全
部又は一部の内容が強制的に無’AJ化されるときは、
同時にTWR34及びTL Rl■35の内容を無効化
又は消去するように構成しなければならない。このよう
なアドレス変換バッファの強制的無効化は、通席はアド
レス変換テーブルの変更処理を行った場合等に特定の命
令の実行によって行われるので、それらの命令に、同時
にTWR34及びTLRH35の内容も消去する機能を
併合することが望ましい。
Note that the contents stored in the TWR 34 and TLRH 35 must naturally match the contents of the corresponding item in the address translation buffer. Therefore, when all or part of the contents of the address translation buffer are forcibly made non-AJ,
At the same time, it must be configured to invalidate or erase the contents of TWR 34 and TL Rl 35. Such forcible invalidation of the address translation buffer is performed by executing specific instructions such as when changing the address translation table, so the contents of TWR34 and TLRH35 are also included in those instructions at the same time. It is desirable to merge the function of erasing.

(g1発明の効果 以上の説明により明らかなように、本発明をアドレス変
換機構に適用すれば、パイプライン方式の中央処理装置
の高速化のために、命令フェッチ用とオペランドアクセ
ス用の2組のアドレス変換機構を持つシステムにおいて
、主記憶のアドレス変換テーブルによるアドレス変換処
理を、同一アドレス領域について両アドレス変換機構で
重複して行う可能性が殆ど無くなるので、2組のアドレ
ス変換機構による高速化の効果をiIGめることができ
る。
(G1 Effect of the Invention As is clear from the above explanation, if the present invention is applied to an address translation mechanism, two sets of instructions, one for instruction fetch and one for operand access, can be used to speed up a pipelined central processing unit. In a system with an address translation mechanism, there is almost no possibility that both address translation mechanisms perform redundant address translation processing using the address translation table in the main memory for the same address area. You can change the effect.

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

第1図は処理装置の命令実行シーケンスを示す図、第2
図は処理装置のブロック図、第3図はアドレス変換バッ
ファ及びその周辺のブロック図、第4図はアドレス変換
回路のブロック図である。 図において、2及び11はアドレス変換バッファ、4及
び13はデータバッファ回路、30はアドレス変換回路
、41は■ユニット、42はEユニット、43はsユニ
ット、44はバッファ記憶装置、45は主記憶装置であ
る。 琴 1 口 穿 2 図 率 3 口
Figure 1 is a diagram showing the instruction execution sequence of the processing device, Figure 2 is a diagram showing the instruction execution sequence of the processing device.
3 is a block diagram of the processing device, FIG. 3 is a block diagram of an address translation buffer and its surroundings, and FIG. 4 is a block diagram of the address translation circuit. In the figure, 2 and 11 are address translation buffers, 4 and 13 are data buffer circuits, 30 is an address translation circuit, 41 is a ■ unit, 42 is an E unit, 43 is an s unit, 44 is a buffer storage device, and 45 is a main memory It is a device. Koto 1 Mouthhole 2 Illustration rate 3 Mouth

Claims (1)

【特許請求の範囲】 (11仮想記1.α方式の処理装置におけるオペランド
アクセス用アドレス変換バッファと命令フェッチ用アド
レス変換バッファとを別個に有するアドレス変換制御方
式において、論理アドレスを実アドレスに変換し、該実
アドレスを変換アドレスとして出力する手段、該手段に
より最後に変換した論理アドレスと対応する実アドレス
との対を記憶する手段、及びオペランドアドレス又は命
令フェッチアドレスがアドレス変換バッファに存在し7
jい場合におけるアドレス変換の実行に先立って、該記
憶手段に記1りされている論理アドレスと変換すべき論
理アドレスとが一致した堪゛合に上記記憶手段に記憶さ
れている実アドレスを変換アドレスとする手段を有する
ことを特徴とするアドレス変換制御方式。 (2)オペランドアクセス用アドレス変換バッファ及び
命令フェッチ用アドレス変換バンファの少なくとも何れ
か一方の内容の少なくとも一部が強制的に無効化された
場合には、同時に上記記憶手段の内容を消去する手段を
有する特許請求の範囲第(1)項記載のアドレス変換制
御方式。
[Claims] (11 Hypothesis 1. In an address translation control method in which an address translation buffer for operand access and an address translation buffer for instruction fetch are separately provided in an α-based processing device, a logical address is translated into a real address. , means for outputting the real address as a translated address, means for storing a pair of a logical address last translated by the means and a corresponding real address, and an operand address or an instruction fetch address existing in an address translation buffer.
Before executing the address conversion in the case where the address conversion is not performed, the real address stored in the storage means is converted until the logical address recorded in the storage means matches the logical address to be converted. An address conversion control method characterized by having means for converting an address into an address. (2) When at least a part of the contents of at least one of the address translation buffer for operand access and the address translation buffer for instruction fetch is forcibly invalidated, a means for simultaneously erasing the contents of the storage means is provided. An address conversion control method according to claim (1).
JP59025353A 1984-02-13 1984-02-13 Address conversion control system Granted JPS60168251A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59025353A JPS60168251A (en) 1984-02-13 1984-02-13 Address conversion control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59025353A JPS60168251A (en) 1984-02-13 1984-02-13 Address conversion control system

Publications (2)

Publication Number Publication Date
JPS60168251A true JPS60168251A (en) 1985-08-31
JPH0552539B2 JPH0552539B2 (en) 1993-08-05

Family

ID=12163490

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59025353A Granted JPS60168251A (en) 1984-02-13 1984-02-13 Address conversion control system

Country Status (1)

Country Link
JP (1) JPS60168251A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62222344A (en) * 1986-03-25 1987-09-30 Hitachi Ltd Address converting mechanism
JPH01196643A (en) * 1988-02-01 1989-08-08 Fujitsu Ltd Address converting system
JPH01197857A (en) * 1988-02-02 1989-08-09 Nec Corp Address converting circuit
JPH03175548A (en) * 1989-12-04 1991-07-30 Fujitsu Ltd Microprocessor and address control system
JPH0594370A (en) * 1991-04-25 1993-04-16 Internatl Business Mach Corp <Ibm> Computer memory system and virtual memory addressing partitioning method

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5727348A (en) * 1980-07-24 1982-02-13 Fujitsu Ltd Address converter

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5727348A (en) * 1980-07-24 1982-02-13 Fujitsu Ltd Address converter

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62222344A (en) * 1986-03-25 1987-09-30 Hitachi Ltd Address converting mechanism
JPH0550776B2 (en) * 1986-03-25 1993-07-29 Hitachi Ltd
JPH01196643A (en) * 1988-02-01 1989-08-08 Fujitsu Ltd Address converting system
JPH01197857A (en) * 1988-02-02 1989-08-09 Nec Corp Address converting circuit
JPH03175548A (en) * 1989-12-04 1991-07-30 Fujitsu Ltd Microprocessor and address control system
JPH0594370A (en) * 1991-04-25 1993-04-16 Internatl Business Mach Corp <Ibm> Computer memory system and virtual memory addressing partitioning method

Also Published As

Publication number Publication date
JPH0552539B2 (en) 1993-08-05

Similar Documents

Publication Publication Date Title
US6925553B2 (en) Staggering execution of a single packed data instruction using the same circuit
CN101490655B (en) Method and system to indicate an exception-triggering page within a microprocessor
KR970011208B1 (en) Pipelined register cache
JPS60142451A (en) Address conversion control system
US5041968A (en) Reduced instruction set computer (RISC) type microprocessor executing instruction functions indicating data location for arithmetic operations and result location
US4713752A (en) Buffer storage system
EP0669579B1 (en) Coherence index generation for use by an input/output adapter
TW444179B (en) A data processing system having an apparatus for exception tracking during out-of-order operation and method therefor
JPS60168251A (en) Address conversion control system
CN110515659B (en) Atomic instruction execution method and device
JPS63197232A (en) Microprocessor
JPH04335431A (en) Information processor
JPS5853075A (en) Information processor provided with high speed separation buffer
JPH10116191A (en) Processor equipped with buffer for compressed instruction
JPH04340145A (en) Cache memory device
JPS61264455A (en) Coinciding and controlling system for main storage
JP2917384B2 (en) Information processing device
JPH0322053A (en) Move in buffer control system
JPH0418658A (en) Function distributed computer system
JPH02183333A (en) Data processor
JPS60189043A (en) Processor
JPH02103635A (en) Digital system
JPS59107478A (en) Translation lookaside buffer memory
JPH01307849A (en) Data access device
JPS61147354A (en) Buffer storage control method of swapping system