JPH035620B2 - - Google Patents
Info
- Publication number
- JPH035620B2 JPH035620B2 JP58081167A JP8116783A JPH035620B2 JP H035620 B2 JPH035620 B2 JP H035620B2 JP 58081167 A JP58081167 A JP 58081167A JP 8116783 A JP8116783 A JP 8116783A JP H035620 B2 JPH035620 B2 JP H035620B2
- Authority
- JP
- Japan
- Prior art keywords
- address
- translation
- register
- conversion
- real
- 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.)
- Expired - Lifetime
Links
- 238000006243 chemical reaction Methods 0.000 claims description 52
- 239000000872 buffer Substances 0.000 claims description 38
- 238000001514 detection method Methods 0.000 claims description 11
- 238000000034 method Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 4
- 238000006073 displacement reaction Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 description 2
- 239000000284 extract Substances 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/10—Address translation
- G06F12/1027—Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Description
【発明の詳細な説明】
(産業上の利用分野)
本発明は、情報処理装置におけるアドレス変換
装置の制御に関するもので、特に仮想マシン上の
実アドレス、または仮想アドレスを実マシン上の
主メモリアドレスに変換するためのアドレス変換
装置に関するものである。DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to the control of an address translation device in an information processing device, and in particular converts a real address on a virtual machine or a virtual address into a main memory address on a real machine. The present invention relates to an address translation device for converting an address into an address.
(従来技術)
従来この種のアドレス変換装置は第1図に示す
ように、アドレス生成回路(図示していない)か
ら出力された実効アドレスを保持するための実効
アドレスレジスタ1と、仮想アドレスに対してア
ドレス変換を行うためのアドレス変換バツフア2
と、一致検出回路3と、アドレス変換制御部4
と、実アドレスを主メモリ上のアドレス、すなわ
ち、物理アドレスに変換するための実アドレス変
換回路5と、実アドレス変換回路4の出力か、あ
るいはアドレス変換バツフア2の出力かを切替え
て選択するための選択回路6とから構成されてい
る。実アドレス変換回路5では、プロセサ単位に
備えられた情報により実アドレスの一部の領域を
主メモリ上のアドレスの一部の領域に変換するプ
リフイツクス変換と呼ばれる変換を行い、さらに
仮想計算機システムにおいて仮想計算機上の物理
アドレスと実メモリの物理アドレスとの間に変換
が要求されるときには、その方式にしたがつて変
換を行う。実アドレスから物理アドレスへの変換
は、上記のようにして実アドレス変換回路5によ
り実行される。これに対して、仮想アドレスから
物理アドレスへの変換はアドレス変換制御部4に
より行われる。この場合、高速化を達成するた
め、アドレス変換バツフア2への変換結果と、変
換過程の必要な情報とを登録しておき、アドレス
変換バツフア2に被変換仮想アドレスに対応した
情報が存在する場合には、アドレス変換バツフア
2により物理アドレスへの変換を行う。このよう
に、従来技術によれば実アドレスから物理アドレ
スへの変換は簡単な手順により行うことができる
ため、実アドレスから物理アドレスへの変換回路
を独立して準備しても必要なハードウエア量は少
なかつた。しかし、仮想計算機上でのアドレス変
換のように変換手順が複雑化すると、ハードウエ
ア量ならびに制御方法に対する負担が増大するこ
とになるという欠点があつた。(Prior Art) As shown in FIG. 1, a conventional address translation device of this type has an effective address register 1 for holding an effective address output from an address generation circuit (not shown) and a register 1 for holding a virtual address. Address translation buffer 2 for performing address translation
, a match detection circuit 3, and an address conversion control section 4
and a real address conversion circuit 5 for converting a real address into an address on the main memory, that is, a physical address, and for switching and selecting the output of the real address conversion circuit 4 or the output of the address conversion buffer 2. The selection circuit 6 is comprised of a selection circuit 6. The real address conversion circuit 5 performs a conversion called prefix conversion, which converts a part of the real address area into a part of the address area on the main memory, using information provided in each processor. When conversion is required between a physical address on the computer and a physical address in real memory, conversion is performed according to that method. Conversion from a real address to a physical address is executed by the real address conversion circuit 5 as described above. On the other hand, translation from a virtual address to a physical address is performed by the address translation control unit 4. In this case, in order to achieve high speed, the conversion result and information necessary for the conversion process are registered in address conversion buffer 2, and if information corresponding to the virtual address to be converted exists in address conversion buffer 2, Then, the address translation buffer 2 performs translation into a physical address. In this way, according to the conventional technology, conversion from a real address to a physical address can be performed by a simple procedure, so even if a conversion circuit from a real address to a physical address is prepared independently, the amount of hardware required is reduced. There were few. However, when the conversion procedure becomes complicated, such as address conversion on a virtual machine, there is a drawback that the amount of hardware and the burden on the control method increase.
(発明の目的)
本発明の目的は、実アドレスから物理アドレス
への変換、あるいは仮想アドレスから物理アドレ
スへの変換を行う場合に、双方のアドレスに対し
てアドレス変換バツフアを備えて実行することに
より上記欠点を除去し、簡易なハードウエア構成
で仮想計算機上のアドレス変換の制御を容易に行
うことができるように構成したアドレス変換装置
を提供することにある。(Object of the Invention) An object of the present invention is to provide an address translation buffer for both addresses when converting a real address to a physical address or a virtual address to a physical address. It is an object of the present invention to provide an address translation device configured to eliminate the above drawbacks and to easily control address translation on a virtual machine with a simple hardware configuration.
(発明の構成)
本発明によるアドレス変換装置は実効アドレス
レジスタと、アドレス変換バツフアと、一致検出
回路と、アドレス変換制御部とを備え、これを改
良して構成したものである。(Structure of the Invention) The address translation device according to the present invention includes an effective address register, an address translation buffer, a coincidence detection circuit, and an address translation control section, and is configured by improving the above.
実効アドレスレジスタは実効アドレスを格納す
るためのものであり、アドレス変換バツフアはア
ドレスレジスタに与えられた実効アドレスを物理
アドレスに変換するため、実効アドレスの一部と
物理アドレスとを対にして形成した変換対をエン
トリとし、このエントリを複数個記憶するための
ものである。一致検出回路は実効アドレスレジス
タの内容と、アドレス変換バツフアの内容との不
一致を検出するためのものである。アドレス変換
制御部は仮想アドレスから物理アドレスへの変換
を行うためのものである。 The effective address register is used to store an effective address, and the address conversion buffer is formed by pairing a part of the effective address with a physical address in order to convert the effective address given to the address register into a physical address. A conversion pair is used as an entry, and a plurality of these entries are stored. The coincidence detection circuit is for detecting a mismatch between the contents of the effective address register and the contents of the address translation buffer. The address conversion control unit is for converting virtual addresses to physical addresses.
本発明においては、アドレス変換バツフアの変
換対に対応して被変換アドレスが仮想アドレスで
あるか、あるいは実アドレスであるかを表示する
第1の表示ビツトをエントリの内部に設け、さら
に上記実効アドレスレジスタに与えられた被変換
アドレスが仮想アドレスであるか、あるいは実ア
ドレスであるかを示す第2の表示ビツトを形成す
る。そこで、第1および第2の表示ビツトの一致
を検出するための比較器回路を設ける。実効アド
レスレジスタに実アドレスが与えられていて、対
応するエントリがアドレス変換バツフアの内部に
存在しないときには、あらかじめ決められたアド
レス変換動作を行い、仮想アドレスの代わりに実
アドレスを使用して上記変換対と第1の表示ビツ
トとが実アドレスを示すようにしてエントリをア
ドレス変換バツフアに登録する。実効アドレスレ
ジスタに実アドレスが与えられ、対応する変換対
がアドレス変換バツフアの内部に存在し、比較器
回路により一致が検出された場合には、変換対の
内部の物理アドレスを変換アドレスとして得るよ
うに構成したものである。 In the present invention, a first display bit is provided inside the entry to indicate whether the translated address is a virtual address or a real address corresponding to a translation pair of the address translation buffer, and the effective address A second indicator bit is formed to indicate whether the translated address applied to the register is a virtual address or a real address. Therefore, a comparator circuit is provided to detect coincidence between the first and second display bits. When a real address is given to the effective address register and the corresponding entry does not exist inside the address translation buffer, a predetermined address translation operation is performed and the above translation pair is performed using the real address instead of the virtual address. The entry is registered in the address translation buffer such that the first display bit and the first display bit indicate the real address. When a real address is given to the effective address register, a corresponding translation pair exists inside the address translation buffer, and a match is detected by the comparator circuit, the physical address inside the translation pair is obtained as the translation address. It is composed of
(実施例)
次に本発明について図面を参照して詳細に説明
する。(Example) Next, the present invention will be described in detail with reference to the drawings.
本発明の一実施例を示す第2図において、本発
明によるアドレス変換装置は実アドレス、または
仮想アドレスを保持するための実効アドレスレジ
スタ1と、仮想アドレスと物理アドレスとの変換
対、または実アドレスと物理アドレスとの変換対
を示し、さらにいずれの変換対かを示す表示ビツ
トを含み、複数のエントリから成るアドレス変換
バツフア2と、一致検出回路3と、アドレス変換
制御部4とから構成されている。アドレス変換バ
ツフア2は、第4図に示す形式のエントリを複数
個記憶する。各エントリは、仮想アドレス又は、
実アドレスを保持する実効アドレスレジスタ1の
結線13に対応する被変換アドレス部2−aと、
アドレス変換制御部4で求められる物理アドレス
で実効アドレスレジスタ1の結線13と結線12
に対応する変換アドレス2−b、及び被変換アド
レス部2−aの内容が、仮想アドレスか実アドレ
スかを示す表示ビツト2−cから構成される。実
効アドレスレジスタ1に対して実アドレス、また
は仮想アドレスがセツトされると、その一部の情
報からアドレス変換バツフア2のエントリの一つ
が読出され、上記エントリの一部は一致検出回路
3へ接続され、実効アドレスレジスタの一部の情
報と比較される。これと同時に、上記エントリの
内部の表示ビツトも読出され、この情報はアドレ
ス変換制御部4から送出される実効アドレスレジ
スタ1の内部のアドレスが実アドレスであるか、
あるいは仮想アドレスであるかを示す情報と比較
される。両者が共に一致した場合には、エントリ
の内部の物理アドレスが主メモリアドレスとして
得られる。上記両者の少なくとも一方が一致しな
かつた場合には、NFP信号がアドレス変換制御
部4に報告され、アドレス変換制御部4において
実アドレスまたは仮想アドレスのそれぞれ決めら
れた手順にしたがい物理アドレスへの変換が行わ
れる。 In FIG. 2 showing an embodiment of the present invention, an address translation device according to the present invention includes an effective address register 1 for holding a real address or a virtual address, a translation pair of a virtual address and a physical address, or a real address. The address translation buffer 2 includes a plurality of entries, a match detection circuit 3, and an address translation control unit 4. There is. Address translation buffer 2 stores a plurality of entries in the format shown in FIG. Each entry is a virtual address or
a translated address section 2-a corresponding to the connection 13 of the effective address register 1 that holds the real address;
Connections 13 and 12 of the effective address register 1 with the physical address determined by the address conversion control unit 4.
The contents of the translated address 2-b corresponding to the address 2-b and the translated address section 2-a are composed of display bits 2-c indicating whether the address is a virtual address or a real address. When a real address or a virtual address is set in the effective address register 1, one of the entries of the address translation buffer 2 is read out from part of the information, and part of the entry is connected to the coincidence detection circuit 3. , is compared with some information in the effective address register. At the same time, the display bit inside the entry is also read, and this information is used to determine whether the address inside the effective address register 1 sent from the address translation control section 4 is a real address or not.
Alternatively, it is compared with information indicating whether it is a virtual address. If both match, the internal physical address of the entry is obtained as the main memory address. If at least one of the above does not match, the NFP signal is reported to the address conversion control unit 4, and the address conversion control unit 4 converts the real address or virtual address into a physical address according to a predetermined procedure. will be held.
第2図においては、アドレス変換バツフア2が
1台の場合を示しているが、複数台のアドレス変
換バツフアを設置する場合にはそれぞれアドレス
変換バツフアに対応して一致検出回路を備え、各
アドレス変換バツフアからの物理アドレス出力は
選択回路に集められ、それぞれの一致検出回路の
出力により切替えられるようになる。また、アド
レス変換制御部4へ報告されるNFP信号は、そ
れぞれの一致検出回路から出力されるNFP信号
の論理積となる。 Although FIG. 2 shows the case where there is only one address translation buffer 2, if multiple address translation buffers are installed, each address translation buffer is provided with a matching detection circuit corresponding to the address translation buffer. The physical address outputs from the buffers are collected in a selection circuit and can be switched by the output of each coincidence detection circuit. Further, the NFP signal reported to the address conversion control unit 4 is the logical product of the NFP signals output from the respective coincidence detection circuits.
次にアドレス変換制御部4について第3図を参
照して詳細に説明する。第3図において、10
0,110,120,610,700はそれぞれ
第1〜第5のレジスタ、130は基準信号発生回
路、200はバツフア、300は加算器回路、4
00,410,420,430,440,620
は第1〜第6の選択回路、450は比較器回路、
500は整列回路、510はシフト回路、600
はアドレス変換制御メモリ、630は歩進回路で
ある。ライン14および34はそれぞれ第2図の
同じ番号のラインに接続される。 Next, the address translation control section 4 will be explained in detail with reference to FIG. In Figure 3, 10
0, 110, 120, 610, and 700 are the first to fifth registers, 130 is a reference signal generation circuit, 200 is a buffer, 300 is an adder circuit, and 4
00,410,420,430,440,620
are first to sixth selection circuits, 450 is a comparator circuit,
500 is an alignment circuit, 510 is a shift circuit, 600
630 is an address conversion control memory, and 630 is a step circuit. Lines 14 and 34 are each connected to like-numbered lines in FIG.
第2図の一致検出回路3からNFP信号が送出
されると、アドレス変換制御情報を保持するため
の第5のレジスタ700に対してアドレス変換制
御メモリ600のための有効表示ビツトがセツト
される。この有効表示ビツトがセツトされると、
アドレス変換制御部4ではアドレス変換制御メモ
リ600の内部に保持されているアドレス変換マ
イクロプログラムによりアドレス変換が実行され
る。また、NFP信号により第5のレジスタ70
0のなかのアドレス変換の種類を表わすための複
数ビツトの出力とアドレス変換装置に対する要求
の種類とに応じてアドレス変換制御メモリ600
のためのアドレス生成に使用される第6の選択回
路620により、上記アドレス変換マイクロプロ
グラムの開始アドレスが生成される。そこで、こ
の開始アドレスはアドレス変換制御メモリ600
のアドレスを保持するための第4のレジスタ61
0にセツトされる。以後、上記マイクロプログラ
ムの終了時までアドレス変換制御メモリ600の
出力によりアドレス変換制御部4が制御される。 When the NFP signal is sent from the match detection circuit 3 of FIG. 2, a valid display bit for the address translation control memory 600 is set in the fifth register 700 for holding address translation control information. When this valid display bit is set,
In the address translation control section 4, address translation is executed by the address translation microprogram held inside the address translation control memory 600. Also, the fifth register 70 is activated by the NFP signal.
Address translation control memory 600 according to the output of a plurality of bits to represent the type of address translation in 0 and the type of request to the address translation device.
The start address of the address conversion microprogram is generated by the sixth selection circuit 620, which is used to generate an address for the address conversion microprogram. Therefore, this start address is stored in the address conversion control memory 600.
a fourth register 61 for holding the address of
Set to 0. Thereafter, the address translation control unit 4 is controlled by the output of the address translation control memory 600 until the end of the microprogram.
一方、NFP信号が発生した場合には、有効表
示ビツトの値は0であるため、アドレス変換制御
メモリ600以外の制御回路により以下に説明す
るような制御が行われる。すなわち、実効アドレ
スレジスタ1のなかの実アドレス、または仮想ア
ドレスなどのアドレス情報は、同時に独立して読
出しと書込みとが可能なバツフア200に書込ま
れる。これと共に仮想アドレスである場合には、
第1の選択回路400によりアドレス変換過程で
最初に参照される主メモリ上の第1の変換表の先
頭からエントリ単位で生ずる変位分を仮想アドレ
スから取出して第3の選択回路420を介して第
1のレジスタ100にセツトする。また、バツフ
ア200のなかに保持されている第1の変換表の
先頭実アドレス情報を読出し、第4の選択回路4
30を介して第2のレジスタ110にセツトす
る。一方、実アドレス時には、実効レジスタのな
かの実アドレスが第1および第3の選択回路40
0,420を介して第1のレジスタ100にセツ
トされ、第2のレジスタ110には0がセツトさ
れる。レジスタ120はアドレス変換制御メモリ
600のワーク用のレジスタであり、選択回路4
10はレジスタ120の入力データを切換える。
バツフア200は第1の変換表の先頭の実アドレ
ス情報やプリフイツクス変換の対象となるアドレ
ス情報などのアドレス変換に必要な最新の情報や
作業域などを備えており、中央処理装置の主マイ
クロプログラムから上記アドレス変換に必要な情
報が書込まれ、読出されるようになつている。基
準信号発生回路130には、プリフイツクス変換
の被変換対応となるエリアを示す値と、変換結果
のエリアを指定する値が記憶されていて、比較回
路450には前者の被変換エリア指定値が接続さ
れ、選択回路440には後者の変換エリア指定値
が接続されている。以後は、アドレス変換制御メ
モリ600の出力により以下のようにして制御さ
れ、処理が続行される。第1のレジスタ100と
第2のレジスタ110との内容は加算器回路30
0により加算され、加算結果は必要に応じて比較
器回路450および第5の選択回路440によつ
てプリフイツクス変換される。選択回路440の
出力は第2図のアドレス変換バツフア2に接続さ
れ、変換対の物理アドレスの部分の入力となると
ともに、図示していないが、主メモリのアドレス
として主メモリへ接続される。実アドレス時に
は、プリフイツクス変換の結果が主メモリアドレ
ス、すなわち、物理アドレスを表わすことになる
が、仮想アドレス時には第1の変換表の内部の第
1の変換表のエントリの物理アドレスを表わすこ
とになり、主メモリに対して第1の変換表エント
リの読出し要求を発行することになる。読出され
た第1の変換表エントリは、主メモリより整列回
路500へ返される。整列された後で、第4の選
択回路430によりアドレス情報が抽出され、第
2のレジスタ110に取込まれる。種々のアーキ
テクチヤを持つ仮想計算機が動作するとき、特定
のアーキテクチヤを持つ仮想計算機においては前
記抽出されたアドレス情報を16倍した値が本当の
アドレス情報となつていることがあり、この場合
第2のレジスタ110の内部のアドレス情報はシ
フト回路510に送出され、シフトが実行されて
から再びこのデータは第2のレジスタ110へセ
ツトされる。第1の変換表エントリがアドレス変
換によつて2番目に参照される主メモリ上の第2
の変換表の先頭実アドレスを含む場合には、バツ
フア200に保持されている仮想アドレスから第
2の変換表の内部の変位分が第1のレジスタ10
0に取込まれ、第2の変換表エントリの読出しが
実行され、変換物理アドレスを含むエントリが取
出されるまで処理が続行される。以上のようにし
て物理アドレスが求められると、物理アドレスが
変換対としてアドレス変換バツフア2に登録され
る。 On the other hand, when the NFP signal is generated, since the value of the valid display bit is 0, control circuits other than address conversion control memory 600 perform control as described below. That is, address information such as a real address or a virtual address in the effective address register 1 is written into a buffer 200 that can be read and written simultaneously and independently. If it is a virtual address along with this,
The first selection circuit 400 extracts from the virtual address the displacement that occurs in entry units from the beginning of the first conversion table on the main memory that is first referenced in the address conversion process, and sends it to the third selection circuit 420. 1 register 100. Further, the first real address information of the first conversion table held in the buffer 200 is read out, and the fourth selection circuit 4
30 to the second register 110. On the other hand, at the time of a real address, the real address in the effective register is selected by the first and third selection circuits 40.
0,420 to the first register 100, and the second register 110 to 0. The register 120 is a work register for the address translation control memory 600, and is a register for the selection circuit 4.
10 switches the input data of the register 120.
The buffer 200 is equipped with the latest information and work areas necessary for address conversion, such as the real address information at the head of the first conversion table and the address information subject to prefix conversion. Information necessary for the above address conversion is written and read out. The reference signal generation circuit 130 stores a value indicating the area to be converted for prefix conversion and a value specifying the area for the conversion result, and the comparison circuit 450 is connected to the value specifying the area to be converted. The latter conversion area designation value is connected to the selection circuit 440. Thereafter, the processing is continued under the control as described below based on the output of the address translation control memory 600. The contents of the first register 100 and the second register 110 are stored in the adder circuit 30.
0 is added, and the addition result is prefix-converted by comparator circuit 450 and fifth selection circuit 440 as necessary. The output of the selection circuit 440 is connected to the address conversion buffer 2 of FIG. 2, serves as an input for the physical address portion of the conversion pair, and is also connected to the main memory as the main memory address (not shown). At the time of a real address, the result of the prefix translation represents a main memory address, that is, a physical address, but at the time of a virtual address, it represents the physical address of an entry of the first translation table within the first translation table. , will issue a read request for the first conversion table entry to the main memory. The read first conversion table entry is returned to the alignment circuit 500 from the main memory. After alignment, address information is extracted by the fourth selection circuit 430 and loaded into the second register 110. When virtual machines with various architectures operate, the value obtained by multiplying the extracted address information by 16 may be the real address information in the virtual machine with a specific architecture. The address information inside the second register 110 is sent to the shift circuit 510, and after the shift is executed, this data is set in the second register 110 again. The first translation table entry is the second entry in main memory that is referenced second by the address translation.
, the displacement inside the second conversion table from the virtual address held in the buffer 200 is stored in the first register 10.
0, reading of the second translation table entry is performed, and processing continues until the entry containing the translated physical address is retrieved. When the physical address is determined as described above, the physical address is registered in the address translation buffer 2 as a translation pair.
本実施例では、仮想計算機を動作させることが
ある。実計算機では、ソフトウエア命令で、制御
可能な仮想計算機走行フラグを持ち、そのフラグ
の値により仮想計算機動作中か否か決定される。
仮想計算機が動作している時のアドレス変換で
は、仮想計算機上の主メモリアドレスが実主メモ
リ上のN番地から割当てられる場合に上記仮想計
算機とは異なつた動作をすることがある。この場
合の相違点を中心に次に説明を加える。加算器回
路300の出力をプリフイツクス変換することに
より、仮想計算機上の主メモリアドレスを求める
ことができるが、実主メモリアドレスを生成する
ためには、さらにNを加算する必要がある。この
ため、第5の選択回路440の出力は第1のレジ
スタ100にセツトされると同時に、仮想計算機
上の物理アドレスの0番地に対応して実主メモリ
上のアドレスN番地の情報をバツフア200から
読出し、第2のレジスタ110にセツトし、次に
加算器回路300により加算を行うことによつて
物理アドレスが求められる。仮想計算機の動作時
には、このようにして実アドレスから物理アドレ
スへの変換手順も複雑となる。 In this embodiment, a virtual machine may be operated. A real computer has a virtual computer running flag that can be controlled by software instructions, and the value of the flag determines whether the virtual computer is running.
In address conversion when a virtual machine is operating, if the main memory address on the virtual machine is allocated from address N on the real main memory, the virtual machine may operate differently from the above virtual machine. A description will be given next, focusing on the differences in this case. By prefix converting the output of the adder circuit 300, the main memory address on the virtual machine can be obtained, but in order to generate the real main memory address, it is necessary to further add N. Therefore, the output of the fifth selection circuit 440 is set in the first register 100, and at the same time, the information at the address N on the real main memory is sent to the buffer 200 in correspondence with the physical address 0 on the virtual machine. The physical address is determined by reading from the physical address, setting it in the second register 110, and then performing the addition by the adder circuit 300. When a virtual machine operates, the procedure for converting a real address to a physical address becomes complicated.
(発明の効果)
本発明は以上説明したように、実アドレスから
物理アドレスへの変換、ならびに、仮想アドレス
から物理アドレスへの変換において、共にアドレ
ス変換バツフアを使用することにより特に仮想計
算機の動作時におけるアドレス変換の制御が簡単
になり、これによつてハードウエアの量が削減で
きるという効果がある。(Effects of the Invention) As explained above, the present invention uses an address translation buffer in both the translation from a real address to a physical address and the translation from a virtual address to a physical address. This simplifies the control of address translation in the system, which has the effect of reducing the amount of hardware required.
第1図は、従来のアドレス変換装置の構成を示
すブロツク図である。第2図は、本発明によるア
ドレス変換装置の一実施例を示すブロツク図であ
る。第3図は、第2図のアドレス変換制御部の詳
細なブロツク図である。第4図は、アドレス変換
バツフア内のエントリの形式を示す図である。
1……実効アドレスレジスタ、2……アドレス
変換バツフア、3……一致検出回路、4……アド
レス変換制御部、5……実アドレス変換回路、6
……選択回路、100,110,120,61
0,700……レジスタ、200……バツフア、
300……加算器回路、400,410,42
0,430,440,620……選択回路、45
0……比較器回路、500……整列回路、510
……シフト回路、600……アドレス変換制御メ
モリ、630……歩進回路。
FIG. 1 is a block diagram showing the configuration of a conventional address translation device. FIG. 2 is a block diagram showing an embodiment of an address translation device according to the present invention. FIG. 3 is a detailed block diagram of the address translation control section of FIG. 2. FIG. 4 is a diagram showing the format of entries in the address translation buffer. DESCRIPTION OF SYMBOLS 1... Effective address register, 2... Address translation buffer, 3... Match detection circuit, 4... Address translation control unit, 5... Real address translation circuit, 6
...Selection circuit, 100, 110, 120, 61
0,700...Register, 200...Batsuhua,
300... Adder circuit, 400, 410, 42
0,430,440,620...selection circuit, 45
0... Comparator circuit, 500... Alignment circuit, 510
...Shift circuit, 600...Address conversion control memory, 630...Step circuit.
Claims (1)
レジスタと、前記アドレスレジスタに与えられた
実効アドレスを物理アドレスに変換するために、
前記実効アドレスの一部と前記物理アドレスとを
対にして形成した変換対をエントリとして備え、
前記エントリを複数個記憶するためのアドレス変
換バツフアと、前記実効アドレスレジスタの内容
と前記アドレス変換バツフアの内容との不一致を
検出するための一致検出回路と、前記実効アドレ
スから前記物理アドレスへの変換を行うためのア
ドレス変換制御部とを具備したアドレス変換装置
において、前記アドレス変換バツフアの変換対に
対応して被変換アドレスが仮想アドレスである
か、あるいは実アドレスであるかを表示する第1
の表示ビツトを前記エントリの内部に設け、か
つ、前記実効アドレスレジスタに与えられた被変
換アドレスが仮想アドレスであるか、あるいは実
アドレスであるかを示す第2の表示ビツトと前記
第1の表示ビツトとの一致を検出するための比較
器回路を前記アドレス変換制御部の内部に設け、
前記実効アドレスレジスタに実アドレスが与えら
れた場合に、対応する前記エントリが前記アドレ
ス変換バツフアの内部に存在しないときには、あ
らかじめ決められたアドレス変換動作を行い、仮
想アドレスの代わりに実アドレスを使用した前記
変換対と前記第1の表示ビツトとが実アドレスを
示すようにして前記エントリを前記アドレス変換
バツフアに登録し、対応する変換対が前記アドレ
ス変換バツフアの内部に存在し、かつ、前記比較
器回路により一致が検出されたときには、前記変
換対の内部の物理アドレスを変換アドレスとして
得るように構成したことを特徴とするアドレス変
換装置。1. An effective address register for storing an effective address, and for converting the effective address given to the address register into a physical address,
A translation pair formed by pairing a part of the effective address and the physical address is provided as an entry,
an address conversion buffer for storing a plurality of the entries; a coincidence detection circuit for detecting a mismatch between the contents of the effective address register and the contents of the address conversion buffer; and a conversion from the effective address to the physical address. In the address translation device, the address translation device includes an address translation control unit for performing the above-mentioned address translation buffer.
a second display bit indicating whether the address to be translated given to the effective address register is a virtual address or a real address; and a second display bit indicating whether the address to be translated given to the effective address register is a virtual address or a real address; A comparator circuit for detecting a match with the bit is provided inside the address conversion control section,
When a real address is given to the effective address register and the corresponding entry does not exist in the address translation buffer, a predetermined address translation operation is performed and the real address is used instead of the virtual address. The entry is registered in the address translation buffer such that the translation pair and the first display bit indicate a real address, and the corresponding translation pair exists inside the address translation buffer, and the comparator An address translation device characterized in that, when a match is detected by a circuit, a physical address inside the translation pair is obtained as a translation address.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP58081167A JPS59207082A (en) | 1983-05-10 | 1983-05-10 | Address converter |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP58081167A JPS59207082A (en) | 1983-05-10 | 1983-05-10 | Address converter |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS59207082A JPS59207082A (en) | 1984-11-24 |
JPH035620B2 true JPH035620B2 (en) | 1991-01-28 |
Family
ID=13738898
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP58081167A Granted JPS59207082A (en) | 1983-05-10 | 1983-05-10 | Address converter |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS59207082A (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6010382A (en) * | 1983-06-30 | 1985-01-19 | Toshiba Corp | Central processing unit |
US5329629A (en) * | 1989-07-03 | 1994-07-12 | Tandem Computers Incorporated | Apparatus and method for reading, writing, and refreshing memory with direct virtual or physical access |
-
1983
- 1983-05-10 JP JP58081167A patent/JPS59207082A/en active Granted
Also Published As
Publication number | Publication date |
---|---|
JPS59207082A (en) | 1984-11-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4004278A (en) | System for switching multiple virtual spaces | |
JPH0137773B2 (en) | ||
US5226132A (en) | Multiple virtual addressing using/comparing translation pairs of addresses comprising a space address and an origin address (sto) while using space registers as storage devices for a data processing system | |
JP3190700B2 (en) | Address translator | |
JPH035620B2 (en) | ||
JP2771374B2 (en) | Processor cross-page processing method | |
JPH0246970B2 (en) | MEMORIKA KUCHOHOSHIKI | |
JPH05189352A (en) | I/o address translation system | |
JP3147355B2 (en) | Address translator | |
JP2559398B2 (en) | Virtual computer system | |
JPH0679296B2 (en) | Multiple virtual address space access method and data processing device | |
JPH0439099B2 (en) | ||
JPS60117351A (en) | Address converter | |
JP2560520B2 (en) | Advance control device | |
JP3118802B2 (en) | Debug circuit using branch history table | |
JP2818562B2 (en) | Address translation circuit | |
JPH05225063A (en) | Buffer memory clear system | |
JPH06332867A (en) | Bus interface inside buffer control system | |
JPH01228037A (en) | Address converter | |
JPS5829186A (en) | Information processor | |
JPH0776945B2 (en) | Information processing equipment | |
JPS6218065B2 (en) | ||
JPH02184971A (en) | Information processor | |
JPH03142536A (en) | Diagnostic system for storage | |
JPH07319753A (en) | Multiplex system for bus cycle |