JPH0553915A - Address converting device - Google Patents

Address converting device

Info

Publication number
JPH0553915A
JPH0553915A JP3234000A JP23400091A JPH0553915A JP H0553915 A JPH0553915 A JP H0553915A JP 3234000 A JP3234000 A JP 3234000A JP 23400091 A JP23400091 A JP 23400091A JP H0553915 A JPH0553915 A JP H0553915A
Authority
JP
Japan
Prior art keywords
address
register
buffer
physical
index
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.)
Pending
Application number
JP3234000A
Other languages
Japanese (ja)
Inventor
Atsushi Yamazaki
篤 山崎
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 Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP3234000A priority Critical patent/JPH0553915A/en
Publication of JPH0553915A publication Critical patent/JPH0553915A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To speedily extract an operand by accelerating address conversion in the case of converting an address to a physical address at the time of extracting the operand from a buffer memory circuit. CONSTITUTION:A logical address 106 is generated from various parameters 101-103 imparted by an instruction, the address is converted into a physical address 109 by a first address conversion buffer 15, and a buffer memory circuit 17 is made access. On the other hand, among the parameters applied by the instruction, a second address conversion buffer 21 is provided to be indexed by a base register number 101, an address comparator circuit 28 compares coincidence between a physical address 212 being the index output of this buffer 21 and the physical address 109 being the index output of the first address conversion buffer 15 and when those addresses are coincident, the buffer memory circuit 17 is immediately made access by using the physical address 212.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0000】[0000]

【技術分野】本発明はアドレス変換装置に関し、特にベ
ースアドレス,インデクス値,変位によってオペランド
の論理アドレスを決定し、この論理アドレスを物理アド
レスに変換するようにした仮想記憶方式を用いた情報処
理装置におけるアドレス変換装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an address conversion device, and more particularly to an information processing device using a virtual memory system in which a logical address of an operand is determined by a base address, an index value and a displacement, and this logical address is converted into a physical address. Address translation device in.

【0001】[0001]

【従来技術】従来の情報処理装置において、緩衝記憶回
路から必要なオペランドを取出す場合、命令により与え
られるベースアドレス,インデクス値,変位によってオ
ペランドの論理アドレスを決定し、この論理アドレスを
アドレス変換バッファにより物理アドレスに変換して、
この物理アドレスによって緩衝記憶回路を索引するよう
になっている。
2. Description of the Related Art In a conventional information processing apparatus, when a necessary operand is fetched from a buffer memory circuit, a logical address of the operand is determined by a base address, an index value and a displacement given by an instruction, and this logical address is converted by an address conversion buffer. Convert it to a physical address,
The buffer memory circuit is indexed by this physical address.

【0002】図2はかかるアドレス変換によるオペラン
ド取出し方式を示すブロック図である。図2を参照する
と、先ず命令実行の第一サイクルで、命令で指定される
ベースレジスタ番号101 、インデクスレジスタ番号102
を夫々ベースレジスタ12,インデクスレジスタ13に
与え、ベースアドレス104 、インデクス値105 を得る。
FIG. 2 is a block diagram showing an operand fetching method by such address conversion. Referring to FIG. 2, first, in the first cycle of instruction execution, the base register number 101 and the index register number 102 specified by the instruction
To the base register 12 and the index register 13, respectively, to obtain a base address 104 and an index value 105.

【0003】3入力加算器11はベースアドレス104 と
インデクス値105 と命令で指定される変位103 とを入力
とし、出力である実効アドレス106 を論理アドレスレジ
スタ14に入力する。
The 3-input adder 11 receives a base address 104, an index value 105 and a displacement 103 designated by an instruction, and inputs an output effective address 106 to a logical address register 14.

【0004】続いて、第二サイクルで、論理アドレスレ
ジスタ14の上位ビット107 をアドレス変換バッファ1
5に与えて、物理ページアドレス109 を出力させ、論理
アドレスレジスタ14の下位ビット108 とともに物理ア
ドレスレジスタ16に入力する。
Then, in the second cycle, the upper bit 107 of the logical address register 14 is set to the address translation buffer 1
5, the physical page address 109 is output and input to the physical address register 16 together with the lower bit 108 of the logical address register 14.

【0005】第三サイクルでは、物理アドレスレジスタ
16の出力110 を緩衝記憶回路17に与える。オペラン
ドデータが緩衝記憶上に存在すれば直ちに、存在しなけ
れば主記憶装置(図示せず)から取出したのちに、緩衝
記憶回路17の出力としてオペランドデータ111 が取出
され、演算処理装置(図示せず)に送られる。
In the third cycle, the output 110 of the physical address register 16 is given to the buffer memory circuit 17. If the operand data is present in the buffer memory, it is taken out immediately from the main memory device (not shown) if it is not present, and then the operand data 111 is taken out as the output of the buffer memory circuit 17, and the arithmetic processing unit (not shown). To be sent).

【0006】この様な従来のアドレス変換装置では、た
とえ緩衝記憶回路上に存在するオペランドであっても、
取出しまでに少くとも3サイクルを必要とするので、命
令の実行効率が低いという欠点がある。
In such a conventional address translator, even if an operand exists in the buffer memory circuit,
Since at least 3 cycles are required before fetching, there is a drawback that the instruction execution efficiency is low.

【0007】[0007]

【発明の目的】本発明の目的は、従来のオペランド取出
しに比し1サイクルだけより早い命令取出しを可能とし
たアドレス変換装置を提供することである。
SUMMARY OF THE INVENTION It is an object of the present invention to provide an address translation device which enables instruction fetching by one cycle faster than the conventional operand fetching.

【0008】[0008]

【発明の構成】本発明によれば、命令で指定されるベー
スレジスタ番号によってベースレジスタを指定して得ら
れるベースアドレスと、前記命令で指定されるインデク
スレジスタ番号によってインデクスレジスタを指定して
得られるインデクス値と、変位とを加算する加算手段
と、この加算結果を格納する論理アドレスレジスタと、
前記論理アドレスレジスタの上位部分を入力として第1
の物理ページアドレスを出力する第1のアドレス変換バ
ッファと、前記アドレス変換バッファの出力である第1
の物理ページアドレスと前記論理アドレスレジスタの下
位部分とを格納する物理アドレスレジスタとを含み、こ
の物理アドレスレジスタの出力により緩衝記憶手段を索
引するようにしたアドレス変換装置であって、インデク
スレジスタ番号フィールド,物理アドレスフィールドか
らなり前記ベースレジスタ番号により索引される第2の
アドレス変換バッファと、この第2のアドレス変換バッ
ファの索引出力であるインデクスレジスタ番号と前記命
令で指定されるインデクスレジスタ番号とを比較する比
較手段と、この比較結果が一致を示すとき、前記第2の
アドレス変換バッファの索引出力である物理アドレスと
前記加算手段の下位出力とを前記物理アドレスレジスタ
に格納制御する手段とを含むことを特徴とするアドレス
変換装置が得られる。
According to the present invention, the base register is obtained by designating the base register by the base register number designated by the instruction, and the index register is designated by the index register number designated by the instruction. An addition unit that adds the index value and the displacement, a logical address register that stores the addition result,
A first part using the upper part of the logical address register as an input
First address translation buffer for outputting the physical page address of the
Of the physical address register for storing the physical page address of the logical address register and the lower part of the logical address register, and the buffer storage means is indexed by the output of the physical address register. , A second address translation buffer consisting of a physical address field and indexed by the base register number, and an index register number which is an index output of the second address translation buffer and an index register number designated by the instruction And a means for controlling the storage of the physical address, which is the index output of the second address translation buffer, and the lower output of the adding means when the comparison result shows a match in the physical address register. An address translation device characterized by .

【0009】[0009]

【実施例】以下、本発明の実施例を図面を参照しつつ説
明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0010】図1は本発明の実施例のブロック図てあ
り、図2と同等部分は同一符号により示している。
FIG. 1 is a block diagram of an embodiment of the present invention, and the same parts as in FIG. 2 are designated by the same reference numerals.

【0011】第二のアドレス変換バッファ21は2つの
コンパートメントを有しており、各コンパートメントは
インデクスレジスタ番号フィールド,物理アドレスフィ
ールド及びこれ等フィールドの有効性を示す有効ビット
を含む。そして、このバッファ21は命令で指定される
ベースレジスタ番号101 をアドレスとして索引される。
The second address translation buffer 21 has two compartments, each compartment including an index register number field, a physical address field and a valid bit indicating the validity of these fields. The buffer 21 is indexed with the base register number 101 designated by the instruction as an address.

【0012】比較器22,23は各コンパートメント対
応に設けられており、対応コンパートメントのヒット,
ミスヒットを判定するものである。すなわち、各コンパ
ートメントのインデクスレジスタ番号フィールドの出力
203 ,206 は、インデクスレジスタ番号102 と夫々比較
器22,23にて比較され、ヒット検出がなされる。
The comparators 22 and 23 are provided for the respective compartments, and the hits of the corresponding compartments,
This is to judge a mishit. That is, the output of the index register number field for each compartment
203 and 206 are compared with the index register number 102 by comparators 22 and 23, respectively, and hit detection is performed.

【0013】コンパートメント決定回路24はヒットし
たコンパートメントなすわち比較器22,23のうち一
致検出がなされたコンパートメントを比較結果207 ,20
8 により知り、コンパートメント選択回路25にこのヒ
ットコンパートメントを通知する(209)。
The compartment determination circuit 24 compares the compartments for which a match is detected among the hit compartments, ie, the comparators 22 and 23, with the comparison results 207 and 20.
The hit selection is notified to the compartment selection circuit 25 (209).

【0014】コンパートメント選択回路25はこの通知
209 を受けてコンパートメントの索引出力である物理ア
ドレスフィールド201 ,205 のうちヒットした方のコン
パートメント出力を選択して出力212 とする。
The compartment selection circuit 25 notifies this
Upon receiving 209, one of the physical address fields 201 and 205, which is the index output of the compartment, whichever hits is selected to be the output 212.

【0015】物理アドレス選択回路26はこの選択され
た物理アドレス212と第一のアドレス変換バッファ15
の索引出力である物理アドレス109 との一方を選択して
(213 )、物理アドレスレジスタ16の上位ビットへ格
納する。
The physical address selection circuit 26 uses the selected physical address 212 and the first address translation buffer 15
One of the physical addresses 109, which is the index output of, is selected (213) and stored in the upper bits of the physical address register 16.

【0016】ページ内アドレス選択回路27は論理アド
レスレジスタ14の下位ビット108と加算器11の加算
出力106 の下位ビットとの一方を選択して(214 )物理
アドレスレジスタ16の下位ビットへ格納する。
The in-page address selection circuit 27 selects one of the lower bit 108 of the logical address register 14 and the lower bit of the addition output 106 of the adder 11 and stores it in the lower bit of the physical address register 16 (214).

【0017】アドレス比較回路28は物理アドレスレジ
スタ16の格納アドレス110 と第一のアドレス変換バッ
ファ15の索引出力アドレス109 とを比較して比較結果
215をアドレス選択回路26,27及びアドレス変換制
御回路30へ送る。
The address comparison circuit 28 compares the storage address 110 of the physical address register 16 with the index output address 109 of the first address conversion buffer 15 and compares the result.
215 is sent to the address selection circuits 26 and 27 and the address conversion control circuit 30.

【0018】アドレス変換制御回路30はこの比較結果
215 に応じて、第二のアドレス変換バッファ21及び緩
衝記憶回路17を制御する。
The address conversion control circuit 30 determines the result of this comparison.
The second address conversion buffer 21 and the buffer storage circuit 17 are controlled according to the reference numeral 215.

【0019】本実施例によるオペランド取出し過程は、
先ず命令実行の第一サイクルで、命令で指定されるベー
スレジスタ番号101 、インデクスレジスタ番号102 を夫
々ベースレジスタ12,インデクスレジスタ13に与
え、32ビットのベースアドレス104 、32ビットのイ
ンデクス値105 を得る。
The operand fetching process according to this embodiment is as follows:
First, in the first cycle of instruction execution, the base register number 101 and the index register number 102 designated by the instruction are given to the base register 12 and the index register 13, respectively, to obtain a 32-bit base address 104 and a 32-bit index value 105. ..

【0020】3入力加算器11はベースアドレス104 と
インデクス値105 と命令で指定される12ビットの変位
103 とを入力とし、出力である32ビットの実効アドレ
ス106 を論理アドレスレジスタ14に入力する。
The 3-input adder 11 has a base address 104, an index value 105, and a 12-bit displacement specified by an instruction.
103 is input, and the output 32-bit effective address 106 is input to the logical address register 14.

【0021】同時に、ベースレジスタ番号101 をアドレ
スとして、2つのコンパートメントからなる第二のアド
レス変換バッファ21をアクセスする。各コンパートメ
ントのインデクスレジスタ番号フィールドの出力203 、
206 は夫々インデクスレジスタ番号102 と比較器22,
23で比較され、各比較結果207 、208 はコンパートメ
ント決定回路24に送られる。
At the same time, using the base register number 101 as an address, the second address conversion buffer 21 consisting of two compartments is accessed. Output 203 of the index register number field of each compartment,
206 is the index register number 102 and the comparator 22,
The comparison results 207 and 208 are sent to the compartment determining circuit 24.

【0022】コンパートメント決定回路24は比較結果
207 、208と、各コンパートメントの有効ビット202 、2
05 とから、有効ビットが“有効”を示し、比較結果が
一致しているコンパートメントを選択するように、コン
パートメント選択回路25へコンパートメント選択指示
209を送る。
The compartment determination circuit 24 determines the comparison result.
207, 208 and valid bits 202, 2 in each compartment
From 05 and so on, the compartment selection instruction is sent to the compartment selection circuit 25 so that the compartment where the valid bit indicates “valid” and the comparison result matches.
Send 209.

【0023】コンパートメント選択回路25はコンパー
トメント選択指示209 に従ってコンパートメント#0,
1の物理アドレスフィールド201 、204 の何れかを選択
し、第二の物理ページアドレス212 として物理アドレス
選択回路26に送る。
Compartment selection circuit 25 follows compartment # 0, compartment # 0, according to compartment selection instruction 209.
One of the physical address fields 201 and 204 of 1 is selected and sent to the physical address selection circuit 26 as the second physical page address 212.

【0024】命令実行の第一サイクルを示す信号211 に
よって、物理アドレス選択回路26とページ内アドレス
選択回路27は、夫々第二の物理ページアドレス212 、
3入力加算器11の出力106 の下位12ビットを選択
し、物理アドレスレジスタ16に与える。
In response to the signal 211 indicating the first cycle of instruction execution, the physical address selection circuit 26 and the in-page address selection circuit 27 cause the second physical page address 212, respectively.
The lower 12 bits of the output 106 of the 3-input adder 11 are selected and given to the physical address register 16.

【0025】続いて、第二サイクルで、論理アドレスレ
ジスタ14の上位20ビット107 を、第一のアドレス変
換バッファ15に与えて、第一の物理ページアドレス10
9 を出力させる。
Subsequently, in the second cycle, the upper 20 bits 107 of the logical address register 14 are supplied to the first address translation buffer 15 to make the first physical page address 10
Output 9

【0026】アドレス比較回路28は、物理アドレスレ
ジスタ16の出力110 である第二の物理ページアドレス
と、上記第一の物理ページアドレス109 とを比較し、比
較結果215 を物理アドレス選択回路26、ページ内アド
レス選択回路27、アドレス変換制御回路30に与え
る。比較結果215 が一致を示している場合は、物理アド
レス選択回路26とページ内アドレス選択回路27は、
夫々第二の物理ページアドレス212 、3入力加算器11
の出力106 の下位12ビットを選択したままであり、ま
たアドレス変換制御回路30は緩衝記憶回路17にデー
タ読出し要求216を与える。
The address comparison circuit 28 compares the second physical page address, which is the output 110 of the physical address register 16, with the above-mentioned first physical page address 109, and outputs the comparison result 215 to the physical address selection circuit 26, page. It is given to the internal address selection circuit 27 and the address conversion control circuit 30. If the comparison result 215 indicates a match, the physical address selection circuit 26 and the in-page address selection circuit 27
Second physical page address 212 and 3-input adder 11 respectively
The lower 12 bits of the output 106 are still selected, and the address conversion control circuit 30 gives a data read request 216 to the buffer memory circuit 17.

【0027】従って、オペランドデータが緩衝記憶上に
存在すれば直ちに、存在しなければ、主記憶装置(図示
せず)から取出したのちに、緩衝記憶回路17の出力と
してオペランドデータ111 が取出される。
Therefore, if the operand data is present in the buffer memory, immediately, if it is not present, it is taken out from the main memory device (not shown) and then the operand data 111 is taken out as the output of the buffer memory circuit 17. ..

【0028】比較結果215 が不一致を示している場合
は、物理アドレス選択回路26とページ内アドレス選択
回路27は、夫々第一の物理ページアドレス109 、論理
アドレスレジスタ14の下位12ビット108 を選択し
し、物理アドレスレジスタ16に格納させる。
If the comparison result 215 indicates a mismatch, the physical address selection circuit 26 and the in-page address selection circuit 27 select the first physical page address 109 and the lower 12 bits 108 of the logical address register 14, respectively. Then, it is stored in the physical address register 16.

【0029】また第二のアドレス変換バッファ21の、
ベースレジスタ番号101 で定まるアドレスの、コンパー
トメント決定回路で指定されたコンパートメントの、イ
ンデクスレジスタ番号フィールド、物理アドレスフィー
ルド、有効ビットに、夫々インデクスレジスタ番号102
、第一の物理ページアドレス109 、有効状態を格納す
るため、アドレス変換制御回路30は第二のアドレス変
換バッファ21に第二アドレス変換バッファ更新指示21
7 を与える。
In the second address translation buffer 21,
The index register number field, the physical address field, and the valid bit of the compartment specified by the compartment determination circuit at the address determined by the base register number 101 are set to the index register number 102, respectively.
, The first physical page address 109 and the valid state are stored, the address translation control circuit 30 instructs the second address translation buffer 21 to update the second address translation buffer 21.
Give seven

【0030】そして第三サイクルで、緩衝記憶回路17
にデータ読出し要求216 を与える。従って、オペランド
データが緩衝記憶上に存在すれば直ちに、存在しなけれ
ば、主記憶装置から取出したのちに、緩衝記憶回路17
の出力としてオペランドデータ111 が取出される。
Then, in the third cycle, the buffer memory circuit 17
A data read request 216 is given to. Therefore, if the operand data exists in the buffer memory, immediately, if it does not exist, it is taken out from the main memory device and then the buffer memory circuit 17
The operand data 111 is taken out as the output of.

【0031】[0031]

【発明の効果】以上説明したように本発明は、命令で指
定されるベースレジスタ番号の値で検索できる第二のア
ドレス変換バッファを設けることにより、第二のアドレ
ス変換バッファにオペランドデータの物理ページアドレ
スが格納されていれば、従来よりも1サイクル早い、命
令実行の第二サイクルでオペランドデータを取出せるた
め、命令の実行効率が平均的に従来よりも高くなるとい
う効果がある。
As described above, according to the present invention, by providing the second address translation buffer that can be searched by the value of the base register number designated by the instruction, the physical page of the operand data is stored in the second address translation buffer. If the address is stored, the operand data can be fetched in the second cycle of instruction execution, which is one cycle earlier than the conventional one, so that there is an effect that the instruction execution efficiency is higher than the conventional one on average.

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

【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】従来のアドレス変換装置のブロック図である。FIG. 2 is a block diagram of a conventional address translation device.

【符号の説明】[Explanation of symbols]

11 加算器 12 ベースレジスタ 13 インデクスレジスタ 14 論理アドレスレジスタ 15 第一のアドレス変換バッファ 16 物理アドレスレジスタ 17 緩衝記憶回路 21 第二のアドレス変換回路 22,23 比較回路 24 コンパートメント決定回路 25 コンパートメント選択回路 26 アドレス比較回路 30 アドレス変換制御回路 11 adder 12 base register 13 index register 14 logical address register 15 first address conversion buffer 16 physical address register 17 buffer memory circuit 21 second address conversion circuit 22, 23 comparison circuit 24 compartment determination circuit 25 compartment selection circuit 26 address Comparison circuit 30 Address conversion control circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 命令で指定されるベースレジスタ番号に
よってベースレジスタを指定して得られるベースアドレ
スと、前記命令で指定されるインデクスレジスタ番号に
よってインデクスレジスタを指定して得られるインデク
ス値と、変位とを加算する加算手段と、この加算結果を
格納する論理アドレスレジスタと、前記論理アドレスレ
ジスタの上位部分を入力として第1の物理ページアドレ
スを出力する第1のアドレス変換バッファと、前記アド
レス変換バッファの出力である第1の物理ページアドレ
スと前記論理アドレスレジスタの下位部分とを格納する
物理アドレスレジスタとを含み、この物理アドレスレジ
スタの出力により緩衝記憶手段を索引するようにしたア
ドレス変換装置であって、インデクスレジスタ番号フィ
ールド,物理アドレスフィールドからなり前記ベースレ
ジスタ番号により索引される第2のアドレス変換バッフ
ァと、この第2のアドレス変換バッファの索引出力であ
るインデクスレジスタ番号と前記命令で指定されるイン
デクスレジスタ番号とを比較する比較手段と、この比較
結果が一致を示すとき、前記第2のアドレス変換バッフ
ァの索引出力である物理アドレスと前記加算手段の下位
出力とを前記物理アドレスレジスタに格納制御する手段
とを含むことを特徴とするアドレス変換装置。
1. A base address obtained by designating a base register by a base register number designated by an instruction, an index value obtained by designating an index register by an index register number designated by the instruction, and a displacement. Of the address conversion buffer, a logical address register for storing the result of the addition, a first address translation buffer for outputting a first physical page address with the upper part of the logical address register as an input, and an address translation buffer for the address translation buffer. An address translation device including a physical address register for storing a first physical page address which is an output and a lower part of the logical address register, wherein the buffer storage means is indexed by the output of the physical address register. , Index register number field, physical address A second address translation buffer consisting of a field and indexed by the base register number, and comparing the index register number, which is the index output of the second address translation buffer, with the index register number specified by the instruction. Means for controlling storage of the physical address, which is the index output of the second address translation buffer, and the lower output of the adding means when the comparison result shows a match in the physical address register. Address translation device.
JP3234000A 1991-08-21 1991-08-21 Address converting device Pending JPH0553915A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3234000A JPH0553915A (en) 1991-08-21 1991-08-21 Address converting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3234000A JPH0553915A (en) 1991-08-21 1991-08-21 Address converting device

Publications (1)

Publication Number Publication Date
JPH0553915A true JPH0553915A (en) 1993-03-05

Family

ID=16963987

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3234000A Pending JPH0553915A (en) 1991-08-21 1991-08-21 Address converting device

Country Status (1)

Country Link
JP (1) JPH0553915A (en)

Similar Documents

Publication Publication Date Title
JPH05165715A (en) Information processor
US5490259A (en) Logical-to-real address translation based on selective use of first and second TLBs
US5129071A (en) Address translation apparatus in virtual machine system using a space identifier field for discriminating datoff (dynamic address translation off) virtual machines
US4618926A (en) Buffer storage control system
JP2001034537A (en) Address converting circuit
EP0239359B1 (en) Address translation circuit
US5386521A (en) Instruction prefetching circuit with a next physical address precalculating circuit
JPH0553916A (en) Address converting device
JPH0553915A (en) Address converting device
US5940873A (en) Address-translation method and system for translating effective addresses into physical addressee in computers
JPH01177145A (en) Information processor
JP2002312239A (en) Processor, system-on-chip device and method of access
JPS623354A (en) Cache memory access system
JP2621763B2 (en) Information processing device
JP2507785B2 (en) Pageable entry invalidation device
JPH0679296B2 (en) Multiple virtual address space access method and data processing device
JPH03257627A (en) Information processor
JP2560520B2 (en) Advance control device
JPS594783B2 (en) Kasoukiokuhoshikinojiyouhoushiyorisouchi
JPH0573424A (en) High speed address converting system
JPH0481929A (en) Information processor
JPH035620B2 (en)
JPH0644249B2 (en) Cache device
JPH0481928A (en) Information processor
JPH0224718A (en) Information processor