JPS6049348B2 - Address translation versus control method - Google Patents

Address translation versus control method

Info

Publication number
JPS6049348B2
JPS6049348B2 JP55122725A JP12272580A JPS6049348B2 JP S6049348 B2 JPS6049348 B2 JP S6049348B2 JP 55122725 A JP55122725 A JP 55122725A JP 12272580 A JP12272580 A JP 12272580A JP S6049348 B2 JPS6049348 B2 JP S6049348B2
Authority
JP
Japan
Prior art keywords
information processing
address
address translation
processing device
information
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
Application number
JP55122725A
Other languages
Japanese (ja)
Other versions
JPS5746373A (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.)
NEC Corp
Original Assignee
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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP55122725A priority Critical patent/JPS6049348B2/en
Publication of JPS5746373A publication Critical patent/JPS5746373A/en
Publication of JPS6049348B2 publication Critical patent/JPS6049348B2/en
Expired 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)
  • Multi Processors (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 本発明は仮想記憶方式を採用している複数個の情報処理
装置で主記憶を共有するマルチプロセッサ、システムの
ためのアドレス変換対制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an address translation pair control method for a multiprocessor system in which a main memory is shared by a plurality of information processing devices that employ a virtual storage method.

一般に、仮想記憶方式をとる情報処理装置においては、
仮想記憶空間を指す仮想アドレスと実記憶空間における
実アドレスとの対応を処理装置内のアドレス変換対バッ
ファに登録しておき、主記憶参照時に毎回主記憶装置の
アドレス変換テーブルを参照することなく、前記アドレ
ス変換対バッファを利用して短時間に仮想アドレスから
実アドレスヘの変換を行なつている。
Generally, in an information processing device that uses a virtual memory method,
The correspondence between the virtual address pointing to the virtual memory space and the real address in the real memory space is registered in the address translation pair buffer in the processing unit, so that the address translation table in the main memory is not referenced every time the main memory is referenced. The address translation pair buffer is utilized to perform translation from a virtual address to a real address in a short time.

また、処理装置が参照しようとした主記憶上のエリアに
、外部記憶装置からのデータがまだ転送されていないと
、外部記憶装置から主記憶装置へのデータ転送を行う。
このとき主記憶上に新たに外部記憶装置からのデータを
取り込む空ページがない場合には、使用されなくなつた
かまたは使用頻度の少ないペー・ジを外部記憶装置にス
リップアウトし、主記憶上に空エリアを確保し、そのエ
リアに新しいデータを外部記憶装置からスワツプインし
ている。仮想記憶方式と採用した複数の情報処理装置が
同一の主記憶装置を共有している場合、ある情報処理装
門置がスワツプアウトしようとしたページ対応アドレス
が他の情報処理装置内のアドレス変換バッファに登録さ
れていることがある。前述したように、情報処理装置は
主記憶参照の際目的のアドレス変換対がアドレス変換対
バッファに登録されているかどうかを調べ、登録されて
いればその実アドレス使用する。したがつて、他方の情
報処理装置のアドレス変換対バッファに登録されている
アドレスのページを一方の情報処理装置がスワツプアウ
トしてしまうと、他方の情報処理装置は正しい情報を使
用できなくなつてしまう。このため、従来の情報処理装
置においては、以下のようにしてこの問題に対処してい
る。(1) 一方の情報処理装置は、主記憶上のエリア
をスワツプアウトする前に、他の情報処理装置に対し、
専用の制御線を介して外部割込みをかけ、他方の情報処
理装置は外部割込みプログラムでアドレス変換対を無効
としてから専用の制御線を介して、一方の情報処理装置
に外部割込みプログラムの処理の終了を連絡する。
Furthermore, if data from the external storage device has not yet been transferred to the area on the main memory that the processing device attempts to refer to, the data is transferred from the external storage device to the main storage device.
At this time, if there is no empty page in the main memory to newly import data from the external storage device, pages that are no longer used or are used infrequently are slipped out to the external storage device and are stored in the main memory. An empty area is secured and new data is swapped in from the external storage device into that area. When multiple information processing devices using the virtual memory method share the same main memory, a page-compatible address that one information processing device attempts to swap out may be sent to the address translation buffer in another information processing device. It may be registered. As described above, when referring to the main memory, the information processing device checks whether the target address translation pair is registered in the address translation pair buffer, and if so, uses its real address. Therefore, if one information processing device swaps out a page with an address registered in the address translation buffer of the other information processing device, the other information processing device will no longer be able to use the correct information. . Therefore, in conventional information processing apparatuses, this problem is dealt with as follows. (1) Before swapping out an area on main memory, one information processing device sends a message to another information processing device.
An external interrupt is applied via a dedicated control line, and the other information processing device disables the address translation pair using an external interrupt program, and then an external interrupt program is sent to one information processing device via a dedicated control line to terminate processing of the external interrupt program. to contact you.

一方の情報処理装置はこの連絡を受けて始めてスワツプ
アウトを実行する。(2) 一方の情報処理装置が主記
憶装置上のエリアをスワツプアウトするとき、そのエリ
アを示すアドレス情報を主記憶上の特定番地に格納し、
他の処理装置は主記憶の前記特定番地を参照して処理装
置内の登録されているアドレス変換対のうちの該当する
変換対のみを無効とする。
One of the information processing devices executes swap-out only after receiving this notification. (2) When one information processing device swaps out an area on the main memory, it stores address information indicating the area at a specific address on the main memory,
Other processing devices refer to the specific address in the main memory and invalidate only the corresponding translation pair among the address translation pairs registered in the processing device.

しかし、(1)の方式には、スワツプアウトごとに毎回
接続されている全ての情報処理装置に対して外部割込み
をかける必要があり、接続する情報処理装置の台数とと
もに、専用の制御線が増加し、ハードウェア量が大きく
なるという欠点がある。また、(2)の方式には、ある
情報処理装置.がスワツプアウトを行うごとに、他の情
報処理装置は、主記憶のアクセスを行わねばならないた
め、処理時間が大きいという欠点がある。また、緩衝記
憶装置(キャッシュ)を有する複数の処理装置からなる
マルチプロセッサ・シ.ステムにおいては、ある情報処
理装置が主記憶上のエリアを書き換えると、他の情報処
理装置のキャッシュに前記エリアが登録されている場合
、キャッシュの該当する部分を消去しなければならない
。もし、消去しないと主記憶装置内・のデータと異なる
データがキャッシュ上に登録されていることになり、以
後正しい処理が行なわれなくなつてしまう。このために
従来、情報処理装置間には、上記の消去のために、キャ
ッシュー致処理のためのインタフェースラインと呼ばれ
る特別なインタフェースラインが設けられている。この
インタフェースラインは、通常のデータ転送とは別に設
けられており、使用頻度の割にハード量が大きいという
欠点がある。本発明の目的は、上述の欠点を除去したア
ドレス変換制御方式を提供することにある。本発明の制
御方式は、第1の情報処理装置とキャッシュ記憶を有す
る第2の情報処理装置とこれlらの装置に共用される主
記憶装置と該主記憶装置と前記第2の情報処理装置とを
接続し前記主記憶装置の記憶内容を前記第1の情報処理
装置が書き換えたときに前記第2の情報処理装置のキャ
ッシュ記憶の記憶内容を消去するように指示するための
インタフェース線とを有するシステムのためのアドレス
変換対制御方式において、前記第1の情報処理装置は前
記主記憶装置の論理アドレス情報と物理アドレス情報と
からなるアドレス変換対を複数格納するアドレス変換対
パン”ファおよび前記主記憶装置のアドレス情報を送出
する手段を有し、前記主記憶装置は前記第1の情報処理
装置から送られてきたアドレス情報を前記インタフェー
ス線を介して前記第2の情報処理装置に転送する手段を
有し、前記第2の情報処理装置は前記主記憶装置の論理
アドレス情報と物理アドレス情報とからなるアドレス変
換対を複数格納するアドレス変換対バッファおよび前記
インタフェース線を介して供給されたアドレス情報によ
り該アドレス変換バッファに格納されている複数のアド
レス変換対のうちの該指定のアドレス変換対のみを無効
とする手段を有することを特徴とする。
However, method (1) requires an external interrupt to be applied to all connected information processing devices each time a swap-out is performed, and the number of dedicated control lines increases with the number of connected information processing devices. However, the disadvantage is that the amount of hardware increases. The method (2) also applies to certain information processing devices. Each time a device performs a swap-out, other information processing devices must access the main memory, which has the disadvantage of a long processing time. In addition, a multiprocessor system consisting of a plurality of processing units having a buffer storage device (cache). In the system, when an information processing device rewrites an area on the main memory, if the area is registered in the cache of another information processing device, the corresponding portion of the cache must be erased. If it is not erased, data different from the data in the main memory will be registered on the cache, and correct processing will no longer be possible. For this purpose, a special interface line called an interface line for cache match processing has conventionally been provided between information processing apparatuses for the above-mentioned erasure. This interface line is provided separately from normal data transfer, and has the disadvantage that the amount of hardware is large considering its frequency of use. An object of the present invention is to provide an address translation control method that eliminates the above-mentioned drawbacks. The control method of the present invention includes a first information processing device, a second information processing device having a cache memory, a main storage device shared by these devices, and the main storage device and the second information processing device. and an interface line for instructing to erase the storage contents of the cache memory of the second information processing device when the first information processing device rewrites the storage contents of the main storage device. In the address translation pair control method for a system comprising: It has means for sending address information of a main storage device, and the main storage device transfers the address information sent from the first information processing device to the second information processing device via the interface line. the second information processing device includes an address translation pair buffer that stores a plurality of address translation pairs each consisting of logical address information and physical address information of the main storage device; and an address supplied via the interface line. The present invention is characterized by comprising means for invalidating only the designated address translation pair among the plurality of address translation pairs stored in the address translation buffer based on information.

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

第1図に示す本発明の一実施例は、アドレス変換対を有
する情報処理装置1,2および3,主記憶5,データ転
送ライン6,7および8,キャッシュー致処理用インタ
フェースライン、9,10および11,キャッシュー致
処理用情報または、アドレス変換対制御用アドレス情報
のいずれかを保持しデータ転送ライン6,7および8に
送信するためのレジスタ13,14および15,キャッ
シュー致処理用情報またはアドレス変換対制御用アドレ
ス情報のずれかをキャッシュー致処理用インタフェース
9,10および11から受取るレジスタ16,17およ
び18,データ転送ライン7および8上の情報のいずれ
かを選択し、キャッシュー致処理用インタフェースライ
ン9に送出する選択回路19,データ転送ライン6,8
上の情報のいずれかを選択し、キャッシュー致処理用イ
ンタフェースライン10に送出する選択回路20,およ
びデータ転送ライン6,7上の情報のいずれかを選択し
、キャッシュー致処理用インタフェースライン11に送
出する選択回路21とから構成されている。
An embodiment of the present invention shown in FIG. 1 includes information processing devices 1, 2, and 3 having address translation pairs, a main memory 5, data transfer lines 6, 7, and 8, a cache match processing interface line, 9, 10 and 11, registers 13, 14 and 15 for holding either cache match processing information or address translation pair control address information and transmitting it to data transfer lines 6, 7 and 8, for cache match processing; Registers 16, 17 and 18 that receive either information or the difference between address translation and control address information from cache match processing interfaces 9, 10 and 11, and information on data transfer lines 7 and 8, are selected and cached. Selection circuit 19 and data transfer lines 6 and 8 that send data to the interface line 9 for shoe matching processing
The selection circuit 20 selects any of the above information and sends it to the cache match processing interface line 10, and selects any of the information on the data transfer lines 6 and 7 and sends it to the cache match processing interface line 11. It is comprised of a selection circuit 21 that sends out signals to

第2図に示す前記情報処理装置1,2および3は、第1
図のレジスタ16,17,または18に受取られたアド
レス変換対制御用アドレス情報の−ー部を保持するレジ
スタ22,その残りを保持するレジスタ23,n個の仮
想マドレスとそれに対応するn個の実アドレスとその変
換対の有効性を示すビット(Vビット)を交換対の数n
だけ有するアドレス変換対バッファ24,レジスタ23
の−内容により指されるアドレス変換対の仮想アドレス
とレジスタ22の内容と比較する比較回路25,アドレ
ス変換対を有効/無効にするために■ビットを“1゛/
“゜0゛にするためのレジスタ26および比較回路25
の出力と■ビットとの論理積を作るアンド回路27から
構成される。
The information processing devices 1, 2 and 3 shown in FIG.
A register 22 holds part of the address translation control address information received in registers 16, 17, or 18 in the figure, a register 23 holds the remainder, n virtual addresses and n corresponding addresses. The number n of exchange pairs of the bit (V bit) indicating the validity of the real address and its translation pair
Address translation pair buffer 24, register 23 having only
The comparison circuit 25 compares the virtual address of the address translation pair pointed to by the contents of the register 22 with the contents of the register 22, and sets the ■ bit to “1”/in order to enable/disable the address translation pair.
Register 26 and comparator circuit 25 for setting “゜0゛”
It is composed of an AND circuit 27 that performs a logical product of the output of and the ■ bit.

次に情報処理装置1が主記憶5上のページを外部記憶装
置ヘスワツプアウトする動作を詳細に説明する。
Next, the operation of the information processing device 1 to swap out pages on the main memory 5 to the external storage device will be explained in detail.

情報処理装置は、レジスタ13にスワツプアウトされる
べき仮想空間のエリアを示す仮想アドレスを保持する。
The information processing device holds in the register 13 a virtual address indicating the area of the virtual space to be swapped out.

この仮想アドレスは、データ転送ライン6を介して、主
記憶5に転送される。主記憶5は転送されてきた仮想ア
ドレスを、選択回路20および21で選び、キャッシュ
ー致処理用インタフェースライン10および11にのせ
て、情報処理装置2および3に転送する。情報処理装置
2および3は仮想アドレスをそれぞれレジスタ17およ
び18に受取り、それが自分のアドレス交換対バッファ
24に登録されているかどうか調べる。すなわち、レジ
スタ17または18に格納された仮想アドレスの一部が
レジスタ22に、残りがレジスタ23に格納される。レ
ジスタ23の内容がアドレス変換対バッファ24にアド
レスとして与えられ、該当す仮想アドレスが読み出され
る。この読み出された仮想アドレスと、レジスタ22の
内容とが比較回路25により比較される。同時に、■ビ
ットも読み出され、アドレス回路27により、比較回路
25の出力とVビットとの論理積が取られる。アンド回
路27の出力が“゜1゛であれば、該当するアドレス変
換対が登録されていることを示す。アンド回路27の出
力がもし゜“1゛であれば、制御回路28のインバータ
29を介してレジスタ26に“0゛が取入れられて、さ
らに、レジスタ26の内容が該当する■ビットに書込ま
れて、そのアドレス変換対が無効にされる。もし、アン
ド回路27の出力が゜゜0゛であれば、該当する仮想ア
ドレスは登録されていないので、何も行われない。この
ようにして、情報処理装置2および3において、該当す
るアドレス変換対の無効化が終了すると、情報処理装置
2および3は、主記憶装置5の特定エリアに終了情報を
書込む。情報処理装置では、アドレス情報転送後、たび
たび主記憶装置5の特定エリアの内容を読み出し、終了
情報が書込まれているかどうか調べる。情報処理装置1
は、終了情報が書込まれていることを確認して、はじめ
てスワツプアウトを行う。本発明では、アドレス変換対
無効化をキャッシュー致処理用インタフェースラインを
使用して行なうことによりアドレス変換対無効化のため
に独自のインタフェースラインを設ける代りにキャッシ
ュー致処理とアドレス変換対無効化との2つのノ目的で
キャッシュー致処理用インタフェースが使用し、また、
該当アドレスを主記憶に書き込んでおく方法構成に比較
して短時間処理が達成できるという効果がある。
This virtual address is transferred to main memory 5 via data transfer line 6. The main memory 5 selects the transferred virtual address using the selection circuits 20 and 21 and transfers it to the information processing devices 2 and 3 on the cache match processing interface lines 10 and 11. Information processing devices 2 and 3 receive the virtual address in registers 17 and 18, respectively, and check whether it is registered in their address exchange pair buffer 24. That is, part of the virtual address stored in register 17 or 18 is stored in register 22, and the rest is stored in register 23. The contents of the register 23 are given as an address to the address translation pair buffer 24, and the corresponding virtual address is read out. The read virtual address and the contents of the register 22 are compared by a comparison circuit 25. At the same time, the ■ bit is also read out, and the address circuit 27 performs an AND operation between the output of the comparator circuit 25 and the V bit. If the output of the AND circuit 27 is “゜1”, it indicates that the corresponding address conversion pair is registered. If the output of the AND circuit 27 is “゜1”, the "0" is taken into the register 26, and the contents of the register 26 are written to the corresponding bit, invalidating the address translation pair.If the output of the AND circuit 27 is ゜゜0゛If so, the corresponding virtual address is not registered, so nothing is done.In this way, when the invalidation of the corresponding address translation pair is completed in the information processing devices 2 and 3, the information processing device 2 and 3 writes termination information to a specific area of the main storage device 5. After the address information is transferred, the information processing device frequently reads the contents of the specific area of the main storage device 5 to check whether termination information has been written. Check. Information processing device 1
performs swapout only after confirming that termination information has been written. In the present invention, by performing address translation pair invalidation using a cache match processing interface line, cache match processing and address translation pair invalidation can be performed instead of providing a unique interface line for address translation pair invalidation. The cache match processing interface is used for two purposes:
This method has the advantage that processing can be accomplished in a shorter time compared to a method configuration in which the corresponding address is written in the main memory.

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

7 第1図は、本発明の一実施例を示す図および第2図
はアドレス変換対バッファを示すブロック図である。 第1図および第2図において、1,2,3・・・情報処
理装置、4・・・・・・システム制御装置、5・・・O
主記憶、6,7,8・・・・・・データ転送ライン、9
,10,11・・・・・・キャッシュー致処理用インタ
フェースライン、13,14,15,16,17,18
,22,23・・・・・・レジスタ、19,20,21
・・切替え回路、24・・・・・アドレス変換対バツフ
ア、25・・・・・・比較回路、26・・・・・・フリ
ップフロップ。
7 FIG. 1 is a diagram showing one embodiment of the present invention, and FIG. 2 is a block diagram showing an address translation pair buffer. 1 and 2, 1, 2, 3...information processing device, 4...system control device, 5...O
Main memory, 6, 7, 8... Data transfer line, 9
, 10, 11... Interface line for cache match processing, 13, 14, 15, 16, 17, 18
, 22, 23...Register, 19, 20, 21
...Switching circuit, 24...Address conversion pair buffer, 25...Comparison circuit, 26...Flip-flop.

Claims (1)

【特許請求の範囲】[Claims] 1 システム制御装置を持たず、第1の情報処理装置と
、キャッシュ記憶を有する第2の情報処理装置と、これ
らの装置に共用される主記憶装置と、前記主記憶装置と
前記第2の情報処理装置とを接続し前記主記憶装置の記
憶内容を前記第1の情報処理装置が書き換えたときに前
記第2の情報処理装置のキャッシュ記憶の記憶内容を消
去するように指示するためのインタフェース線とを有す
るシステムのためのアドレス変換対制御方式において、
前記第1の情報処理装置は前記主記憶装置の論理アドレ
ス情報と物理アドレス情報とからなるアドレス変換対を
複数格納するアドレス変換対バッファおよび、前記主記
憶装置のアドレス情報を送出する手段を有し、前記主記
憶装置は前記第1の情報処理装置から送られてきたアド
レス情報を前記インタフェース線を介して前記第2の情
報処理装置に転送する手段を有し、前記第2の情報処理
装置は前記主記憶装置の論理アドレス情報と物理アドレ
ス情報とからなるアドレス変換対を複数格納するアドレ
ス変換バッファおよび、前記インタフェース線を介して
供給されたアドレス情報により該アドレス変換バッファ
に格納されている複数のアドレス変換対のうちの該指定
のアドレス変換対のみを無効とする手段を有することを
特とするアドレス変換対制御方式。
1 A first information processing device that does not have a system control device, a second information processing device that has cache memory, a main storage device shared by these devices, and the main storage device and the second information processing device. an interface line for connecting with a processing device and instructing to erase the storage contents of the cache memory of the second information processing device when the first information processing device rewrites the storage contents of the main storage device; In an address translation versus control scheme for a system having
The first information processing device includes an address translation pair buffer that stores a plurality of address translation pairs consisting of logical address information and physical address information of the main storage device, and means for sending address information of the main storage device. , the main storage device has means for transferring address information sent from the first information processing device to the second information processing device via the interface line, the second information processing device an address translation buffer that stores a plurality of address translation pairs consisting of logical address information and physical address information of the main memory; and a plurality of address translation pairs stored in the address translation buffer based on address information supplied via the interface line. An address translation pair control method comprising means for invalidating only the specified address translation pair among the address translation pairs.
JP55122725A 1980-09-04 1980-09-04 Address translation versus control method Expired JPS6049348B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP55122725A JPS6049348B2 (en) 1980-09-04 1980-09-04 Address translation versus control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP55122725A JPS6049348B2 (en) 1980-09-04 1980-09-04 Address translation versus control method

Publications (2)

Publication Number Publication Date
JPS5746373A JPS5746373A (en) 1982-03-16
JPS6049348B2 true JPS6049348B2 (en) 1985-11-01

Family

ID=14843037

Family Applications (1)

Application Number Title Priority Date Filing Date
JP55122725A Expired JPS6049348B2 (en) 1980-09-04 1980-09-04 Address translation versus control method

Country Status (1)

Country Link
JP (1) JPS6049348B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4885578A (en) * 1986-12-12 1989-12-05 International Business Machines Corporation In band connection establishment for a multiple multi-drop network

Also Published As

Publication number Publication date
JPS5746373A (en) 1982-03-16

Similar Documents

Publication Publication Date Title
US4158227A (en) Paged memory mapping with elimination of recurrent decoding
US4736293A (en) Interleaved set-associative memory
JP3687990B2 (en) Memory access mechanism
EP0387644A1 (en) Multiprocessor system with global data replication and two levels of address translation units
US5619677A (en) Data processing system with an enhanced cache memory control
JPH0137773B2 (en)
JPS62145340A (en) Cache memory control system
US4513369A (en) Information processing system
US6029233A (en) Circuit for moving data between remote memories and computer comprising such a circuit
US20020099881A1 (en) Method and system for data transfer
EP0026648B1 (en) Digital data transfer apparatus
JPH0319976B2 (en)
JPS6049348B2 (en) Address translation versus control method
US5983307A (en) Electrical circuit for exchanging data between a microprocessor and a memory and computer comprising a circuit of this type
JPS6049349B2 (en) Address translation versus control method
JPH10116224A (en) Circuit moving data between remote memories, and computer including circuit like the same
JPH0715670B2 (en) Data processing device
JPH0731310Y2 (en) Memory device
EP0287844A2 (en) Cache memory circuit using dual port memories
KR20000038076A (en) Method for zero-copy message passing
JPH01226056A (en) Address converter
JPH01149153A (en) Address converting index mechanism invalidating device
JPS6230108Y2 (en)
JPS58179977A (en) Memory controller
JPH0836526A (en) Information processing system