JPS6073759A - Address conversion buffer - Google Patents

Address conversion buffer

Info

Publication number
JPS6073759A
JPS6073759A JP58180135A JP18013583A JPS6073759A JP S6073759 A JPS6073759 A JP S6073759A JP 58180135 A JP58180135 A JP 58180135A JP 18013583 A JP18013583 A JP 18013583A JP S6073759 A JPS6073759 A JP S6073759A
Authority
JP
Japan
Prior art keywords
address
page
interrupt
signal
gate
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
JP58180135A
Other languages
Japanese (ja)
Other versions
JPH0550019B2 (en
Inventor
Keizo Aoyanagi
恵三 青柳
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP58180135A priority Critical patent/JPS6073759A/en
Publication of JPS6073759A publication Critical patent/JPS6073759A/en
Publication of JPH0550019B2 publication Critical patent/JPH0550019B2/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

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)

Abstract

PURPOSE:To obtain an address conversion buffer operable without an overhead by generating the interrupt which causes registration of an address only when a discrimination circuit detects through-pages, and an address conversion circuit detects the next page unregistration. CONSTITUTION:When data spreading on two different pages are read from a main memory unit, a page unregistration signal 700 is outputted because the data are not registered in an address conversion buffer (TLB) by the initial n- address access. Then a through-page discrimination circuit 3, which received an n+1 virtual address, outputs a through-page detection signal 300 into an ANd gate 4. On the otherhand, an address conversion circuit 2 has outputted the page unregistration signal 700 into the AND gate 4, thereby outputting an interrupt signal into an interrupt control circuit 5. After the interrupt has occured, control is shifted to a firmwear. Then a new address is registered, and at the n+1 address, registration operation of a real address is immediately executed.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、仮想記憶方式を採る計算機システムにおける
アドレス変換バッファに関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to an address translation buffer in a computer system that employs a virtual storage method.

〔発明の技術的背景〕[Technical background of the invention]

一般に、仮想記憶方式を採る計算機システムでは、メモ
リをある大きさく例えばIKバイト)のページに区切シ
、このページに番号を付け、更にこれらページの集合を
セグメントと呼び、このセグメントにも番号を付けてい
る。これらセグメント番号、ページ番号及びページ内の
アドレスを組合わせたものを仮想アドレスと呼んでいる
。なお、セグメント番号及びページ番号はハードウェア
処理上ではページ番号の総称として処理されるため、以
下ページ番号とページ内アドレスの組み合せを仮想アド
レスとして説明する。
Generally, in a computer system that uses virtual memory, memory is divided into pages of a certain size (for example, IK bytes), each page is numbered, and a set of these pages is called a segment, and each segment is also numbered. ing. The combination of the segment number, page number, and address within the page is called a virtual address. Note that since the segment number and page number are processed as a general term for page numbers in hardware processing, the combination of the page number and intra-page address will be described below as a virtual address.

仮想アドレスは実際のメモリのアドレス(これを実アド
レスと呼ぶ)と1対1に対応するわけではなく、仮想ア
ドレスをアドレス変換テーブルによって実アドレスに変
換しなければならない。このアドレス変換テーブルはメ
モリ上に存在するため、通常、これらのアドレス変換を
高速で行なうためにアドレス変換バッファ(以下TLB
と称す)が使用される。このTLBKは使用頻度の高い
仮想アドレスに対するアドレス変換テーブルだけを登録
しているため、TLBに登録されていない(この場合I
TLBミスヒツトと呼ぶ)仮想アドレスに対しては、フ
ァームウェア等によって改めてTLBに登録する等の処
理が必要となる。
A virtual address does not have a one-to-one correspondence with an actual memory address (this is called a real address), and the virtual address must be translated into a real address using an address translation table. Since this address translation table exists in memory, an address translation buffer (hereinafter referred to as TLB) is usually used to perform these address translations at high speed.
) is used. This TLBK registers only address translation tables for frequently used virtual addresses, so it is not registered in the TLB (in this case, I
For virtual addresses (referred to as TLB misses), processing such as registering them in the TLB again using firmware or the like is required.

ところで、第1図に示す如く、4バイト幅のメモリMの
n番地から下位2バイトのデータを読出し、n+1番地
から上位2バイトのデータを読み出すような場合、2バ
イトずつ2回(n番地、n+1番地)のメモリアクセス
が必要となる。前後2バイトずつのデータが同一ページ
内にある時は単にページ内アドレスが“2″増えるだけ
で、ページ番号とそれ【対応する実アドレスの部分は変
化しないためアドレス変換をする必要はない。しかし、
第1図のページ境界すで示す如く、上記4バイトのデー
タが2つの異ったページにまたがってメモリMからデー
タを読み出すような場合、2バイトずつ2回のメモリア
クセスにおいて、それぞれアドレス変換をしなければな
らないことになる。しかも、この2回のメモリアクセス
に際して、それぞれTLB ミスヒラトラ引き起こす可
能性がある。
By the way, as shown in FIG. 1, when reading the lower 2 bytes of data from address n of a 4-byte wide memory M, and reading the upper 2 bytes of data from address n+1, two bytes each (at address n, (address n+1) is required. When two bytes of data are in the same page, the address within the page simply increases by "2", and the page number and the corresponding real address do not change, so there is no need to convert the address. but,
Page Boundary in Figure 1 As already shown, when the above 4-byte data is read from memory M across two different pages, address conversion is performed in two memory accesses of 2 bytes each. It will have to be done. Moreover, each of these two memory accesses may cause a TLB miss error.

第2図は上記のようなTLBミスヒツトを引き起こした
場合を処理する従来のアドレス変換バッファ(TLB)
の構成例を示したブロック図である。仮想アドレスレジ
スタ1から出力される仮想アドレス100はアドレス変
換回路2にて実アドレス200に変換され、このアドレ
ス変換回路2は図示されない主メモリに実アドレス20
0ヲ出力してメモリアクセスを行う。仮想アドレスレジ
スタ1が出力する仮想アドレス100はページ渡シ判別
回路3に入力されておシ、このページ渡シ判別回路3で
ページ渡シがあることが判別されると、このページ渡シ
判別回路3はページ渡シがあることを示す信号300ヲ
アンドゲート4を通して割込み制御回路5に送出して割
込みを発生させる。アンドゲート4の他方にはフリップ
フロップ(FF)63− の内容が印加され、アンドゲート4の開閉が行なわれる
。また、割込み制御回路5にはアドレス変換回路2がT
LBミスヒットヲ検出した時のTLBミスヒツト検出信
号400が入力されている。なオ、ページ渡シ判別回路
3は4バイトアクセスを示す信号500ヲ入力し、これ
に基づいてページ渡シの有無を検出している。
Figure 2 shows a conventional address translation buffer (TLB) that handles the case where a TLB miss occurs as described above.
FIG. 2 is a block diagram showing a configuration example. The virtual address 100 output from the virtual address register 1 is converted into a real address 200 by an address conversion circuit 2, and this address conversion circuit 2 stores the real address 200 in a main memory (not shown).
Outputs 0 and performs memory access. The virtual address 100 output by the virtual address register 1 is input to the page transfer determination circuit 3. When the page transfer determination circuit 3 determines that there is a page transfer, the page transfer determination circuit 3 outputs the virtual address 100. A signal 300 indicating that there is a page transfer is sent to the interrupt control circuit 5 through the AND gate 4 to generate an interrupt. The contents of a flip-flop (FF) 63- are applied to the other side of the AND gate 4, and the AND gate 4 is opened and closed. In addition, the address conversion circuit 2 is connected to the interrupt control circuit 5.
A TLB mishit detection signal 400 when an LB mishit is detected is input. Note that the page transfer determination circuit 3 receives a signal 500 indicating 4-byte access, and detects the presence or absence of page transfer based on this signal.

第1図に示す如く2つの異ったページにまたがってメモ
リMからデータを読み出すような場合、2回のメモリア
クセスの内1回目でTLBミスヒツトを起こした時は、
アドレス変換回路2はTLBミスヒツト信号400を割
込制御回路5に送シ、この割込制御回路5の制御によっ
て、アドレス変換回路2に新しいアドレス登録600を
行なうファームウェアへの切換が行なわれる。一方、1
回目でTLBミスヒツトを起こさなければ、アドレス変
換回路2は1回目の仮想アドレスに対応した実アドレス
200を出力すると同時に、ページ渡シ判別回路3はペ
ージ渡シがあることを判別してページ渡り検出信号30
0 ’iiアンドゲート4を通して割4− 込制御回路5に出力し、この割込制御回路5によって割
込みを発生させる。なお、この時フリップフロップ6は
セットされておりアンドゲート4は開放されている。
When reading data from memory M across two different pages as shown in Figure 1, if a TLB miss occurs in the first of two memory accesses,
The address translation circuit 2 sends a TLB miss signal 400 to the interrupt control circuit 5, and under the control of the interrupt control circuit 5, switching to firmware that registers a new address 600 in the address translation circuit 2 is performed. On the other hand, 1
If a TLB miss does not occur the first time, the address conversion circuit 2 outputs the real address 200 corresponding to the first virtual address, and at the same time, the page transfer determination circuit 3 determines that there is a page transfer and detects a page transfer. signal 30
0'ii is outputted to the interrupt control circuit 5 through the AND gate 4, and the interrupt control circuit 5 generates an interrupt. Note that at this time, the flip-flop 6 is set and the AND gate 4 is open.

その後はファームウェアに制御が移シ、2回目の仮想ア
ドレスが登録されているかいないかを調べ、未登録であ
れば登録の処理を行なった後、割込許可フリップフロッ
プ6eリセツトしてアンドゲート4を遮断した後、再度
上記メモリアクセス動作を最初から行々う。この時、前
回と同様、ベージ渡シ判別回路3はページ渡シ検出信号
300を出力する(実際はこの信号が“1”となる)が
、アンドゲート4が遮断されているため、信号300は
割込制御回路5に伝達されず、再度の割込は発生しない
。2回目のアドレス変換が終了すると、フリップフロッ
プ6はリセレトされてアンドゲート4を開放し、次の新
たなメモリアクセスに備える。
After that, control is transferred to the firmware, which checks whether the second virtual address is registered or not, and if it is not registered, registers it, then resets the interrupt enable flip-flop 6e and activates the AND gate 4. After shutting down, the above memory access operation is performed again from the beginning. At this time, as in the previous case, the page passing detection circuit 3 outputs the page passing detection signal 300 (actually, this signal is "1"), but since the AND gate 4 is cut off, the signal 300 is not divided. The interrupt is not transmitted to the interrupt control circuit 5, and no interrupt occurs again. When the second address conversion is completed, the flip-flop 6 is reset to open the AND gate 4 and prepare for the next new memory access.

〔背景技術の問題点〕[Problems with background technology]

このような従来のTLBの構成では、2ページにまたが
ったメモリアクセスを行なう毎に割込が入ってその都度
ファームウェア処理を必要とするだめ、オーバーヘッド
が長くなシ、アドレス変換処理性能が著しく低下する恐
れがあった。
In such a conventional TLB configuration, an interrupt is generated every time a memory access that spans two pages is performed, and firmware processing is required each time, resulting in a long overhead and a significant drop in address translation processing performance. There was fear.

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

本発明の目的は、上記の欠点に雌み、ページ渡りを伴な
うメモリアクセスをオーバーヘッドなしで高度に行ない
得るアドレス変換バッファを提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to overcome the above-mentioned drawbacks and to provide an address translation buffer that can perform memory accesses that involve page passing to a high degree without overhead.

〔発明の概要〕[Summary of the invention]

本発明は、仮想アドレスを実アドレスに変換するアドレ
ス変換回路の変換テーブルに、与えられた仮想アドレス
に対応する次のページの実アドレスの少なくとも一部が
上記アドレス変換回路に登録されているかいないかを示
す情報を格納し、2ページに渡るメモリアクセスを行な
った際に、ページ渡シ判別回路によシベージ渡シを検出
し、且つ前記アドレス変換回路によシ次ページ未登録を
検出した場合のみ、前記アドレス変換回路に新しいアド
レス登録を行なうファームウェア制御を起によシ、上記
目的を達成する。
The present invention determines whether or not at least a part of the real address of the next page corresponding to a given virtual address is registered in the translation table of the address translation circuit that converts a virtual address into a real address. Only when the page transfer discrimination circuit detects a severage transfer and the address conversion circuit detects that the next page is not registered when memory access is performed over two pages. The above object is achieved by activating firmware control to register a new address in the address translation circuit.

〔発明の実施例〕[Embodiments of the invention]

以下本発明のアドレス変換バッファの一実施例を従来例
と同一部は同符号を付して図面に従って説明する。第3
図は本発明のアドレス変換バッファの一実施例を示すブ
ロック図である。仮想アドレスレジスタ1が出力する仮
想アドレス100はアドレス変換回路2とページ渡シ判
別回路3に入力されている。アドレス変換回路2は実ア
ドレス200を出力し、また、割込制御回路5にTLB
ミスヒツト検出割込信号400 f、出力し、更にアン
ドゲート4に次のページが未登録であることを示す信号
(次ページ未登録信号) 700を出力する。ページ渡
シ判別回路3はページ渡シ検出信号300をアンドゲー
ト4を通して割込制御回路5に出力する。
Hereinafter, an embodiment of the address translation buffer of the present invention will be described with reference to the drawings, where the same parts as those of the conventional example are denoted by the same reference numerals. Third
The figure is a block diagram showing an embodiment of the address translation buffer of the present invention. A virtual address 100 output from the virtual address register 1 is input to an address conversion circuit 2 and a page transfer determination circuit 3. The address conversion circuit 2 outputs the real address 200, and also outputs the TLB to the interrupt control circuit 5.
A mishit detection interrupt signal 400f is output, and a signal 700 indicating that the next page is unregistered (next page unregistered signal) is output to the AND gate 4. The page passing determination circuit 3 outputs the page passing detection signal 300 to the interrupt control circuit 5 through the AND gate 4.

第4図は第3図で示したアドレス変換回路2の構成例を
示したものである。このアドレス変換回路2はメモリ部
(アドレス変更テーブルTLB)7− 7と比較器8から成シ、メモリ部7は3つの領域71.
72.73、から成っている。メモリ7の領域71には
仮想アドレス100に対応するセグメント番号及びペー
ジ番号の一部が登録されている。従って、仮想アドレス
レジスタ1から入力される仮想アドレス100のセグメ
ント番号によシメモリ7がアドレス登録され、またセグ
メント番号、ページ番号の一部は比較器8の一方に入力
される。そして、メモリ7から読み出される領域71内
のセグメント番号及びページ番号の一部が比較器8の他
方に入力されて、とこで仮想アドレス100に対応する
実アドレスがメモリ7に格納されているかどうかチェッ
クされ、実アドレスがないとなると比較器8はTLBミ
スヒットヲ示す割込信号400ヲ出力する。メモリ内の
領域72には、仮想アドレス100に対応する実アドレ
スのページ番号が格納されている。主メモリに出力され
る実アドレス200は、このメモリ7の領域72から読
み出されるページ番号と仮想アドレス100のページ内
アドレスとを合わせたものから構成されている。メモリ
7の領!738− には、仮想アドレスに対し次のページが領域72に登録
されているかいないかを示す情報を格納しておシ、領域
73の出カフ00は次のページが登録されていない時“
1”のハイレベルとなる。なお、メモリ7の領域71〜
73の内容の更新はファームウェア制御によシ行なわれ
る。
FIG. 4 shows an example of the structure of the address translation circuit 2 shown in FIG. This address conversion circuit 2 consists of a memory section (address change table TLB) 7-7 and a comparator 8, and the memory section 7 has three areas 71.
It consists of 72.73. Part of the segment number and page number corresponding to the virtual address 100 are registered in the area 71 of the memory 7. Therefore, the segment number of the virtual address 100 input from the virtual address register 1 is registered as an address in the memory 7, and part of the segment number and page number is input to one side of the comparator 8. Then, part of the segment number and page number in the area 71 read from the memory 7 is input to the other comparator 8, and it is checked whether the real address corresponding to the virtual address 100 is stored in the memory 7. If there is no real address, the comparator 8 outputs an interrupt signal 400 indicating a TLB miss. The page number of the real address corresponding to the virtual address 100 is stored in the area 72 in the memory. The real address 200 output to the main memory is composed of the page number read from the area 72 of the memory 7 and the in-page address of the virtual address 100. Memory 7 territory! 738- stores information indicating whether or not the next page is registered in the area 72 for the virtual address, and the output 00 of the area 73 is " when the next page is not registered.
1", which is a high level. Note that areas 71 to 71 of memory 7
The contents of 73 are updated under firmware control.

第5図は第3図に示したページ渡シ判別回路3の構成例
を示したものである。ページ渡シ判別回路3はアンドゲ
ート9、アンドゲート10から成っている。今、ページ
の大きさをIKバイト(1024バイト)とし、主メモ
リのアドレスはバイト単位で番地を割付け、またメモリ
の読み出しデータ幅を4バイトとする。更に、2バイト
単位及び4バイト単位のメモリアクセスにおいては偶数
番地のみを指定できるものとする。仮想アドレスレジス
タ1のビット22〜30のデータ800が全て論理“1
”の時、例えば4バイトアクセスであれば第1図に示し
たようなページ渡シとなシ、アンドゲート9の出力が論
理“1″となシ、更にビット30の出力が論理“1”で
且つ4バイトアクセスを示す信号500が論理“1”と
なっていればアンドゲート10の出力(ページ渡シ検出
信号)300が論理゛1”となって割込がアンドゲート
4に発生される。
FIG. 5 shows an example of the configuration of the page transfer determination circuit 3 shown in FIG. The page transfer determination circuit 3 consists of an AND gate 9 and an AND gate 10. Now, assume that the page size is IK bytes (1024 bytes), the main memory address is allocated in byte units, and the memory read data width is 4 bytes. Furthermore, it is assumed that only even addresses can be specified in memory accesses in 2-byte and 4-byte units. All data 800 in bits 22 to 30 of virtual address register 1 are logic “1”
”, for example, if there is a 4-byte access, the page will be transferred as shown in Figure 1, the output of AND gate 9 will be logic “1”, and the output of bit 30 will be logic “1”. And if the signal 500 indicating 4-byte access is logic "1", the output (page transfer detection signal) 300 of AND gate 10 becomes logic "1" and an interrupt is generated in AND gate 4. .

次に本実施例の動作について説明する。Next, the operation of this embodiment will be explained.

第1図に示したように2つの異ったページにまたがって
主メモリからデータを読み出す場合、まず、n番地のア
クセスにおいて、TLBミスヒツトとなるがページ未登
録信号700が出力される。次にn+1番地の仮想アド
レスを受けたページ渡シ判別回路3は第5図で示したペ
ージ渡シ検出信号300ヲ発生しアンドゲート4に出力
する。しかし、アドレス変換回路2からはn番地のアク
セスにおいて仮想アドレス100に対応する次のページ
が登録されていないことが検出されており、ページ未登
録信号700がアンドゲート4に出力される。これによ
シアンドゲート4から割込制御回路5に割込信号が発生
する。割込発生後はファームウェアに制御が移シ新規ア
ドレスの登録処理が行なわれる。従って、n+1番地に
ついては比較器8の比較結果に応じることなく、ただち
に割込信号が発生され実アドレスの登録オペレーション
を実行されるようになる。
When reading data from the main memory across two different pages as shown in FIG. 1, first, when accessing address n, a TLB miss occurs, but a page unregistered signal 700 is output. Next, the page transfer detection circuit 3 which receives the virtual address of address n+1 generates a page transfer detection signal 300 shown in FIG. 5 and outputs it to the AND gate 4. However, the address conversion circuit 2 detects that the next page corresponding to the virtual address 100 is not registered in the access to address n, and a page unregistered signal 700 is output to the AND gate 4. As a result, an interrupt signal is generated from the SAND gate 4 to the interrupt control circuit 5. After the interrupt occurs, control is transferred to the firmware and a new address registration process is performed. Therefore, for address n+1, an interrupt signal is immediately generated and the real address registration operation is executed without responding to the comparison result of the comparator 8.

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

以上記述した如く本発明のアドレス変換バッフ1によれ
ば、ページ渡りを伴なうメモリアクセスをオーバーヘッ
ドなしで高速に行なう効果がある。
As described above, the address translation buffer 1 of the present invention has the effect of performing memory access involving page transfer at high speed without overhead.

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

第1図はメモリ内のページ渡りを示す図、第2図は従来
のアドレス変換バッファの構成例を示すブロック図、第
3図は本発明のアドレス変換ノ(ソファの一実施例を示
すブロック図、第4図は第2図に示したアドレス変換回
路の詳細例を示したブロック図、第5図は第3図のペー
ジ渡シ判別回路の詳細例を示したブロック図である。 1・・・仮想アドレスレジスタ 2・・・アドレス変換回路 3・・・ページ渡り判別回路 4.9.10・・・アンドゲート 5・・・割込制御回
路7・・・メモリ部 8・・・比較器 代理人弁理士 則 近 憲 佑(ほか1名)区 C− 十 口 転 第3図 第4図 第5図
Fig. 1 is a diagram showing page passing in memory, Fig. 2 is a block diagram showing an example of the configuration of a conventional address translation buffer, and Fig. 3 is a block diagram showing an embodiment of the address translation buffer of the present invention. , FIG. 4 is a block diagram showing a detailed example of the address translation circuit shown in FIG. 2, and FIG. 5 is a block diagram showing a detailed example of the page transfer determination circuit shown in FIG. 3. 1.・Virtual address register 2... Address conversion circuit 3... Page transfer determination circuit 4.9.10... AND gate 5... Interrupt control circuit 7... Memory section 8... Comparator substitute Private Patent Attorney Noriyuki Chika (and 1 other person) Ward C- Ten Kuchitsu Figure 3 Figure 4 Figure 5

Claims (1)

【特許請求の範囲】 仮想アドレスから実アドレスへのアドレス変換を高速に
行なうアドレス変換バッファにおいて、仮想アドレス【
対応する実アドレスの少なくとも一部および上記仮想ア
ドレスの次のページに相当する仮想アドレスに対する上
記一部が登録されているか否かを示す情報が格納される
アドレス変換テーブルと、アクセスしようとするデータ
が主メモリ上で2つのページに渡っているかいないかを
判別するページ渡シ判別回路と、このページ渡シ判別回
路がページ渡シを判別し、且つ上記情報によシ次のペー
ジがアドレス変換回路に未登録であった場合のみ割込み
を発生させる手段を具備し、上記割込条件が成立すると
命令の実行を開始する前に割込みを発生させることを特
徴とするアドレス変換バッフ1゜
[Claims] In an address translation buffer that performs address translation from a virtual address to a real address at high speed, the virtual address [
An address translation table that stores information indicating whether at least a part of the corresponding real address and the part of the virtual address corresponding to the next page of the virtual address are registered, and the data to be accessed. A page transfer discrimination circuit that determines whether or not two pages are crossed on the main memory, and this page transfer discrimination circuit determines page transfer, and based on the above information, the next page is an address conversion circuit. Address translation buffer 1゜ characterized in that it is equipped with a means for generating an interrupt only when the instruction has not been registered, and when the above-mentioned interrupt condition is satisfied, the interrupt is generated before starting execution of the instruction.
JP58180135A 1983-09-30 1983-09-30 Address conversion buffer Granted JPS6073759A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58180135A JPS6073759A (en) 1983-09-30 1983-09-30 Address conversion buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58180135A JPS6073759A (en) 1983-09-30 1983-09-30 Address conversion buffer

Publications (2)

Publication Number Publication Date
JPS6073759A true JPS6073759A (en) 1985-04-25
JPH0550019B2 JPH0550019B2 (en) 1993-07-27

Family

ID=16078018

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58180135A Granted JPS6073759A (en) 1983-09-30 1983-09-30 Address conversion buffer

Country Status (1)

Country Link
JP (1) JPS6073759A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63197254A (en) * 1987-02-12 1988-08-16 Hitachi Ltd Virtual memory controller

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56137572A (en) * 1980-03-28 1981-10-27 Fujitsu Ltd Data processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56137572A (en) * 1980-03-28 1981-10-27 Fujitsu Ltd Data processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63197254A (en) * 1987-02-12 1988-08-16 Hitachi Ltd Virtual memory controller

Also Published As

Publication number Publication date
JPH0550019B2 (en) 1993-07-27

Similar Documents

Publication Publication Date Title
US4218743A (en) Address translation apparatus
JPH0137773B2 (en)
KR920013132A (en) Preferred reference buffer
JPH0512126A (en) Device and method for address conversion for virtual computer
JPS62164148A (en) Data processing system
JPH04308953A (en) Virtual address computer system
JPS62222344A (en) Address converting mechanism
JP3190700B2 (en) Address translator
JPS6073759A (en) Address conversion buffer
JPS5858752B2 (en) address translation device
JPS6032221B2 (en) Address translation method
JPS62115554A (en) Storage protection system in multi-processor system
JPH01226056A (en) Address converter
JP2504500B2 (en) Address translation device
JPH0336647A (en) Cache buffering control system
JPH0816477A (en) Multiprocessor system
JPH041373B2 (en)
JP2509981B2 (en) Virtual storage controller
JP2635310B2 (en) Address translation device
JPS584464A (en) Memory addressing system
JPS608971A (en) Central processing unit
JPS6265151A (en) Memory control system
JPH024016B2 (en)
JPS62177645A (en) Control system for cache memory
JPH0555906B2 (en)