JP2641319B2 - Address translation buffer clear method - Google Patents

Address translation buffer clear method

Info

Publication number
JP2641319B2
JP2641319B2 JP2218790A JP21879090A JP2641319B2 JP 2641319 B2 JP2641319 B2 JP 2641319B2 JP 2218790 A JP2218790 A JP 2218790A JP 21879090 A JP21879090 A JP 21879090A JP 2641319 B2 JP2641319 B2 JP 2641319B2
Authority
JP
Japan
Prior art keywords
address
partial
logical
indicated
valid flag
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 - Fee Related
Application number
JP2218790A
Other languages
Japanese (ja)
Other versions
JPH04101252A (en
Inventor
洋一 佐藤
秀樹 白石
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.)
SHIKOKU NIPPON DENKI SOFUTOEA KK
NEC Corp
Original Assignee
SHIKOKU NIPPON DENKI SOFUTOEA KK
Nippon Electric Co 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 SHIKOKU NIPPON DENKI SOFUTOEA KK, Nippon Electric Co Ltd filed Critical SHIKOKU NIPPON DENKI SOFUTOEA KK
Priority to JP2218790A priority Critical patent/JP2641319B2/en
Publication of JPH04101252A publication Critical patent/JPH04101252A/en
Application granted granted Critical
Publication of JP2641319B2 publication Critical patent/JP2641319B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、アドレス変換バッファをクリアする方式に
関し、特にアドレス変換バッファの部分的なクリアを高
速に行うアドレス変換バッファクリア方式に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for clearing an address translation buffer, and more particularly to an address translation buffer clear system for partially clearing an address translation buffer at high speed.

〔従来の技術〕[Conventional technology]

従来、仮想記憶方式を用いた計算機においては、メモ
リをアクセスするために論理アドレスを実アドレスに変
換する必要がある。このアドレス変換を高速に行うため
にアドレス変換バッファを使用している。アドレス変換
バッファの構成を第2図に示す。
Conventionally, in a computer using a virtual storage method, it is necessary to convert a logical address into a real address in order to access a memory. In order to perform this address translation at high speed, an address translation buffer is used. FIG. 2 shows the configuration of the address translation buffer.

アドレス変換バッファを構成する1つの要素をエント
リと呼び、このエントリは論理アドレスの特定ビットに
よりアドレスが決定され、登録されている内容の有効性
を示すバリッドビット50(エントリをクリアするために
はこの値を0にする)、論理アドレス部51、実ページア
ドレス部52より構成されている。このアドレス変換バッ
ファは通常RAMで構成されており、一回の検索で一個の
エントリしか参照できない。この為、アドレス変換バッ
ファの部分クリアを行う場合、カウンタを備え、カウン
タによってアドレス変換バッファのアドレスを変化させ
て全エントリの検索を行い、アドレス変換バッファの部
分的クリアを行っている。
One element constituting the address translation buffer is called an entry. The entry is determined by a specific bit of a logical address, and a valid bit 50 indicating the validity of registered contents (to clear the entry, this entry is used). The value is set to 0), a logical address section 51 and a real page address section 52. This address translation buffer is usually composed of a RAM, and can only refer to one entry in one search. Therefore, when the address translation buffer is partially cleared, a counter is provided, the address of the address translation buffer is changed by the counter, all entries are searched, and the address translation buffer is partially cleared.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上述した従来のアドレス変換バッファの部分クリア方
式は、1サイクルで一個のエントリしか検索できず、全
エントリを参照してクリアを行わなければならないた
め、エントリ数と同じサイクル数だけ時間がかかり、し
かも部分クリア処理中にアドレス変換バッファを使用で
きず処理能力が低下するという欠点がある。
In the above-described partial clearing method of the address translation buffer, only one entry can be searched in one cycle, and clearing must be performed by referring to all entries. Therefore, it takes time for the same number of cycles as the number of entries. There is a disadvantage that the address translation buffer cannot be used during the partial clearing process, and the processing capability is reduced.

〔課題を解決するための手段〕[Means for solving the problem]

本発明は、論理ページアドレスの部分からなる部分論
理アドレス部と対応する実ページアドレス部から構成さ
れるアドレス変換バッファの部分的クリアを行う場合の
アドレス変換バッファクリア方式において、第一の部分
アドレスと前記第一の部分アドレスを一部に含む第二の
部分アドレスと第三の部分アドレスとからなる論理ペー
ジアドレスとオフセットアドレスから構成される論理ア
ドレスを保持する論陸アドレスレジスタと、前記アドレ
ス変換バッファの全エントリの前記部分論理アドレス部
の一部のコピーであって前記第一の部分アドレスとの比
較に使用されるビット部分を格納するラッチ群と、前記
ラッチ群出力と前記論理アドレスレジスタに保持された
前記論理ページアドレスにおける前記第一の部分アドレ
スのデータと比較する比較器と、前記アドレス変換バッ
ファのエントリ数と同じビット数を持ち前記アドレス変
換バッファの各エントリが有効か無効かを示すバリッド
フラグを格納するバリッドフラグレジスタと、前記論理
ページアドレスにおける前記第三の部分アドレスが示す
アドレスに対応する前記バリッドフラグを選択するバリ
ッドフラグ選択回路と、前記第三の部分アドレスが示す
アドレスによりアクセスされた前記部分論理アドレス部
の出力と前記論理アドレスレジスタにおける前記第二の
部分アドレスとの比較を行い、前記比較が一致しかつ前
記バリッドフラグ選択回路で選択された前記バリッドフ
ラグが有効性を示す場合に変換有効信号を出力する比較
回路を有し、システムより前記アドレス変換バッファへ
の前記部分論理アドレスと前記実ページアドレスの登録
要求を受けて、前記部分論理アドレス部の前記第三の部
分アドレスで示されるアドレスに、前記第二の部分アド
レスで示されるアドレスを書き込み、前記実ページアド
レス部の前記第三の部分アドレスで示されるアドレスに
予めシステムで用意された前記実ページアドレスを書き
込むと同時に、前記第三の部分がアドレスで示されるア
ドレスに対応する前記ラッチ群における前記ラッチに前
記第一の部分アドレスで示されるアドレスを書き込み前
記バリッドフラグレジスタの前記第三の部分アドレスで
示されるアドレスの対応ビットに有効情報を書き込むア
ドレス変換バッファ登録手段と、前記システムより前記
論理アドレスの前記実アドレスへの変換要求を受けて、
前記比較回路の出力が前記変換有効信号の場合に前記実
ページアドレス部の前記第三の部分アドレスで示される
アドレスで読み出される前記実ページアドレスに前記論
理アドレスレジスタの中の前記オフセットアドレスを加
算したアドレスを前記実アドレスとして出力するアドレ
ス変換手段と、前記システムにより部分一致クリア指示
を受けて前記比較器における比較が一致した前記ラッチ
群における前記エントリに対応する前記バリッドフラグ
を無効化する部分クリア制御手段とを備えたことを特徴
とする。
The present invention provides an address translation buffer clearing system for partially clearing an address translation buffer composed of a partial logical address portion composed of a logical page address portion and a corresponding real page address portion. A logical address register that holds a logical address composed of a logical page address composed of a second partial address partially including the first partial address and a third partial address and an offset address; and the address translation buffer A group of latches for storing a bit portion used for comparison with the first partial address, which is a copy of a part of the partial logical address portion of all entries, and which is stored in the latch group output and the logical address register The data of the first partial address in the logical page address thus obtained. A comparator, a valid flag register having the same number of bits as the number of entries of the address translation buffer and storing a valid flag indicating whether each entry of the address translation buffer is valid or invalid; A valid flag selection circuit for selecting the valid flag corresponding to the address indicated by the partial address; an output of the partial logical address section accessed by the address indicated by the third partial address; A comparison circuit that performs comparison with a partial address, and outputs a conversion valid signal when the comparison matches and the valid flag selected by the valid flag selection circuit indicates validity; The partial logical address into the buffer and the real page In response to the address registration request, the address indicated by the second partial address is written to the address indicated by the third partial address of the partial logical address portion, and the third portion of the real page address portion is written. At the same time as writing the real page address prepared by the system in advance to the address indicated by the address, the third part is indicated by the first partial address in the latches in the latch group corresponding to the address indicated by the address. Address conversion buffer registering means for writing valid information to a corresponding bit of the address indicated by the third partial address of the valid flag register, and receiving a request for converting the logical address into the real address from the system. hand,
When the output of the comparison circuit is the conversion valid signal, the offset address in the logical address register is added to the real page address read at the address indicated by the third partial address of the real page address section. Address conversion means for outputting an address as the real address; and partial clear control for receiving the partial match clear instruction from the system and invalidating the valid flag corresponding to the entry in the latch group whose comparison in the comparator matches. Means.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示すアドレス変換ブロッ
クの構成図である。
FIG. 1 is a configuration diagram of an address conversion block showing one embodiment of the present invention.

1は論理ページアドレスとオフセットを有する論理ア
ドレスレジスタ、2はアドレス変換バッファ、2−1は
アドレス変換バッファ2の部分論理アドレス部、2−2
はアドレス変換バッファ2における論理アドレス部2−
1に対応する実ページアドレス部、4は部分論理アドレ
ス部2−1の部分一致クリア処理に使用されるビットの
コピーを格納するラッチ、5はラッチ4の出力と論理ア
ドレスレジスタ1における部分一致クリアに使用される
ビットとの比較を行う部分一致クリア比較器、6は部分
一致クリア指示時に部分一致クリア比較器5の一致出力
よりアドレス変換バッファ2の無効化すべきエントリを
決定する部分クリア制御回路、7はアドレス変換バッフ
ァ2のエントリ数と同じビット数を持ちアドレス変換バ
ッファの各エントリが有効か無効かを示すバリッドフラ
グを格納するバリッドフラグレジスタ、8は論理アドレ
スによりアクセスされるアドレス変換バッファ2のエン
トリに対応するバリッドフラグを選択するバリッドフラ
グ選択回路、9は部分論理アドレス部2−1の出力と論
理アドレスレジスタ1の一致を有無を検出しかつそのエ
ントリの有効性を検出する比較回路、10は部分論理アド
レス部2−1と実ページアドレス部2−2の登録を行う
アドレス変換バッファ登録手段、11は論行ページアドレ
スを実ページアドレスに変換するアドレス変換手段、10
は論理アドレスの一部でアドレス変換バッファ2のアド
レスとして使用されるアドレス信号、102は論理アドレ
スの一部で部分一致クリア処理に使用されるアドレス信
号、103は論理アドレスのキー部でアドレス変換バッフ
ァ2の部分論理アドレス部2−1に対応するアドレス信
号、104は部分一致クリア指示を示す部分一致クリア指
示信号である。
1 is a logical address register having a logical page address and an offset, 2 is an address translation buffer, 2-1 is a partial logical address portion of the address translation buffer 2, 2-2.
Is the logical address part 2- in the address translation buffer 2.
1 is a real page address portion corresponding to 1, 4 is a latch for storing a copy of a bit used for the partial match clearing process of the partial logical address portion 2-1, and 5 is a partial match clear in the output of the latch 4 and the logical address register 1. A partial match clear comparator for comparing with the bit used in the partial match clear comparator 6; a partial clear control circuit for determining an entry to be invalidated in the address translation buffer 2 from the match output of the partial match clear comparator 5 when the partial match clear is instructed; Reference numeral 7 denotes a valid flag register having the same number of bits as the number of entries of the address translation buffer 2 and storing a valid flag indicating whether each entry of the address translation buffer is valid or invalid. 8 denotes a valid flag of the address translation buffer 2 accessed by a logical address. A valid flag selection circuit for selecting a valid flag corresponding to the entry; A comparison circuit 10 detects whether the output of the logical address unit 2-1 matches the output of the logical address register 1, and detects the validity of the entry. Reference numeral 10 denotes a partial logical address unit 2-1 and a real page address unit 2-2. Address translation buffer registering means for registering an address, 11 address translation means for translating a logical page address into a real page address,
Is an address signal used as a part of the logical address as an address of the address conversion buffer 2, 102 is an address signal used as a part of the logical address and used for partial match clear processing, 103 is a key part of the logical address and is an address conversion buffer. 2 is an address signal corresponding to the partial logical address section 2-1 and 104 is a partial match clear instruction signal indicating a partial match clear instruction.

アドレス変換バッファ2に部分論理アドレスと実ペー
ジアドレスの登録を行なう場合、アドレス変換バッファ
登録手段10により、部分論理アドレス部2−1のアドレ
ス信号101で示されるアドレスに論理アドレス信号103の
内容を、実ページアドレス部2−2のアドレス信号101
で示されるアドレスに予めシステムで用意された実ペー
ジアドレスを書き込むと同時に、アドレス変換バッファ
2の書き込みエントリに対応するラッチ4とバリッドフ
ラグレジスタ7に各々アドレス信号102の内容と“1"が
書き込まれる。
When registering a partial logical address and a real page address in the address translation buffer 2, the contents of the logical address signal 103 are stored in the address indicated by the address signal 101 of the partial logical address section 2-1 by the address translation buffer registering means 10. Address signal 101 of real page address section 2-2
At the same time as writing the real page address prepared by the system in advance to the address indicated by, the contents of the address signal 102 and "1" are written to the latch 4 and the valid flag register 7 corresponding to the write entry of the address conversion buffer 2, respectively. .

アドレス変換バッファ2に論理アドレスを実アドレス
に変換するアクセスがあった場合、比較回路9において
部分論理アドレス部2−1の読み出しデータとアドレス
信号103の内容が一致し、かつバリッドフラグ選択回路
8の出力が“1"の時、即ち比較回路9の出力がヒットを
示すとき、アドレス変換手段11により、アドレス変換バ
ッファ2の実ページアドレス部2−2における論理アド
レスレジスタ1のアドレス信号101のアドレスで示され
るエントリの実ページアドレスに論理アドレスレジスタ
1の中のオフセットが加算され、実アドレスとして出力
される(図示せず)。このときラッチ4、部分一致クリ
ア比較器5、部分クリア制御回路6は使用されない。
If the address conversion buffer 2 has an access to convert a logical address to a real address, the read data of the partial logical address section 2-1 matches the contents of the address signal 103 in the comparison circuit 9 and the valid flag selection circuit 8 When the output is “1”, that is, when the output of the comparison circuit 9 indicates a hit, the address conversion means 11 uses the address of the address signal 101 of the logical address register 1 in the real page address section 2-2 of the address conversion buffer 2. The offset in the logical address register 1 is added to the real page address of the indicated entry and output as a real address (not shown). At this time, the latch 4, the partial match clear comparator 5, and the partial clear control circuit 6 are not used.

次に、部分一致クリア指示信号104が“1"となると、
アドレス変換バッファ2の部分クリアが行われる。アド
レス変換バッファ2の部分クリアとは論理アドレスレジ
スタ1のアドレス信号102で示される内容と一致するラ
ッチデータを有するラッチのラッチ群4におけるエント
リに相当するバリッドフラグレジスタ7のビットをクリ
アすることである。そのためまず、論理アドレスの部分
信号であるアドレス信号102と、ラッチ4の出力が部分
一致クリア比較器5で比較され、全エントリに対する比
較信号が部分クリア制御回路6に送られる。部分クリア
制御回路6では、部分一致クリア比較器5の出力からア
ドレス信号102の内容と一致したエントリに対応するフ
ラグをリセットするようにバリッドフラグレジスタ7に
指示を出す。バリッドフラグレジスタ7では部分クリア
制御回路6から指示されたエントリに対応する全てのバ
リッドフラグに“0"を書き込む。これにより部分一致ク
リア命令で指示したバリッドフラグの部分クリア即ち、
アドレス変換バッファ2の部分クリアが一度に処理され
る。
Next, when the partial match clear instruction signal 104 becomes “1”,
Partial clearing of the address translation buffer 2 is performed. Partial clearing of the address translation buffer 2 is to clear a bit of the valid flag register 7 corresponding to an entry in the latch group 4 of the latch having latch data matching the content indicated by the address signal 102 of the logical address register 1. . Therefore, first, the address signal 102, which is a partial signal of the logical address, is compared with the output of the latch 4 by the partial match clear comparator 5, and a comparison signal for all entries is sent to the partial clear control circuit 6. The partial clear control circuit 6 instructs the valid flag register 7 from the output of the partial match clear comparator 5 to reset the flag corresponding to the entry that matches the content of the address signal 102. The valid flag register 7 writes “0” to all valid flags corresponding to the entry specified by the partial clear control circuit 6. As a result, the partial clear of the valid flag specified by the partial match clear instruction, that is,
Partial clearing of the address translation buffer 2 is processed at one time.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明によれば、アドレス変換バ
ッファにおける論理アドレスの部分一致クリア命令で比
較される部分を二重化してラッチ等で別に構成し、比較
器を介して部分一致クリア命令で指定した内容と合致す
るラッチデータを有するラッチのエントリに相当するバ
リッドフラグレジスタにおけるバリットフラグを一度に
リセット出来るようにしたことにより、一度に、アドレ
ス変換バッファの部分一致クリアを行うことが出来、処
理能力を向上させる効果がある。
As described above, according to the present invention, the part to be compared by the partial match clear instruction of the logical address in the address translation buffer is duplicated, separately configured by a latch or the like, and designated by the partial match clear instruction via the comparator. Since the valid flag in the valid flag register corresponding to the entry of the latch having the latch data matching the content can be reset at a time, partial match clear of the address translation buffer can be performed at a time, and the processing capacity can be improved. It has the effect of improving.

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

第1図は本発明の一実施例を示すアドレス変換バッファ
の構成図、第2図は従来のアドレス変換バッファの構成
図である。 1……論理アドレスレジスタ、2……アドレス変換バッ
ファ、2−1……部分論理アドレス部、2−2……実ペ
ージアドレス部、4……ラッチ群、5……部分一致クリ
ア比較器、6……部分クリア制御回路、7……バリッド
フラグレジスタ、8……バリッドフラグ選択回路、9…
…比較回路、10……アドレス変換バッファ登録手段、11
……アドレス変換手段、50……バリッドビット、51……
論理アドレス部、52……実ページアドレス部。
FIG. 1 is a configuration diagram of an address translation buffer showing one embodiment of the present invention, and FIG. 2 is a configuration diagram of a conventional address translation buffer. 1 logical address register, 2 address conversion buffer, 2-1 partial logical address section, 2-2 actual page address section, 4 latch group, 5 partial match clear comparator, 6 ... partial clear control circuit, 7 ... valid flag register, 8 ... valid flag selection circuit, 9 ...
... Comparison circuit, 10 ... Address conversion buffer registration means, 11
…… Address conversion means, 50 …… Valid bit, 51 ……
Logical address part, 52... Real page address part.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭60−138654(JP,A) 特開 昭50−40239(JP,A) 特開 昭64−28757(JP,A) ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-60-138654 (JP, A) JP-A-50-40239 (JP, A) JP-A-64-28757 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】論理ページアドレスの部分からなる部分論
理アドレス部と対応する実ページアドレス部から構成さ
れるアドレス変換バッファの部分的クリアを行う場合の
アドレス変換バッファクリア方式において、第一の部分
アドレスと前記第一の部分アドレスを一部に含む第二の
部分アドレスと第三の部分アドレスとからなる論理ペー
ジアドレスとオフセットアドレスから構成される論理ア
ドレスを保持する論理アドレスレジスタと、前記アドレ
ス変換バッファの全エントリの前記部分論理アドレス部
の一部のコピーであって前記第一の部分アドレスとの比
較に使用されるビット部分を格納するラッチ群と、前記
ラッチ群出力と前記論理アドレスレジスタに保持された
前記論理ページアドレスにおける前記第一の部分アドレ
スのデータと比較する比較器と、前記アドレス変換バッ
ファのエントリ数と同じビット数を持ち前記アドレス変
換バッファの各エントリが有効か無効かを示すバリッド
フラグを格納するバリッドフラグレジスタと、前記論理
ページアドレスにおける前記第三の部分アドレスが示す
アドレスに対応する前記バリッドフラグを選択するバリ
ッドフラグ選択回路と、前記第三の部分アドレスが示す
アドレスによりアクセスされた前記部分論理アドレス部
の出力と前記論理アドレスレジスタにおける前記第二の
部分アドレスとの比較を行い、前記比較が一致しかつ前
記バリッドフラグ選択回路で選択された前記バリッドフ
ラグが有効性を示す場合に変換有効信号を出力する比較
回路を有し、システムより前記アドレス変換バッファへ
の前記部分論理アドレスと前記実ページアドレスの登録
要求を受けて、前記部分論理アドレス部の前記第三の部
分アドレスで示されるアドレスに、前記第二の部分アド
レスで示されるアドレスを書き込み、前記実ページアド
レス部の前記第三の部分アドレスで示されるアドレスに
予めシステムで用意された前記実ページアドレスを書き
込むと同時に、前記第三の部分アドレスで示されるアド
レスに対応する前記ラッチ群における前記ラッチに前記
第一の部分アドレスで示されるアドレスを書き込み前記
バリッドフラグレジスタの前記第三の部分アドレスで示
されるアドレスの対応ビットに有効情報を書き込むアド
レス変換バッファ登録手段と、前記システムより前記論
理アドレスの前記実アドレスへの変換要求を受けて、前
記比較回路の出力が前記変換有効信号の場合に前記実ペ
ージアドレス部の前記第三の部分アドレスで示されるア
ドレスで読み出される前記実ページアドレスに前記論理
アドレスレジスタの中の前記オフセットアドレスを加算
したアドレスを前記実アドレスとして出力するアドレス
変換手段と、前記システムより部分一致クリア指示を受
けて前記比較器における比較が一致した前記ラッチ群に
おける前記エントリに対応する前記バリッドフラグ無効
化する部分クリア制御手段とを備えたことを特徴とする
アドレス変換バッファクリア方式。
In an address translation buffer clearing system for partially clearing an address translation buffer composed of a partial logical address portion composed of a logical page address portion and a corresponding real page address portion, a first partial address is used. A logical address register for holding a logical address composed of a logical page address composed of a second partial address partially including the first partial address and a third partial address and an offset address, and the address conversion buffer A group of latches for storing a bit portion used for comparison with the first partial address, which is a copy of a part of the partial logical address portion of all entries, and which is stored in the latch group output and the logical address register With the data of the first partial address in the logical page address A valid flag register having the same number of bits as the number of entries in the address translation buffer and storing a valid flag indicating whether each entry in the address translation buffer is valid or invalid. A valid flag selection circuit that selects the valid flag corresponding to the address indicated by the partial address; an output of the partial logical address unit accessed by the address indicated by the third partial address; And a comparison circuit that outputs a conversion valid signal when the comparisons match and the valid flag selected by the valid flag selection circuit indicates validity. The partial logical address and the real In response to the registration request of the page address, the address indicated by the second partial address is written to the address indicated by the third partial address of the partial logical address section, and the third page of the real page address section is written. At the same time as writing the real page address prepared by the system in advance to the address indicated by the partial address, the real page address is indicated by the first partial address in the latches in the latch group corresponding to the address indicated by the third partial address. Address conversion buffer registering means for writing valid information to a corresponding bit of the address indicated by the third partial address of the valid flag register, and receiving a request for converting the logical address into the real address from the system. When the output of the comparison circuit is the conversion valid signal, Address conversion means for outputting, as the real address, an address obtained by adding the offset address in the logical address register to the real page address read at the address indicated by the third partial address of the page address section; An address translation buffer clear method, comprising: a partial clear control unit for receiving a partial match clear instruction and invalidating the valid flag corresponding to the entry in the latch group whose comparison in the comparator matches.
JP2218790A 1990-08-20 1990-08-20 Address translation buffer clear method Expired - Fee Related JP2641319B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2218790A JP2641319B2 (en) 1990-08-20 1990-08-20 Address translation buffer clear method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2218790A JP2641319B2 (en) 1990-08-20 1990-08-20 Address translation buffer clear method

Publications (2)

Publication Number Publication Date
JPH04101252A JPH04101252A (en) 1992-04-02
JP2641319B2 true JP2641319B2 (en) 1997-08-13

Family

ID=16725417

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2218790A Expired - Fee Related JP2641319B2 (en) 1990-08-20 1990-08-20 Address translation buffer clear method

Country Status (1)

Country Link
JP (1) JP2641319B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5129023B2 (en) * 2008-05-26 2013-01-23 株式会社東芝 Cache memory device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5040239A (en) * 1973-08-17 1975-04-12
JPS60138654A (en) * 1983-12-27 1985-07-23 Hitachi Ltd Address converting system
JPH077364B2 (en) * 1987-07-24 1995-01-30 株式会社日立製作所 Address translation buffer control method

Also Published As

Publication number Publication date
JPH04101252A (en) 1992-04-02

Similar Documents

Publication Publication Date Title
US4495575A (en) Information processing apparatus for virtual storage control system
JP3666689B2 (en) Virtual address translation method
US4733350A (en) Improved purge arrangement for an address translation control system
JPH0630075B2 (en) Data processing device having cache memory
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
JPH0550776B2 (en)
JP2641319B2 (en) Address translation buffer clear method
JP3242161B2 (en) Data processor
US4424564A (en) Data processing system providing dual storage of reference bits
EP0224168A2 (en) Buffer storage control system
JPS623354A (en) Cache memory access system
JPH04133147A (en) Address conversion buffer clear system
CA1328026C (en) Apparatus and method for enhanced virtual to real address translation for accessing a cache memory unit
JP3030037B2 (en) Main storage device
JP2507785B2 (en) Pageable entry invalidation device
JPS5922315B2 (en) Buffer memory control method
JPH0690686B2 (en) Address translation index invalidator
JP2635310B2 (en) Address translation device
JPS626350A (en) Tlb controller
JPH0650481B2 (en) Data processing device
JP2818562B2 (en) Address translation circuit
JPH07117918B2 (en) Data processing system
JPH0439099B2 (en)
JPH0337217B2 (en)

Legal Events

Date Code Title Description
S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees