JPS6010336B2 - Address comparison method - Google Patents

Address comparison method

Info

Publication number
JPS6010336B2
JPS6010336B2 JP56048622A JP4862281A JPS6010336B2 JP S6010336 B2 JPS6010336 B2 JP S6010336B2 JP 56048622 A JP56048622 A JP 56048622A JP 4862281 A JP4862281 A JP 4862281A JP S6010336 B2 JPS6010336 B2 JP S6010336B2
Authority
JP
Japan
Prior art keywords
address
page
real
logical
comparison
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
JP56048622A
Other languages
Japanese (ja)
Other versions
JPS57169984A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56048622A priority Critical patent/JPS6010336B2/en
Publication of JPS57169984A publication Critical patent/JPS57169984A/en
Publication of JPS6010336B2 publication Critical patent/JPS6010336B2/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
    • G06F12/1027Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]

Description

【発明の詳細な説明】 本発明は仮想記憶方式の計算機システムにおいて、プロ
グラムのデノゞツク、ハードウエアテストなどに際し、
オペレータの指定したロケーションでプログラム命令の
実行を停止し、処理システムの内部状態を検証する場合
に用いられるアドレス比較方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention provides a method for debugging programs, hardware testing, etc. in virtual memory computer systems.
This invention relates to an address comparison method used to stop execution of program instructions at a location specified by an operator and to verify the internal state of a processing system.

伍乏想記憶方式を用いた情報処理システムにおいては、
プログラムの作成を容易にするために、プログラミング
上のアドレス空間と実際のハードウェア的に主記憶装置
をアクセスするときに用いられるアドレス空間とを分離
するようになっている。
In an information processing system that uses the five-sentence memory method,
In order to facilitate the creation of programs, the address space used for programming is separated from the address space used when accessing the main memory using actual hardware.

このため、主記憶装置上に設けられたページテーブルに
おいて論理アドレスと実アドレスとの対応を見出し、実
アドレスを抽出して主記憶装置をアクセスすることが必
要となる。しかし上記べージテープルを各アクセス毎に
参照するのでは効率が悪い。そこで該論理アドレスと実
アドレスとの対応を見出す処理を高速化するために、一
度見出された上記対応を対応表の形で処理装置内に作ら
れた論理・実アドレス対応テーブル(トランスレーシヨ
ン・ルックアサイド・バツフア:TLBに相当)上に記
憶し、該びLBを索引することで与えられた論理アドレ
スに対応する実アドレスを決定するようにしている。ま
た、上記のような仮想記憶式のデータ処理装置には、プ
ログラムのデバックやハードウェアテストなどを能率よ
く行うために、オペレータの指定した主記憶装置のロケ
ーションに対してデータのフェッチやストア、命令のフ
ェツチなどが行なわれると、プログラム命令の実行を停
止させる機能が付加されている。この目的のために設け
られる回路手段は、情報処理装置本来の命令処理には不
要の回路手段であり、したがって、できるだけ小さいも
のであることが望ましい。しかしプログラム実行中の主
記憶装置のアクセス要求は論理アドレスで行われ、そし
て実際にハードウェア的にメモリアクセスする実アドレ
スで行われるものであるため、論理アドレスと実アドレ
スとの変換に加えて論理アドレスと比較アドレスとの比
較をも行わなければならず、そのため回路構成が複雑に
なって上述する観点から望ましくない。本発明は上記の
点に鑑みなされたもので、その目的は仮想記憶式データ
処理システムにおけるプログラムデバック時などの命令
の実行停止制御などに適用される回路の削減を可能にし
たアドレス比較方式を提供するにある。
Therefore, it is necessary to find a correspondence between a logical address and a real address in a page table provided on the main memory, extract the real address, and access the main memory. However, it is inefficient to refer to the above page table for each access. Therefore, in order to speed up the process of finding the correspondence between the logical address and the real address, once the above correspondence has been found, a logical/real address correspondence table (translation) is created in the processing device in the form of a correspondence table. - Lookaside buffer (corresponding to TLB), and the real address corresponding to a given logical address is determined by indexing the LB. In addition, in order to efficiently perform program debugging and hardware testing, virtual memory data processing devices such as those described above are capable of fetching and storing data and commands to locations in the main memory specified by the operator. A function is added to stop the execution of program instructions when a fetch or the like is performed. The circuit means provided for this purpose is unnecessary for the instruction processing inherent in the information processing apparatus, and therefore, it is desirable that the circuit means be as small as possible. However, access requests to the main memory during program execution are made using logical addresses, and then real addresses that are actually used to access memory using hardware, so in addition to converting logical addresses and real addresses, logical It is also necessary to compare the address with the comparison address, which complicates the circuit configuration, which is undesirable from the above-mentioned point of view. The present invention has been made in view of the above points, and its purpose is to provide an address comparison method that makes it possible to reduce the number of circuits applied to control execution stop of instructions during program debugging in a virtual memory data processing system. There is something to do.

本発明のアドレス比較方式は、論理アドレスと実アドレ
スの変換を行うためのアドレス変換用テーブルのェソト
リ内、もしくは記憶した実ページアドレスをダイナミッ
ク・アドレス・トランスレーション・オペレーションに
より上記アドレス変換用テーブルに登録するページテー
ブルのェントリ内に、そのェント川こ登録されているペ
ージ内にアドレス比較対象として指定されたロケーショ
ンが存在することを示す情報を記憶し、この情報がON
で、かつページ内ディスプレースメントが指定ロケーシ
ョンと一致したときアドレス一致条件を送出するように
したものである。以下、本発明の実施例を図面について
説明する。
The address comparison method of the present invention registers a stored real page address in the address translation table in the address translation table for converting a logical address and a real address, or by a dynamic address translation operation. In the entry of the page table to be used, information indicating that the location specified as the address comparison target exists in the page registered with that entry is stored, and this information is turned on.
, and when the intra-page displacement matches the specified location, the address match condition is sent. Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明にかかるアドレス比較方式の一例を示す
ものである。
FIG. 1 shows an example of an address comparison method according to the present invention.

同図において、1は論理アドレスから実アドレスの変換
を高速に行うアドレス変換用のTLB(トランスレーシ
ョン・ルックアサィド・バッファ)で、このTLBIの
各ェント川ま論理ページアドレスLAの一部又は全部を
示す部分と、これに対応する実ページアドレスRAを示
す部分および当該ェントリの論理ページアドレスLAが
比較対象ロケーションの論理べ−ジアドレスと一致して
いることを示すフラグFをセットする部分とからなって
いる。また、2は論理アドレスレジスタで、上位の論理
アドレスLAの部分と下位のページ内ディスプレースメ
ントDiSPの部分からなり、この論理アドレスレジス
タ2の論理アドレスLAでTLBIをアクセスすること
により、これに対応する実ページアドレスRAおよび論
理ページアドレス一致のフラグをそれぞれの選択回路3
および4を介して実アドレスレジスタ5およびフリツプ
フロツプ6にそれぞれセットするようになっている。ま
た、実アドレスレジスタ5の上位にはTLBIからの実
アドレスRAが、下位には上記論理アドレスレジスタ2
のページ内ディスプレースメントDiSPがそれぞれセ
ットされるようになっており、さらに実アドレスレジス
タ5にはその実アドレスRAの更新をさせるためのイン
クルメンタ7が設けられている。
In the figure, 1 is a TLB (Translation Lookaside Buffer) for address translation that performs high-speed translation from a logical address to a real address, and each entity of this TLBI indicates a part or all of the logical page address LA. part, a part indicating the corresponding real page address RA, and a part setting a flag F indicating that the logical page address LA of the entry matches the logical page address of the comparison target location. There is. Further, 2 is a logical address register, which consists of an upper logical address LA part and a lower intra-page displacement DiSP part, and by accessing TLBI with the logical address LA of this logical address register 2, it corresponds to this. The flags of the real page address RA and the logical page address match are set in the respective selection circuits 3.
and 4 to the real address register 5 and flip-flop 6, respectively. Further, the upper part of the real address register 5 is the real address RA from TLBI, and the lower part is the above-mentioned logical address register 2.
The intra-page displacement DiSP is set respectively, and the real address register 5 is further provided with an incrementer 7 for updating the real address RA.

8は比較回路で、この比較回路8には上記実アドレスレ
ジスタ5のページ内ディスプレースメントDiSPおよ
び比較アドレスレジスタ9からの比較すべきアドレスが
加えられるようになっており、さらに比較回路8の出力
および上記フリツプフロツプ6の出力にはアドレスの一
致条件を発生するアンドゲート10が接続されている。
8 is a comparison circuit to which the intra-page displacement DiSP of the real address register 5 and the address to be compared from the comparison address register 9 are added, and the output of the comparison circuit 8 and An AND gate 10 is connected to the output of the flip-flop 6 for generating an address matching condition.

また、11は図示しない主記憶装置に設けられるページ
テーブルで、その各ヱントリは実ページアドレスRAを
示す部分と、比較対象と一致した論理ページアドレスに
対応してフラグFをセットする部分からなり、このペー
ジテーブル11への実ページアドレスRAの設定は、主
記憶へのページングの際にOS(オペレーティングシス
テム)によって行なわれ、一方、ページテーブル11の
フラグフィールドへのフラグFのセットは比較アドレス
モードに先立つ比較アドレス設定時にコンソールプロセ
ッサ等から比較アドレスに一致した論理ページアドレス
に対応するェント川こ対して行われるようになっており
、そしてページテーフル11の内容はDAT(ダイナミ
ック・アドレス・トランスレーション)オペレーション
時にTLBIの書き込まれるものである。また、上記ペ
ージテーブル11における実ページアドレス部およびフ
ラグセット部の出力側は実アドレスレジスタ5およびフ
リップフロップ6の選択回路3および4にバスラィン1
2,13を介してそれぞれ接続され「べ−ジテーブル1
1の実ページアドレスRAおよびアドレス一致フラグF
を直接実アドレスレジスタ5およびフリツプフロツプ6
に出力できるようになっている。次に上記のように構成
された本発明アドレス比較回路の動作について説明する
Reference numeral 11 denotes a page table provided in a main memory (not shown), each entry of which consists of a part indicating a real page address RA, and a part for setting a flag F corresponding to a logical page address that matches the comparison target. The setting of the real page address RA to the page table 11 is performed by the OS (operating system) during paging to the main memory, while the setting of the flag F to the flag field of the page table 11 is performed in the comparison address mode. When the comparison address is previously set, the console processor or the like is used to check the address corresponding to the logical page address that matches the comparison address, and the contents of the page table 11 are converted into DAT (Dynamic Address Translation). TLBI is written during operation. Further, the output side of the real page address section and flag set section in the page table 11 is connected to the bus line 1 to the selection circuits 3 and 4 of the real address register 5 and flip-flop 6.
2 and 13, respectively.
1 real page address RA and address match flag F
directly to real address register 5 and flip-flop 6
It is now possible to output to. Next, the operation of the address comparison circuit of the present invention configured as described above will be explained.

まず、ページテーブル11にセットされた実ページアド
レスRAおよびアドレス一致のフラグFかDATオペレ
ーションにより、ページアドレスの比較をも行ってTL
B1の対応するフィールド、すなわちTLBIの実ペー
ジアドレス部およびフラグセツト部に第1図の如く登録
する。
First, the page addresses are compared using the real page address RA set in the page table 11 and the address matching flag F, or the DAT operation is performed.
It is registered in the corresponding fields of B1, that is, the real page address field and flag set field of TLBI, as shown in FIG.

かかる状態において、図示しない処理部から仮想ストレ
ツジアクセスのために論理アドレスレジスタ2に論理ア
ドレスがセットされると、上位の論理アドレスLAによ
りTLBIがアクセスされる。これに伴い論理アドレス
LAに対応する実ページアドレスRAおよびフラグFの
値がそれぞれ取出される。これにより実ページアドレス
RAは選択回路3(このとき選択回路3はTLBIのア
ドレスを選択できるようにセットされているものとする
)を通して実アドレスレジスタ5の上位にセットされ、
さらに論理アドレスレジスタ2の下位のページ内ディス
プレースメントDiSPは実アドレスレジスタ5の下位
にセットされる。そして上記アクセスに対応して抽出さ
れた実ページアドレスRAは図示しない記憶装置をアク
セスすることになる。一方、実アドレスレジスタ5の下
位にあるページ内ディスプレースメントDiSPは比較
回路8に転送され、該比較回路8において比較アドレス
レジスタ9からの比較すべきアドレス(指定ロケーショ
ン)と比較され、両者が一致すると、比較回路8からア
ンドゲートに対し一致信号が出力される。このとき、T
LBIから取出されたフラグFの値が「1」であれば、
これが選択回路4を通してフリツプフロツプ6に加えら
れることによりフラグが立ち、すなわちフリツプフロツ
プ6の出力は「1」となり、この結果アンドゲート10
からアドレス一致条件が発生し、該一致信号は命令の実
行を停止する信号となる。また、論理アドレスレジスタ
2の論理アドレスLAのアクセスによりTLBIから抽
出される実ページアドレスRAが比較すべき指定ロケー
ションのアドレスでない場合は、通常のアドレス変換の
みが行われ、そして実アドレスレジスタ5に取出された
実ページアドレスRAは図示しない記憶装置をアクセス
することで命令の実行を継続する。
In this state, when a logical address is set in the logical address register 2 for virtual storage access from a processing unit (not shown), the TLBI is accessed by the upper logical address LA. Along with this, the values of real page address RA and flag F corresponding to logical address LA are respectively taken out. As a result, the real page address RA is set in the upper part of the real address register 5 through the selection circuit 3 (assuming that the selection circuit 3 is set to be able to select the address of TLBI at this time).
Furthermore, the intra-page displacement DiSP at the lower level of the logical address register 2 is set at the lower level of the real address register 5. The real page address RA extracted in response to the above access accesses a storage device (not shown). On the other hand, the intra-page displacement DiSP at the lower end of the real address register 5 is transferred to the comparison circuit 8, where it is compared with the address to be compared (designated location) from the comparison address register 9, and if the two match, , a match signal is output from the comparison circuit 8 to the AND gate. At this time, T
If the value of flag F taken out from LBI is "1",
This is applied to the flip-flop 6 through the selection circuit 4, thereby setting a flag, that is, the output of the flip-flop 6 becomes "1", and as a result, the AND gate 10
An address match condition is generated, and the match signal becomes a signal to stop execution of the instruction. Further, if the real page address RA extracted from TLBI by accessing the logical address LA of the logical address register 2 is not the address of the specified location to be compared, only normal address conversion is performed and the address is extracted to the real address register 5. The executed real page address RA continues execution of the instruction by accessing a storage device (not shown).

また、性能上などの問題でページテーブル1 1からの
実ページアドレスあるいは一致フラグを直接メモリアク
セスおよびアドレス比較に使用したい場合は各選択回路
3,4はバスライン12,13側を選択し、ページテー
ブル11から謙出される実ページアドレスRAおよび一
致フラグFをTLBIに登録すると同時に、バスライン
1 2,13および選択回路3,4を通して実アドレス
レジスタ5およびフリツプフロツプ6にセットすれば良
いo第2図はページテーブルの内容をDATオペレーシ
ョンによりTLBに登録するときにページアドレス一致
のためのフラグを作成してTLBにセットするようにし
た本発明の他の実施例を示すものである。
In addition, if you want to use the real page address or match flag from page table 11 for direct memory access and address comparison due to performance issues, select circuits 3 and 4 select the bus lines 12 and 13 side, and page The real page address RA and match flag F extracted from the table 11 can be registered in the TLBI, and at the same time set in the real address register 5 and flip-flop 6 through the bus lines 12 and 13 and the selection circuits 3 and 4. This shows another embodiment of the present invention in which a flag for page address matching is created and set in the TLB when the contents of a page table are registered in the TLB by a DAT operation.

この第2図の実施例では、ページテーブル11を実ペー
ジアドレスRAのみをストア一できる構成にし、かつ論
理アドレスレジスタ2の上位の論理アドレスLAと、比
較アドレスレジスタ9の比較すべきページに対応する比
較アドレスを比較する比較回路14を設け、そして論理
アドレスと実アドレスとの対を新たにTLBIに登録す
る時に、論理アドレスレジスタ2の上位論理アドレスL
Aと比較アドレスレジスタ9からのべ−ジに対応する比
較アドレスとを比較回路14に取込んで比較し、その一
致で得られるフラグFの値を指定ロケーションの論理ア
ドレスに対応してTLBIのフラグフイールド部にセッ
トするようにしたものである。この実施例においては第
1図の場合と同様の作用効果が得られる。なお、第2図
において第1図と同一の符号で示した部分は第1図と同
様の構成となっているため、その詳細な説明は省略する
。なお、可変長のオペランドの処理に関して、オペラン
ド先頭アドレスのみTLB変換し、以後は実アドレスの
みを更新して実行するような情報処理装置には極めて好
適なものとなる。
In the embodiment shown in FIG. 2, the page table 11 is configured to store only the real page address RA, and the upper logical address LA of the logical address register 2 corresponds to the page to be compared in the comparison address register 9. A comparison circuit 14 for comparing comparison addresses is provided, and when a pair of a logical address and a real address is newly registered in the TLBI, the upper logical address L of the logical address register 2 is
A and the comparison address corresponding to the page from the comparison address register 9 are taken into the comparison circuit 14 and compared, and the value of the flag F obtained by the match is set as the flag of TLBI corresponding to the logical address of the designated location. It is designed to be set in the field section. In this embodiment, the same effects as in the case of FIG. 1 can be obtained. Note that in FIG. 2, the parts indicated by the same reference numerals as in FIG. 1 have the same configuration as in FIG. 1, and therefore detailed explanation thereof will be omitted. Regarding the processing of variable-length operands, this is extremely suitable for an information processing apparatus that performs TLB translation of only the operand's first address and thereafter updates and executes only the real address.

以上のように本発明によれば、論理アドレスと実アドレ
スの変換を行うためのTLBもしくはDATオペレーシ
ョン時に実ページアドレスをTLBに登録するようにし
たページテーブルのェントリ内に、そのェントリに登録
されているページ内にアドレス比較対象として指定され
たロケーションが存在することを示す情報を記憶させ、
この情報を利用して指定ロケーションのアドレスの一致
をとるようにしたものであるから、指定ロケーションア
ドレスを記憶するレジスタやアドレス比較回路は、ペー
ジ内ディスプレースメントの分だけ用意すれば良く、回
路の削減が図られるほか、仮想記憶式データ処理システ
ムにおけるプログラムのデバッグ時などの命令の実行停
止制御に対する回路を小さくできる効果がある。
As described above, according to the present invention, a real page address is registered in the entry of the page table in which the real page address is registered in the TLB during the TLB or DAT operation for converting the logical address and the real address. stores information indicating that the location specified as the address comparison target exists in the page that is located,
Since this information is used to match the address of the specified location, it is only necessary to prepare registers and address comparison circuits for storing the specified location address for the displacement within the page, reducing the number of circuits. In addition, the present invention has the effect of reducing the size of the circuit for controlling execution stop of instructions when debugging a program in a virtual memory data processing system.

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

第1図は本発明にかかるアドレス比較方式の一例を示す
ブロック図、第2図は本発明の他の実施例を示すブロッ
ク図である。 図中、1はTLB、2は論理アドレスレジスタ、3,4
は選択回路、6は実アドレスレジスタ、6はフリツプフ
ロツプ、7はインクルメンタ、8,14は比較回路、9
は比較アドレスレジスタ、10はアソドゲート、11は
ページテープル、12,13はバスラインである。 第1図 第2図
FIG. 1 is a block diagram showing an example of an address comparison method according to the present invention, and FIG. 2 is a block diagram showing another embodiment of the present invention. In the figure, 1 is TLB, 2 is logical address register, 3, 4
is a selection circuit, 6 is a real address register, 6 is a flip-flop, 7 is an incrementer, 8 and 14 are comparison circuits, 9
10 is a comparison address register, 10 is an asode gate, 11 is a page table, and 12 and 13 are bus lines. Figure 1 Figure 2

Claims (1)

【特許請求の範囲】[Claims] 1 論理アドレスと実アドレスの変換を行うためのアド
レス変換用テーブルのエントリ内、もしくは記憶した実
ページアドレスをダイナミツク・アドレス・トランスレ
イシヨン・オペレーシヨンにより上記アドレス変換用テ
ーブルに登録するページテーブルのエントリ内に、その
エントリに登録されているページ内にアドレス比較対象
のロケーシヨンが存在することを示す情報を記憶し、こ
の情報がONで、かつページ内デイスプレースメントが
上記アドレス比較対象ロケーシヨンのアドレスと一致し
たときアドレス一致条件を送出するようにしたことを特
徴とするアドレス比較方式。
1 An entry in an address translation table for converting a logical address and a real address, or an entry in a page table for registering a stored real page address in the address translation table using a dynamic address translation operation. stores information indicating that the address comparison target location exists within the page registered in that entry, and if this information is ON and the intra-page displacement is the address of the address comparison target location. An address comparison method characterized in that an address matching condition is sent when a match occurs.
JP56048622A 1981-03-31 1981-03-31 Address comparison method Expired JPS6010336B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56048622A JPS6010336B2 (en) 1981-03-31 1981-03-31 Address comparison method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56048622A JPS6010336B2 (en) 1981-03-31 1981-03-31 Address comparison method

Publications (2)

Publication Number Publication Date
JPS57169984A JPS57169984A (en) 1982-10-19
JPS6010336B2 true JPS6010336B2 (en) 1985-03-16

Family

ID=12808498

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56048622A Expired JPS6010336B2 (en) 1981-03-31 1981-03-31 Address comparison method

Country Status (1)

Country Link
JP (1) JPS6010336B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4748556A (en) * 1985-05-28 1988-05-31 Tektronix, Inc. Variable tracking word recognizer for detecting the occurrence of a dynamic-variable address
JP2580587B2 (en) * 1987-03-03 1997-02-12 日本電気株式会社 Address translation buffer

Also Published As

Publication number Publication date
JPS57169984A (en) 1982-10-19

Similar Documents

Publication Publication Date Title
US5247639A (en) Microprocessor having cache bypass signal terminal
US6321314B1 (en) Method and apparatus for restricting memory access
KR100834365B1 (en) Invalidating storage, clearing buffer entries
US4218743A (en) Address translation apparatus
JP2507756B2 (en) Information processing device
EP0851357B1 (en) Method and apparatus for preloading different default address translation attributes
US9454490B2 (en) Invalidating a range of two or more translation table entries and instruction therefore
EP1096385B1 (en) A method and apparatus for forming an entry address
US5918250A (en) Method and apparatus for preloading default address translation attributes
EP0408058A2 (en) Microprocessor
JPH0137773B2 (en)
JPH06231043A (en) Apparatus and method for transfer of data in cirtual storage system
JPH0997230A (en) Method and system for data transfer
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
JPH0260012B2 (en)
US5764944A (en) Method and apparatus for TLB invalidation mechanism for protective page fault
JPS59231652A (en) Detection system for memory access overlap
EP0173909A2 (en) Look-aside buffer least recently used marker controller
JPH0319572B2 (en)
US6324635B1 (en) Method and apparatus for address paging emulation
US5012410A (en) Data processor with instruction cache memory
JPS6010336B2 (en) Address comparison method
JPH02236652A (en) Page table within virtual memory
JPH0552539B2 (en)
JPH02168332A (en) Data processor