JP2772182B2 - Invalidation method of shadow access register at the time of access register converter purge instruction - Google Patents

Invalidation method of shadow access register at the time of access register converter purge instruction

Info

Publication number
JP2772182B2
JP2772182B2 JP3312232A JP31223291A JP2772182B2 JP 2772182 B2 JP2772182 B2 JP 2772182B2 JP 3312232 A JP3312232 A JP 3312232A JP 31223291 A JP31223291 A JP 31223291A JP 2772182 B2 JP2772182 B2 JP 2772182B2
Authority
JP
Japan
Prior art keywords
access register
space
instruction
access
unit
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
JP3312232A
Other languages
Japanese (ja)
Other versions
JPH05151087A (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 JP3312232A priority Critical patent/JP2772182B2/en
Publication of JPH05151087A publication Critical patent/JPH05151087A/en
Application granted granted Critical
Publication of JP2772182B2 publication Critical patent/JP2772182B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、主記憶に対するアクセ
ス命令の実行時にアクセスアドレス番号の指定で仮想記
憶空間を指示する空間指示子STD(Segment-Table De
signation)をアクセスレジスタ変換部ARTを用いて求
めてシャドウアクセスレジスタに登録し、以後はシャド
ウアクセスレジタを参照して空間指示子を高速に求める
ようにした情報処理装置に関し、特にアクセスレジスタ
変換部ARTのパージ命令PALBの実行時に、シャド
ウアクセスレジスタも併せて無効化するアクセスレジス
タ変換部パージ命令時のシャドウアクセスレジスタ無効
化方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a space indicator STD (Segment-Table Descriptor) for designating a virtual storage space by designating an access address number when an access instruction to a main memory is executed.
Signing) is obtained by using the access register conversion unit ART and registered in the shadow access register, and thereafter, the information processing device is configured to obtain the space indicator at high speed by referring to the shadow access register. The present invention relates to a shadow access register invalidation method at the time of executing an purge instruction PALB of an ART, which also invalidates a shadow access register at the time of an access register conversion unit purge instruction.

【0002】主記憶に対するロード命令又はストア命令
を実行する際にはアクセスレジスタ機構を使用して主記
憶の絶対アドレスを求める。アクセスレジスタ機構は、
アクセス命令の実行で特定のアクセスレジスタを指定し
て得たアクセスリスト・エントリ・トークンALETを
アクセスレジスタ変換部ARTに与えて空間指示子ST
Dに変換し、更に命令の実行で作成された空間内アドレ
スとしての仮想アドレスと空間指示値STDから動的ア
ドレス変換部DATにより主記憶MSUの絶対アドレス
を求めている。
When executing a load instruction or a store instruction for a main memory, an absolute address of the main memory is obtained by using an access register mechanism. The access register mechanism is
An access list entry token ALET obtained by designating a specific access register by execution of the access instruction is given to the access register conversion unit ART, and the space indicator ST
The dynamic address conversion unit DAT obtains the absolute address of the main storage MSU from the virtual address as the address in the space created by executing the instruction and the space designation value STD.

【0003】しかし、アクセス命令を実行する毎にアク
セスレジスタ変換部ARTを使用して空間指示子STD
を求めることは処理が繁雑で時間がかかるため、一度、
空間指示子STDを求めたらシャドウアクセスレジスタ
にアクセスレジスタ番号を索引として登録しておき、そ
の後はアクセスレジスタ番号によるシャドウアクセスレ
ジスタの参照で空間指示子STDを得ることで高速化し
ている。
However, every time an access instruction is executed, the space indicator STD is used by using the access register conversion unit ART.
Is complicated and time-consuming, so once
When the space indicator STD is obtained, the access register number is registered as an index in the shadow access register, and thereafter, the speed is increased by obtaining the space indicator STD by referring to the shadow access register by the access register number.

【0004】ところで、アクセスレジスタ変換部ART
は、アクセスレジスタ変換部用の参照バッファALBと
して実現されており、その内容は主記憶MSUからロー
ドされたものであり、主記憶MSU側で内容変更がある
と、アドレスレジスタ変換部パージ命令PALBによっ
て消去し、その後に主記憶MSUから再ロードする。こ
の場合、シャドウアクセスレジスタの内容も全てリセッ
トされる。しかし、命令空間を示す空間指示子STDは
予め決っており、主記憶MSU側においても変更される
ことはなく、再ロードされても変更のない命令空間の空
間指示子STDも消去して登録し直すようにしているた
め効率が悪く、この点の改善が望まれる。
The access register conversion unit ART
Are implemented as a reference buffer ALB for the access register conversion unit, the contents of which are loaded from the main storage MSU, and when there is a change in the contents on the main storage MSU side, the address register conversion unit purge instruction PALB Erase and then reload from main storage MSU. In this case, the contents of the shadow access register are all reset. However, the space indicator STD indicating the instruction space is predetermined, and is not changed on the main memory MSU side, and the space indicator STD of the instruction space which is not changed even when reloaded is deleted and registered. The efficiency is poor because it is fixed, and improvement of this point is desired.

【0005】[0005]

【従来の技術】図4はシャドウアクセスレジスタを持た
ない従来のアクセスレジスタ機構の説明図である。図4
において、10はアクセスレジタ部であり、例えば16
個のアクセスレジスタAR0〜AR15を備える。アク
セスレジスタAR1〜AR15の各々にはロード命令或
いはストア命令の実行時に仮想空間の空間指示子STD
を求めるために使用するアクセスリスト・エントリ・ト
ークン(Access-List-Entry Token)が格納されている。
2. Description of the Related Art FIG. 4 is an explanatory diagram of a conventional access register mechanism having no shadow access register. FIG.
In the figure, reference numeral 10 denotes an access register unit, for example, 16
Access registers AR0 to AR15. Each of the access registers AR1 to AR15 has a space indicator STD of a virtual space when a load instruction or a store instruction is executed.
Access-List-Entry Token used to obtain the request is stored.

【0006】12はアクセスレジスタ変換部ART(Ac
cess-Regiater Translation)であり、アクセスレジスタ
部10からのアクセスリスト・エントリ・トークンAL
ETと、コントロールレジスタ部30からのアクセスリ
スト指示ソースオリジンALDSO(Access-List Desi
gnation Source Origin )と、現在動作中の仮想計算機
(Virtual Machine)を示すVMドメインの識別番号DM
IDとの3つを入力し、仮想空間を示す空間指示子ST
Dを求め、動的アドレス変換部14(DAT;Dynamic A
ddressTranslation) に出力する。
Reference numeral 12 denotes an access register conversion unit ART (Ac
cess-Regiater Translation), and the access list entry token AL from the access register unit 10
ET and an access list instruction source origin ALDSO (Access-List Desi
gnation Source Origin) and the identification number DM of the VM domain indicating the currently operating virtual machine (Virtual Machine)
ID and a space indicator ST indicating a virtual space.
D is obtained and the dynamic address translation unit 14 (DAT; Dynamic A
ddressTranslation).

【0007】ここで、アクセスリスト指示ソースオリジ
ンALDSOは、アクセスレジスタ部10から得たアク
セス・エントリ・トークンALETの中のプライマリィ
・リスト・ビット(Primary-List Bit)によってコント
ロールレジスタCR2ないしCR5の値をとる。32は
汎用レジスタ部(ベースレジスタ部)であり、汎用レジ
ススタGR0〜GR15を備え、アクセス命令に従った
汎用レジスタ番号GR−NOの指定を受け、指定された
1又は複数の汎用レジスタの値を使用して仮想空間内の
内部アドレスを仮想アドレス(Virtual Address) として
作り出して動的アドレス変換部14に出力する。
[0007] Here, the access list instruction source origin ALDSO determines the value of the control registers CR2 to CR5 by the primary list bit (Primary-List Bit) in the access entry token ALET obtained from the access register unit 10. Take. Reference numeral 32 denotes a general-purpose register unit (base register unit) which includes general-purpose register registers GR0 to GR15, receives designation of a general-purpose register number GR-NO according to an access instruction, and uses one or a plurality of designated general-purpose register values. Then, an internal address in the virtual space is created as a virtual address and output to the dynamic address translator 14.

【0008】動的アドレス変換部14は変換参照バッフ
ァTLB(Translation LooksideBuffer)として実現さ
れ、アクセスレジスタ変換部12からの空間指示子ST
Dと汎用レジスタ部32の内容から作られた仮想アドレ
ス(空間内アドレス)とを入力し、主記憶MSUの絶対
アドレス(Absolute Address)に変換する。図5は、主
記憶に対するロード命令の一例を示したもので、図5
(a)に命令形式を示し、図5(b)に内容を示す。
The dynamic address translation unit 14 is realized as a translation reference buffer TLB (Translation Lookside Buffer), and receives a space indicator ST from the access register translation unit 12.
D and a virtual address (in-space address) created from the contents of the general-purpose register unit 32 are input and converted into an absolute address (Absolute Address) of the main storage MSU. FIG. 5 shows an example of a load instruction for the main memory.
FIG. 5A shows the instruction format, and FIG. 5B shows the contents.

【0009】即ち、このロード命令LDの命令形式は、
4バイト命令であり、ロード命令であることを「58」
で示し、またターゲットレジスタを汎用レジスタGR1
とし、インデックスレジスタを汎用レジスタGR3と
し、またベースレジスタを汎用レジスタGR4とし、さ
らにオフセット「FFF」を格納している。オペレーシ
ョン・システムOS上で現在動作中のVMドメインは、
このロード命令LDを受けると、例えばアクセスレジス
タAR4に基づいて得られた空間指示子STDで指定さ
れる仮想空間の内部アドレス (GR3+GR4+FFF) を参照し、その結果を汎用レジスタGR1に格納する動
作を行う。
That is, the instruction format of the load instruction LD is:
It is a 4-byte instruction and it is a load instruction "58"
, And the target register is a general-purpose register GR1.
The index register is a general-purpose register GR3, the base register is a general-purpose register GR4, and an offset "FFF" is stored. The VM domain currently running on the operating system OS is:
When this load instruction LD is received, for example, an operation of referring to the internal address (GR3 + GR4 + FFF) of the virtual space specified by the space indicator STD obtained based on the access register AR4 and storing the result in the general-purpose register GR1 is performed. .

【0010】図6は図5(a)のロード命令LDを実行
した時のアクセスレジスタ機構の動作を示したもので、
オペレーション・システムOSからのアクセスレジスタ
番号AR−NOにより例えばアクセスレジスタAR4が
指定され、アクセスレジスタAR4に格納しているアク
セスリスト・エントリ・トークンAELTがアクセスレ
ジスタ変換部12に与えられる。
FIG. 6 shows the operation of the access register mechanism when the load instruction LD of FIG. 5A is executed.
For example, the access register AR4 is specified by the access register number AR-NO from the operation system OS, and the access list entry token AELT stored in the access register AR4 is given to the access register conversion unit 12.

【0011】アクセスレジスタ変換部12は図4に示し
たように、アクセスリスト・エントリ・トークンALE
T、コントロールレジスタ部32からのアクセスリスト
指示ソース・オリジンALDSO、及び現在動作中のV
Mドメインの識別番号VMIDを用いて空間指示子ST
Dを求める。一方、汎用レジスタ部30の汎用レジスタ
GR3とGR4の内容が読出され、(GR3+GR4+
FFF)として内部アドレスを作成し、空間指示子ST
Dとともに動的アドレス変換部14に入力し、絶対アド
レスが求められて主記憶MSUをアクセスする。主記憶
MSUから読出されたロードデータはターゲットレジス
タとして指定された汎用レジスタGR1に格納される。
As shown in FIG. 4, the access register conversion unit 12 accesses the access list entry token ALE.
T, an access list instruction from the control register unit 32, a source / origin ALDSO, and a V currently operating.
Space indicator ST using identification number VMID of M domain
Find D. On the other hand, the contents of the general-purpose registers GR3 and GR4 of the general-purpose register section 30 are read, and (GR3 + GR4 +
FFF), an internal address is created, and the space indicator ST
The address is input to the dynamic address translator 14 together with D, and the absolute address is obtained to access the main storage MSU. The load data read from the main storage MSU is stored in a general-purpose register GR1 specified as a target register.

【0012】しかし、このようなアクセスレジスタ機構
にあっては、アクセス命令を実行する毎にアクセスレジ
スタ変換部14を使用して空間指示子STDを求めてお
り、処理に時間がかかり、アクセス効率が悪い。そこで
空間指示子STDへの変換を高速化する手法として図7
に示すようにシャドウアクセスレジスタ(Shadoe Acces
s Register)16を用いる。
However, in such an access register mechanism, the space indicator STD is obtained by using the access register conversion unit 14 every time an access instruction is executed. bad. FIG. 7 shows a method for speeding up the conversion to the space indicator STD.
The shadow access register (Shadoe Acces
s Register) 16.

【0013】シャドウアクセスレジス16はアクセスレ
ジスタ番号AR−NOを索引として空間指示子STDを
格納する格納部18と、格納部18に対する空間指示子
STDの格納の有無を示す有効コード部(Valid Code)
20を設けており、有効コード部20には1ビットのコ
ードが格納され、ビット1で有効、ビット0で無効を示
す。
The shadow access register 16 stores a space indicator STD by using the access register number AR-NO as an index, and a valid code (Valid Code) indicating whether or not the space indicator STD is stored in the storage unit 18.
20 is provided, and a 1-bit code is stored in the valid code section 20. Bit 1 indicates valid and bit 0 indicates invalid.

【0014】シャドウアクセスレジスタ16の登録と使
用は次のようにして行われる。アクセス命令を実行する
ことによりアクセスレジスタ番号AR−NOが得られる
と、シャドウアクセスレジスタ16を参照し、有効コー
ド部20からコードビット1の有効コードが得られたら
対応する格納部18の空間指示子STDを読出して動的
アドレス変換部14に出力する。このとき有効コードに
基づいてアクセスレジスタ変換部12の変換動作は禁止
される。
The registration and use of the shadow access register 16 are performed as follows. When the access register number AR-NO is obtained by executing the access instruction, the shadow access register 16 is referred to, and when the valid code of code bit 1 is obtained from the valid code unit 20, the space indicator of the corresponding storage unit 18 is obtained. The STD is read and output to the dynamic address translator 14. At this time, the conversion operation of the access register conversion unit 12 based on the valid code is prohibited.

【0015】一方、有効コード部20からコードビット
0の無効コードが得られた場合には、図4の場合と同様
にしてアクセスレジスタ変換部14により空間指示子S
TDを求め、アクセスレジタス番号AR−NOで指定さ
れたシャドウアクセスレジスタ16の格納部18に格納
すると共に、対応する有効コード部20にコードビット
1の有効コードをセットする。
On the other hand, when the invalid code of code bit 0 is obtained from the valid code section 20, the access register converting section 14 performs the space indicator S in the same manner as in FIG.
The TD is obtained and stored in the storage section 18 of the shadow access register 16 specified by the access status number AR-NO, and the valid code of the code bit 1 is set in the corresponding valid code section 20.

【0016】このようなシャドウアクセスレジスタ16
に対する登録後に再度、アクセスレジスタ番号AR−N
Oでシャドウアクセスレジスタ16を参照し、この場合
には有効コードが得られるので、対応する格納部18に
格納されている空間指示子STDを読出して動的アドレ
ス変換部14に出力する。このようにシャドウアクセス
レジスタ16を使用することでアクセスレジスタ変換部
12を使用した空間指示子STDへの変換処理の回数を
低減でき、処理を高速化することができる。
Such a shadow access register 16
Again after registering the access register number AR-N
In O, the shadow access register 16 is referred to, and in this case, a valid code is obtained. Therefore, the space indicator STD stored in the corresponding storage unit 18 is read and output to the dynamic address translation unit 14. By using the shadow access register 16 in this way, the number of times of conversion processing to the space indicator STD using the access register conversion unit 12 can be reduced, and the processing can be speeded up.

【0017】一方、アクセスレジスタ変換部12の内容
は主記憶MSUからロードしたものであり、主記憶MS
Uに格納しているアクセス変換部ARTの内容に変更が
あると、アクセスレジスタ変換部参照バッファのパージ
命令PALBによってアクセスレジスタ変換部12を消
去し、その後に再ロードする。同時にシャドウアクセス
レジスタ16の内容消去する必要があるため、従来は図
8に示すように、パージ信号に対しシャドウアクセスレ
ジスタ16の全てのエントリを消去している。
On the other hand, the contents of the access register converter 12 are loaded from the main memory MSU, and are stored in the main memory MSU.
If there is a change in the contents of the access converter ART stored in U, the access register converter 12 is erased by the purge instruction PALB of the access register converter reference buffer, and then reloaded. Since it is necessary to erase the contents of the shadow access register 16 at the same time, conventionally, as shown in FIG. 8, all entries of the shadow access register 16 are erased in response to a purge signal.

【0018】ところで、アクセスレジスタ変換部12に
よる空間指示しSTDへの変換は、アクセスレジスタ部
10から得られたアクセスリスト・エントリ・トークン
ALETの値が0,1の場合は、アクセスレジスタ変換
部12による変換を行わず、アクセスリスト・エントリ
・トークンALET=0でプライマリ空間を示すコント
ロールレジスタCR1の値を空間指示子STDとしてそ
のまま使用し、またアクセスリスト・エントリ・トーク
ンALET=1でセカンダリ空間を示すコントロールレ
ジスタCR7の値を空間指示子STDとしてそのまま使
用するように規定されている。
Incidentally, the conversion to the STD by specifying the space by the access register conversion unit 12 is performed when the value of the access list entry token ALET obtained from the access register unit 10 is 0 or 1, Access list entry without translation by
The value of the control register CR1 indicating the primary space when the token ALET = 0 is used as it is as the space indicator STD, and the access list entry talk
It is defined that the value of the control register CR7 indicating the secondary space when ALET = 1 is used as it is as the space indicator STD.

【0019】通常、コントロールレジスタCR1で指定
されるプライマリ空間とコントロールレジスタCR7で
指定されるセカンダリ空間は、命令空間として使用され
ており、命令空間であることからアクセスの頻度が高
く、また主記憶側に格納したアクセスレジスタ変換部A
RTも命令空間については内容変更はない。従って、シ
ャドウアクセスレジタ16の格納部18には命令空間を
示すコントロールレジスタCR1,CR7の値と等しい
空間指示子STDの登録が多いことが予測される。
Normally, the primary space specified by the control register CR1 and the secondary space specified by the control register CR7 are used as instruction spaces, and are frequently accessed because they are instruction spaces. Access register conversion unit A stored in
RT does not change the contents of the instruction space. Therefore, it is expected that the storage unit 18 of the shadow access register 16 will frequently register space indicators STD equal to the values of the control registers CR1 and CR7 indicating the instruction space.

【0020】しかし、従来のアクセスレジスタ変換部参
照バッファのパージ命令PALBを実行した際のシャド
ウアクセスレジスタ16の無効化処理にあっては、全て
のエントリを消去しており、主記憶側で変更のない命令
空間を示す空間指示子STDについても次に使用する時
に改めて登録し直しており、シャドウアクセスレジスタ
16を用いた空間指示子STDへの変換効率が低下する
という問題があった。
However, in the conventional invalidation processing of the shadow access register 16 when the purge instruction PALB of the access register conversion unit reference buffer is executed, all the entries are erased, and the change is made on the main memory side. The space indicator STD indicating an instruction space that does not exist is registered again when it is used next time, and the conversion efficiency to the space indicator STD using the shadow access register 16 is reduced.

【0021】本発明は、このような従来の問題点に鑑み
てなされたもので、アクセスレジスタ変換部参照バッフ
ァのパージ命令PALBの実行時にジャドウアクセスレ
ジスタを無効化しても、シャドウアクセスレジスタを使
用した空間指示子STDへの変換が効率よくできるよう
したアクセスレジスタ変換部パージ命令時のシャドウア
クセスレジスタ無効化方式を提供することを目的とす
る。
The present invention has been made in view of such a conventional problem, and the shadow access register is used even when the jadow access register is invalidated when the purge instruction PALB of the access register conversion unit reference buffer is executed. An object of the present invention is to provide a shadow access register invalidation method at the time of an access register conversion unit purge instruction, which enables efficient conversion to a space indicator STD.

【0022】[0022]

【課題を解決するための手段】図1は本発明の原理説明
図である。まず本発明は、次のアクセスレジスタ機構を
備えた情報処理装置を対象とするこのアクセスレジスタ
機構は、アクセスレジスタ部10、アクセスレジスタ変
換部12、動的アドレス変換部14、シャドウアクセス
レジタ部16を備える。
FIG. 1 is a diagram illustrating the principle of the present invention. First, the present invention is directed to an information processing apparatus having the following access register mechanism. The access register mechanism includes an access register unit 10, an access register conversion unit 12, a dynamic address conversion unit 14, a shadow access register unit 16 Is provided.

【0023】アクセスレジスタ部10は、アクセスリス
ト入力トークンALETを格納した複数のアクセスレジ
タスAR0〜AR15で構成される。アクセスレジスタ
変換部12は、アクセス命令の実行で得られたアクセス
レジスタ番号AR−NOで指定される任意のアクセスレ
ジスタARiからのアクセスリスト入力トークンALE
Tを仮想記憶空間を示す空間指示子STDに変換する。
The access register section 10 is composed of a plurality of access registers AR0 to AR15 storing access list input tokens ALET. The access register converter 12 converts the access list input token ALE from any access register ARi specified by the access register number AR-NO obtained by executing the access instruction.
T is converted into a space indicator STD indicating a virtual storage space.

【0024】動的アドレス変換部14は、アクセスレジ
スタ変換部12からの空間指示子STDとアクセス命令
に基づいて得られた空間内アドレスを示す仮想アドレス
を入力して主記憶MSUの絶対アドレスに変換する。更
にシャドウアクセスレジススタ部16は、アクセスレジ
スタ番号AR−NOに対応して空間指示子STDの格納
部18と空間指示子STDの格納状態の有無を示す有効
コード部20とを備える。その動作は、アクセス命令の
実行で得られたアクセスレジスタ番号AR−NOに対応
する有効コード部20を参照し、有効コードが得られた
場合は対応する格納部18の空間指示子STDを読出し
て動的アドレス変換部14に出力する。
The dynamic address translator 14 inputs the space indicator STD from the access register translator 12 and a virtual address indicating an address in the space obtained based on the access instruction, and translates the address into an absolute address of the main storage MSU. I do. Further, the shadow access register unit 16 includes a storage unit 18 for the space indicator STD and an effective code unit 20 for indicating whether or not the storage state of the space indicator STD is stored, corresponding to the access register number AR-NO. The operation refers to the valid code section 20 corresponding to the access register number AR-NO obtained by executing the access instruction, and if a valid code is obtained, reads out the space indicator STD of the corresponding storage section 18 and Output to the dynamic address translation unit 14.

【0025】一方、無効コードが得られた場合はアクセ
スレジスタ変換部12で求められた空間指示子STDを
格納部18に格納して有効コード無20に有効コードを
セットした後に、再度、参照して格納部18から空間指
示子STDを読出して動的アドレス変換部14に出力す
る。このようなアクセスレジスタ機構を備えた情報処理
装置につき本発明のアクセスレジスタ変換部パージ命令
時のシャドウアクセスレジスタ無効化方式にあっては、
シャドウアクセスレジスタ部16の有効コード部20に
空間指示子STDの格納の有無と同時に、格納した空間
指示子STDがアクセス頻度の高い所定の記憶空間を指
示していることを示すコードを格納する。
On the other hand, when an invalid code is obtained, the space indicator STD obtained by the access register conversion unit 12 is stored in the storage unit 18 and a valid code is set to 20 without a valid code. Then, the space indicator STD is read from the storage unit 18 and output to the dynamic address translation unit 14. Regarding the information processing apparatus having such an access register mechanism, in the shadow access register invalidating method at the time of the access register conversion unit purge instruction of the present invention,
The presence / absence of the space indicator STD is stored in the valid code unit 20 of the shadow access register unit 16 together with a code indicating that the stored space indicator STD indicates a predetermined storage space with a high access frequency.

【0026】そしてパージ機構部22により、アクセス
レジスタ変換部12の内容を消去して主記憶から再ロー
ドするアクセスレジスタ変換部のパージ命令PALBの
実行時に、シャドウアクセスレジスタ部16の有効コー
ド部20を参照し、有効コードがアクセス頻度の高い所
定空間の空間指示子STDの格納を示していた場合に
は、格納部18の空間指示子STDのリセットを禁止し
て残し、有効コードがアクセス頻度の高い所定空間以外
の空間指示子STDの格納を示していた場合に、格納部
18の空間指示子STDをリセットして再登録可能とす
ることを特徴とする。
Then, the purge mechanism unit 22 erases the contents of the access register conversion unit 12 and reloads the contents from the main memory. When the purge instruction PALB of the access register conversion unit is executed, the valid code unit 20 of the shadow access register unit 16 is deleted. If the valid code indicates that the space indicator STD of the predetermined space having a high access frequency is stored, the reset of the space indicator STD of the storage unit 18 is prohibited and left, and the valid code has a high access frequency. When the storage of the space indicator STD other than the predetermined space is indicated, the space indicator STD of the storage unit 18 is reset to enable re-registration.

【0027】具体的には、シャドウアクセスレジスタ部
16の有効コード部20に格納するコードに、命令空間
を指示する空間指示子STDが格納されたことを示す識
別機能を持たせ、パージ機構部22は、アクセスレジス
タ変換部パージ命令PALBの実行時に、命令空間の空
間指示子STDのリセットを禁止して残し、命令空間以
外の空間指示子STDをリセットして再登録可能とす
る。
More specifically, the code stored in the effective code section 20 of the shadow access register section 16 has an identification function for indicating that a space indicator STD for designating an instruction space has been stored. Resets the space indicator STD of the instruction space when the access register converter purge instruction PALB is executed, and resets the space indicator STD other than the instruction space to enable re-registration.

【0028】ここでシャドウアクセスレジスタ部16の
有効コード部20は、2ビットコードを格納し、2ビッ
トコード00で無効を示し、01でプライマリィ命令空
間の空間指示子STDの格納を示し、10でセカンダリ
命令空間の空間指示子STDの格納を示し、更に、11
で非命令空間の空間指示子STDの格納を示す。更にパ
ージ機構部22は、有効コード部20のコードと命令空
間の空間指示子STDの格納を示す基準コードとを比較
する比較部24,26と、比較部24,26の出力とパ
ージ信号との論理積を取り、前記比較部24,26から
不一致出力が得られた時に格納部18の空間指示子ST
Dをリセットし、前記比較部24,26から一致出力が
得られた時に格納部18の空間指示子STDのリセット
を禁止するリセット部28とを備える。
Here, the valid code section 20 of the shadow access register section 16 stores a 2-bit code, a 2-bit code 00 indicates invalidity, 01 indicates storage of a space indicator STD of the primary instruction space, and 10 Shows the storage of the space indicator STD of the secondary instruction space.
Indicates storage of the space indicator STD of the non-instruction space. Further, the purge mechanism unit 22 compares the code of the valid code unit 20 with a reference code indicating the storage of the space indicator STD in the instruction space, and compares the output of the comparison units 24 and 26 with the purge signal. A logical product is taken, and when a mismatch output is obtained from the comparison units 24 and 26, the space indicator ST of the storage unit 18 is obtained.
A reset unit for resetting D and prohibiting resetting of the space indicator STD of the storage unit when a coincidence output is obtained from the comparison units and.

【0029】更に、アクセスレジタ変換部12は、アク
セスレジスタARから得られたアクセスリスト入力トー
クンALETのプライマリ・リスト・ビットがO又は1
以外の場合は、アクセリスト入力トークンALETと、
現在動作中の仮想計算機であるVMドメインを示す識別
番号DMIDと、アクセスリスト入力トークンALET
のプライマリ・リスト・ビットで指定されるコントロー
ルレジスタCR2〜CR5から得た値ALDSOとの3
つのエントリに基づいて空間指示子STDを求める。
Further, the access register conversion unit 12 determines that the primary list bit of the access list input token ALET obtained from the access register AR is O or 1
Otherwise, access list input token ALET,
An identification number DMID indicating a VM domain which is a virtual machine currently operating, and an access list input token ALET
With the value ALDSO obtained from the control registers CR2 to CR5 specified by the primary list bits of
The space indicator STD is obtained based on one entry.

【0030】一方、アクセスリスト入力トークンALE
Tのプライマリ・リスト・ビットが0又は1の場合は、
命令空間を示すコントロールレジスタCR1,CR7の
値をそのまま空間指示子STDとして出力する。
On the other hand, the access list input token ALE
If the primary list bit of T is 0 or 1, then
The values of the control registers CR1 and CR7 indicating the instruction space are output as they are as space indicators STD.

【0031】[0031]

【作用】このような本発明のアクセスレジスタ変換部パ
ージ命令時のシャドウアクセスレジスタ無効化方式によ
れば、シャドウアクセスレジスタ16の有効コード部2
0には、空間指示子STDの登録(エントリ)の有無を
示すと同時に、変更不要な命令空間を示す空間指示子S
TDが格納されていることを示す例えば2ビットコード
をセットし、アクセスレジスタ変換部参照バッファのパ
ージ命令PALBの実行時に、アクセスレジスタ変換部
ARTとして機能する参照バッファALBを消去すると
同時に、シャドウアクセスレジスタ16の中の有効コー
ドを01,10として命令空間を示す空間指示子STD
の格納を示したエントリに対するリセットを禁止して命
令空間を示す空間指示子STDを残す。
According to the shadow register invalidating method at the time of the purge instruction of the access register converting section of the present invention, the valid code section 2 of the shadow access register 16 is used.
0 indicates the presence / absence of registration (entry) of the space indicator STD, and at the same time, the space indicator S indicating an instruction space that does not need to be changed.
For example, a 2-bit code indicating that the TD is stored is set, and when the purge instruction PALB of the access register conversion unit reference buffer is executed, the reference buffer ALB functioning as the access register conversion unit ART is erased and, at the same time, the shadow access register is deleted. A space designator STD indicating an instruction space with the valid codes in 16 being 01 and 10.
Is prohibited, and the space indicator STD indicating the instruction space is left.

【0032】このためアクセスレジスタ変換部参照バッ
ファALBのパージ命令PALBの実行により主記憶よ
り新たなアクセスレジスタ変換部ARTが参照バッフA
LBに再ロードされた後も、命令空間を示す空間指示子
STDについてはシャドウアクセスレジスタ16の参照
で直ちに得られ、命令空間に対するアクセスの頻度は高
いことから、シャドウアクセスレジスタ16を使用した
空間指示子STDへの変換効率を向上することができ
る。
Therefore, by executing the purge instruction PALB of the access register conversion unit reference buffer ALB, a new access register conversion unit ART from the main memory refers to the reference buffer A.
Even after reloading to the LB, the space indicator STD indicating the instruction space can be obtained immediately by referring to the shadow access register 16. Since the frequency of access to the instruction space is high, the space indicator STD using the shadow access register 16 is used. The conversion efficiency to the child STD can be improved.

【0033】[0033]

【実施例】図2は本発明で用いるアクセスレジスタ機構
の一実施例を示した実施例構成図である。図2におい
て、10はアクセスレジスタAR0〜15を備えたアク
セスレジスタ部、12はアクセスレジスタ変換部(AR
T)、14は同定アドレス変換部(DAT)、16はシ
ャドウアクセスレジスタ部、30はコントロールレジス
タCR0〜CR15を備えたコントロールレジスタ部、
32は汎用レジスタGR0〜GR15を備えた汎用レジ
スタ部である。
FIG. 2 is a block diagram showing an embodiment of an access register mechanism used in the present invention. 2, reference numeral 10 denotes an access register unit having access registers AR0 to AR15, and reference numeral 12 denotes an access register conversion unit (AR).
T), 14 are an identification address conversion unit (DAT), 16 is a shadow access register unit, 30 is a control register unit having control registers CR0 to CR15,
Reference numeral 32 denotes a general-purpose register unit including general-purpose registers GR0 to GR15.

【0034】これらの構成及び機能は図7の従来機構と
基本的に同じであるが、本発明にあっては、シャドウア
クセスレジスタ部16の有効コード部20に2ビットコ
ードを格納するようにしている。有効コード部20に格
納する2ビットコードは、格納部18に対する空間指示
子STDの格納の有無を示す有効コードとしての機能
と、命令空間を示す空間指示子か否かの識別機能を備え
る。
Although the construction and function of these are basically the same as those of the conventional mechanism shown in FIG. 7, in the present invention, a 2-bit code is stored in the effective code section 20 of the shadow access register section 16. I have. The 2-bit code stored in the valid code section 20 has a function as a valid code indicating whether or not the space indicator STD is stored in the storage section 18 and a function of identifying whether or not the space indicator STD indicates an instruction space.

【0035】即ち、有効コード部20に格納する2ビッ
トコードは、 [コードビット] [STDの格納状態] [指示空間の種別] 00 無効コード なし 01 有効コード プライマリ命令空間 10 有効コード セカンダリ命令空間 11 有効コード 非命令空間 を意味する。
That is, the 2-bit code stored in the valid code section 20 is [code bit] [STD storage state] [indication space type] 00 invalid code None 01 valid code primary instruction space 10 valid code secondary instruction space 11 Effective code means non-instruction space.

【0036】22はパージ機構部であり、アクセスレジ
スタ変換部12を実現するアクセスレジスタ変換部参照
バッファALBのパージ命令PALBの実行時に、シャ
ドウアクセスレジスタ部16の各エントリにおける有効
コード部20を参照して格納部18の空間指示子STD
のリセットを選択的に行う。即ち、参照した有効コード
部20の2ビットコードがプライマリ命令空間の空間指
示子STDの登録を示す「01」、またはセカンダリ命
令空間の空間指示子STDの登録を示す「10」の場合
には、パージ信号による格納部18のリセットによる消
去を禁止し、空間指示子STDをそのまま残す。
Reference numeral 22 denotes a purge mechanism unit, which refers to the valid code unit 20 in each entry of the shadow access register unit 16 when the purge instruction PALB of the access register conversion unit reference buffer ALB for realizing the access register conversion unit 12 is executed. Space indicator STD of storage unit 18
Reset is performed selectively. That is, when the referenced 2-bit code of the valid code unit 20 is “01” indicating registration of the space indicator STD of the primary instruction space, or “10” indicating registration of the space indicator STD of the secondary instruction space, Erasing by resetting the storage unit 18 by the purge signal is prohibited, and the space indicator STD is left as it is.

【0037】これに対し参照した有効コード部20の2
ビットコードがプライマリ命令空間及びセカンダリ命令
空間以外の非命令空間空間の指示子STDの登録を示す
「11」の場合には、パージ信号により格納部18の空
間指示子STDをパージ信号によりリセットして消去
し、且つ有効コード部20も「00」に戻す。図3は図
2のパージ機構部22の実施例をシャドウマスクレジス
タ部16と共に示した実施例構成図である。
On the other hand, the effective code part 20-2 referred to
When the bit code is “11” indicating the registration of the indicator STD of the non-instruction space other than the primary instruction space and the secondary instruction space, the space indicator STD of the storage unit 18 is reset by the purge signal by the purge signal. Erase, and the valid code part 20 is also returned to “00”. FIG. 3 is a block diagram showing an embodiment of the purge mechanism unit 22 of FIG. 2 together with the shadow mask register unit 16.

【0038】図3において、パージ機構部22には比較
部24,26とリセット部として機能するAND回路2
8が設けられる。比較部24の入力の一方には、プライ
マリ命令空間の空間指示子STDの格納を示す基準コー
ド「01」がセットされ、比較部26の一方の入力には
プライマリ命令空間の空間指示子STDの格納を示す基
準コード「10」がセットされている。更に比較部2
4,26の他方の入力には有効コード部20の2ビット
コードが与えられる。
In FIG. 3, the purge mechanism unit 22 includes comparison units 24 and 26 and an AND circuit 2 functioning as a reset unit.
8 are provided. A reference code “01” indicating the storage of the space indicator STD of the primary instruction space is set to one of the inputs of the comparison unit 24, and the storage of the space indicator STD of the primary instruction space is set to one input of the comparison unit 26. Is set. Further, the comparison unit 2
The other input of 4, 26 is given the 2-bit code of the valid code section 20.

【0039】比較部24,26はパージ命令PALBの
実行時にシャドウアクセスレジスタ部16の有効コード
部20の2ビットコードを順番に読出して基準コード
「01」,「10」と比較し、一致した際に比較出力0
を生じ、不一致の際には比較出力1を生ずる。このため
有効コード部20の2ビットコードが無効コード「0
0」あるいは非命令空間の空間指示子STDの格納を示
す「11」であった場合には、比較器24,26で基準
コード「01」,「10」との不一致が検出され、比較
出力が1となり、パージ信号も1となっていることから
AND回路28からのリセット信号も1となって格納部
18に格納している空間指示子STDをリセットして消
去し、再登録可能とする。
When the purge command PALB is executed, the comparators 24 and 26 sequentially read the 2-bit codes of the valid code section 20 of the shadow access register 16 and compare them with the reference codes "01" and "10". Output 0
And a comparison output 1 is generated in the case of a mismatch. Therefore, the 2-bit code of the valid code section 20 is changed to the invalid code “0”.
If it is "0" or "11" indicating the storage of the space indicator STD of the non-instruction space, the comparators 24 and 26 detect mismatch with the reference codes "01" and "10", and the comparison output is output. Since the reset signal from the AND circuit 28 also becomes 1 since the purge signal is also 1 and the space indicator STD stored in the storage unit 18 is reset and erased, and re-registration is possible.

【0040】一方、有効コード部20の2ビットコード
がプライマリ命令空間の空間指示子STDの登録を示す
「01」となっていた場合には、比較部24で基準コー
ド「01」との一致が検出されて比較出力が0となり、
AND回路28を禁止状態としてリセット信号を有効と
せず、格納部18に格納しているプライマリ命令空間を
示す空間指示子STDを消去せずにそのまま残す。
On the other hand, when the 2-bit code of the valid code section 20 is “01” indicating the registration of the space indicator STD of the primary instruction space, the comparison section 24 determines that the reference code “01” matches. Is detected and the comparison output becomes 0,
The AND circuit 28 is disabled, the reset signal is not made valid, and the space indicator STD indicating the primary instruction space stored in the storage unit 18 is left without being erased.

【0041】また有効コード部20の2ビットコードが
セカンダリ命令空間の空間指示子STDの登録を示す
「10」となっていた場合には、比較部26で基準コー
ド10との一致が検出されて比較出力が0となり、AN
D回路28を禁止状態としてリセット信号を有効とせ
ず、格納部18に格納しているプライマリ命令空間を示
す空間指示子STDを消去せずにそのまま残す。
If the 2-bit code of the valid code section 20 is "10" indicating the registration of the space indicator STD of the secondary instruction space, the comparison section 26 detects the coincidence with the reference code 10 and The comparison output becomes 0 and AN
The D circuit 28 is disabled, the reset signal is not made valid, and the space indicator STD indicating the primary instruction space stored in the storage unit 18 is left without being erased.

【0042】このようなパージ信号に基づく無効化処理
により、シャドウアクセスレジスタ部16にはプライマ
リ命令空間及びセカンダリ命令空間を示す空間指示子S
TDがそのまま残され、非命令空間を示す空間指示子S
TDのみが消去され、アドレスレジスタ変換部12に対
する主記憶MSUからの再ロードが済んだ後のアクセス
において、命令空間を示す空間指示子STDの登録し直
しが不要となり、命令空間についてはアクセスレジスタ
番号AR−NOによるシャドウアクセスレジスタ部16
の参照で直ちに空間指示子STDが得られ、再登録を必
要としない分だけ変換処理が効率化でき、しかも命令空
間に対するアクセスの頻度は高いことから、シャドウア
クセスレジス部16を使用した空間指示子STDの全体
的な変換効率をかなり高めることができる。
By such invalidation processing based on the purge signal, the space indicator S indicating the primary instruction space and the secondary instruction space is stored in the shadow access register unit 16.
TD is left as it is, and a space indicator S indicating a non-instruction space
In the access after the TD is erased and the address register conversion unit 12 has been reloaded from the main storage MSU, it is not necessary to re-register the space indicator STD indicating the instruction space. AR-NO Shadow Access Register 16
, The space indicator STD can be obtained immediately, the conversion process can be made efficient by the amount that does not require re-registration, and the frequency of access to the instruction space is high. Therefore, the space indicator STD using the shadow access register 16 is used. The overall conversion efficiency of the STD can be significantly increased.

【0043】尚、上記の実施例は仮想計算機モードで動
作する場合のアクセスレジスタ機構を例にとっている
が、通常計算機モードにあってはアクセスレジスタ変換
部12に対するVNドメインの識別番号DMIDを無視
すればよく、通常計算機モードにおいてもそのまま適用
できる。また上記の実施例はアクセスアドレスレジスタ
を16個設けた場合を例にとるものであったが、必要に
応じて適宜の数としても良いことはもたろんである。
In the above embodiment, the access register mechanism when operating in the virtual machine mode is taken as an example. In the normal machine mode, if the ID number DMID of the VN domain for the access register converter 12 is ignored. It can be applied to the normal computer mode. In the above-described embodiment, the case where 16 access address registers are provided is taken as an example. However, an appropriate number may be used as needed.

【0044】更に仮想空間の数及び仮想空間における命
令空間の割当て状態も必要に応じて適宜に定められるも
のであり、実施例による限定を受けない。
Furthermore, the number of virtual spaces and the allocation state of instruction spaces in the virtual space are also determined as needed, and are not limited by the embodiments.

【0045】[0045]

【発明の効果】以上説明したように本発明によれば、シ
ャドウアクセスレジスタに登録される空間指示子STD
の多くを占めると予想される命令空間を示す空間指示子
を、アクセスレジスタ変換部参照バッファのパージ命令
PALBで消去しないことにより、アクセスレジスタ変
換部の再ロード後の登録し直しを不要とし、シャドウア
クセスレジスタを用いた空間指示子の変換効率を高め、
結果としてアクセスレジスタ機構によるアクセス命令実
行時のアドレス変換をより高速に行うことができる。
According to the present invention, as described above, the space indicator STD registered in the shadow access register is provided.
Is not erased by the purge instruction PALB of the access register conversion unit reference buffer, which eliminates the need for re-registration after reloading the access register conversion unit. Increase the conversion efficiency of space indicators using access registers,
As a result, the address conversion at the time of executing the access instruction by the access register mechanism can be performed at higher speed.

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

【図1】本発明の原理説明図FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の実施例構成図FIG. 2 is a configuration diagram of an embodiment of the present invention.

【図3】図2のパージ機構部の実施例構成図FIG. 3 is a configuration diagram of an embodiment of a purge mechanism of FIG. 2;

【図4】シャドウアクセスレジスタを持たない従来のア
クセスレジスタ機構の説明図
FIG. 4 is an explanatory diagram of a conventional access register mechanism having no shadow access register.

【図5】アクセスレジスタ機構でアドレス変換を行わせ
るロード命令の一例を示した説明図
FIG. 5 is an explanatory diagram showing an example of a load instruction for causing the access register mechanism to perform address conversion.

【図6】図5のロード命令の実行時のアドレス変換動作
を示した説明図
FIG. 6 is an explanatory diagram showing an address conversion operation when the load instruction of FIG. 5 is executed.

【図7】シャドウアクセスレジスタを備えた従来のアク
セスレジスタ機構の説明図
FIG. 7 is an explanatory diagram of a conventional access register mechanism having a shadow access register.

【図8】シャドウアクセスレジスタに対する従来のパー
ジ処理を示した説明図
FIG. 8 is an explanatory diagram showing a conventional purge process for a shadow access register.

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

10:アクセスレジスタ部 12:アクセスレジスタ変換部(ART) 14:動的アドレス変換部(DAT) 16:シャドウアクセスレジスタ部 18:空間指示子格納部 20:有効コード部 22:パージ機構部 24,26:比較部 28:リセット部 30:コントロールレジスタ部 32:汎用レジスタ部 10: access register section 12: access register conversion section (ART) 14: dynamic address conversion section (DAT) 16: shadow access register section 18: space indicator storage section 20: valid code section 22: purge mechanism section 24, 26 : Comparison unit 28: reset unit 30: control register unit 32: general-purpose register unit

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 12/08 - 12/12──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 12/08-12/12

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のアクセスレジスタを備えたアクセス
レジスタ部と、 アクセス命令実行時のアクセスレジスタ番号で指定され
る任意のアクセスレジスタの内容に基づいて仮想記憶空
間を示す空間指示子を求めるアクセスレジスタ変換部
と、 該アクセスレジスタ変換部で求めた空間指示子とアクセ
ス命令に基づいて得られた空間内アドレスを示す仮想ア
ドレスを入力して主記憶の絶対アドレスに変換する動的
アドレス変換部と、 アクセスレジスタ番号を索引として空間指示子を格納す
る格納部を備え、 アクセス命令実行時のアクセスレジスタ番号により空間
指示子を出力するシャドウアクセスレジスタ部とを備え
た情報処理装置に於いて、 前記シャドウアクセスレジスタ部に空間指示子の格納の
有無と、格納した空間指示子が所定の記憶空間を指示し
ていることを示すための2ビットからなる状態識別コー
ドを格納し、 アクセスレジスタ変換部の内容を消去して主記憶から再
ロードするアクセスレジスタ変換部のパージ命令の実行
時に、前記シャドウアクセスレジスタ部の状態識別コー
ドを固定的に決めた基準コードと比較し、前記状態識別
コードと基準コードが一致していた場合は、格納部の空
間指示子のリセットを禁止して残し、前記状態識別コー
ドと基準コードが一致していない場合は、格納部の空間
指示子をリセットして再登録可能とするパージ機構部を
設けたことを特徴とするアクセスレジスタ変換部パージ
命令時のシャドウアクセスレジスタ無効化方式。
1. A access obtaining a plurality of access register access register unit having a motor, a space indicator indicating a virtual memory space based on the contents of any access register designated by the access instruction execution time of the access register number A register translation unit, a dynamic address translation unit for inputting a virtual address indicating a space address obtained based on the space indicator and the access instruction obtained by the access register translation unit and translating the virtual address into an absolute address of a main memory; A storage unit for storing a space indicator using an access register number as an index, and a shadow access register unit for outputting a space indicator according to the access register number when executing an access instruction. and whether storage space indicator to the access register unit, the space indicator is a predetermined storage that store 2 bits to store the state identification code <br/> de consisting purge instruction of the access register translation unit to reload from the erase to main memory the contents of the access register translation unit for indicating that the indicated between During execution of the state identification code of the shadow access register section.
The code is compared with a fixed reference code to determine the status.
If the code and the reference code match , the reset of the space indicator in the storage unit is prohibited and retained, and the state identification code is left.
When the code does not match the reference code , a purge mechanism that resets the space indicator of the storage unit and allows re-registration is provided. System.
【請求項2】請求項1記載のアクセスレジスタ変換部パ
ージ命令時のシャドウアクセスレジスタ無効化方式に於
いて、 前記シャドウアクセスレジスタ部の状態識別コード部に
格納するコードに命令を表す命令空間を指示する空間指
示子が格納されたことを示す識別機能を持たせ、前記パ
ージ機構部は、アクセスレジスタ変換部パージ命令の実
行時に、命令空間を示す空間指示子のリセットを禁止し
て残し、命令空間以外の空間指示子をリセットして再登
録可能とすることを特徴とするアクセスレジスタ変換部
パージ命令時のシャドウアクセスレジスタ無効化方式。
2. The shadow access register invalidation system at the time of an access register conversion section purge instruction according to claim 1, wherein an instruction space representing an instruction is specified in a code stored in a state identification code section of said shadow access register section. The purge mechanism unit has an identification function indicating that a space indicator to be stored is stored, and when the access register conversion unit purge instruction is executed, resetting of the space indicator indicating the instruction space is prohibited and left. A method of invalidating a shadow access register at the time of a purge instruction of an access register conversion unit, wherein a space indicator other than the above is reset to enable re-registration.
【請求項3】請求項2記載のアクセスレジスタ変換部パ
ージ命令時のシャドウアクセスレジスタ無効化方式に於
いて、 前記シャドウアクセスレジスタ部の状態識別コード部に
2ビットコードを格納し、該2ビットコードは00で無
効を示し、01でプラマリ命令空間の空間指示子の格
納を示し、10でセカンダリ命令空間の空間指示子の格
納を示し、更に11で非命令空間の空間指示子の格納を
示すことを特徴とするアクセスレジスタ変換部パージ命
令時のシャドウアクセスレジスタ無効化方式。
3. A shadow access register invalidating method at the time of an access register conversion section purge instruction according to claim 2, wherein a 2-bit code is stored in a state identification code section of said shadow access register section. indicates invalid in 00, 01 shows a storage space indicator of plastics Lee Mali instruction space, shows the storage space indicator of secondary instruction space 10, a storage space indicator of non-instruction space further 11 A shadow access register invalidation method at the time of an access register conversion section purge instruction.
【請求項4】請求項2記載のアクセスレジスタ変換部パ
ージ命令時のシャドウアクセスレジスタ無効化方式に於
いて、前記パージ機構部は、 前記状態識別コード部のコードと命令空間の空間指示子
の格納を示す基準コードとを比較する比較部と、 該比較部の出力とパージ信号との論理積を取り、前記比
較部から不一致出力が得られた時に格納部の空間指示子
をリセットし、前記比較部から一致出力が得られた時に
格納部の空間指示子のリセットを禁止するリセット部
と、 を備えたことを特徴とするアクセスレジスタ変換部パー
ジ命令時のシャドウアクセスレジスタ無効化方式。
4. A method according to claim 2, wherein said purge mechanism unit stores a code of said status identification code unit and a space indicator of an instruction space. A comparison unit for comparing the output of the comparison unit with a purge signal, and when a mismatch output is obtained from the comparison unit, resets a space indicator of the storage unit; A reset unit for prohibiting resetting of the space indicator of the storage unit when a coincidence output is obtained from the unit, and a shadow access register invalidation method at the time of an access register conversion unit purge instruction.
【請求項5】請求項1記載のアクセスレジスタ変換部パ
ージ命令時のシャドウアクセスレジスタ無効化方式に於
いて、 前記アクセスレジタ変換部は、前記アクセスレジスタ
から得られたアクセスリスト入力トークンの又は
1以外の場合は、前記アクセリスト入力トークンと、
現在動作中のVMドメインを示す識別番号と、前記アク
セスリスト入力トークンのプライマリ・リスト・ビット
で指定されるコントロールレジスタから得た値との3つ
のエントリに基づいて空間指示子を求め、 前記アクセスリスト入力トークンの値が0又は1の場合
は、命令空間を示すコントロールレジスタの値をそのま
ま空間指示子として出力することを特徴とするアクセス
レジスタ変換部パージ命令時のシャドウアクセスレジス
タ無効化方式。
5. In the shadow access registers invalidation method when claim 1, wherein the access register translation unit purging instruction, the access register is te conversion unit, the value of the access list entry token obtained from the access register but in the case of other than 0 or 1, and the access-list-entry token,
Determining a space indicator based on three entries: an identification number indicating a currently operating VM domain, and a value obtained from a control register specified by a primary list bit of the access list input token; A shadow access register invalidation method at the time of an access register conversion unit purge instruction, wherein when the value of the input token is 0 or 1, the value of the control register indicating the instruction space is output as it is as a space indicator.
JP3312232A 1991-11-27 1991-11-27 Invalidation method of shadow access register at the time of access register converter purge instruction Expired - Fee Related JP2772182B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3312232A JP2772182B2 (en) 1991-11-27 1991-11-27 Invalidation method of shadow access register at the time of access register converter purge instruction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3312232A JP2772182B2 (en) 1991-11-27 1991-11-27 Invalidation method of shadow access register at the time of access register converter purge instruction

Publications (2)

Publication Number Publication Date
JPH05151087A JPH05151087A (en) 1993-06-18
JP2772182B2 true JP2772182B2 (en) 1998-07-02

Family

ID=18026769

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3312232A Expired - Fee Related JP2772182B2 (en) 1991-11-27 1991-11-27 Invalidation method of shadow access register at the time of access register converter purge instruction

Country Status (1)

Country Link
JP (1) JP2772182B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03184145A (en) * 1989-12-13 1991-08-12 Hitachi Ltd Control system for base point address register

Also Published As

Publication number Publication date
JPH05151087A (en) 1993-06-18

Similar Documents

Publication Publication Date Title
US4945480A (en) Data domain switching on program address space switching and return
CA2050834C (en) Multiple controlled data-space facility
US4979098A (en) Multiple address space token designation, protection controls, designation translation and lookaside
JP2825550B2 (en) Multiple virtual space address control method and computer system
US5220669A (en) Linkage mechanism for program isolation
US4521846A (en) Mechanism for accessing multiple virtual address spaces
US5628023A (en) Virtual storage computer system having methods and apparatus for providing token-controlled access to protected pages of memory via a token-accessible view
US5426751A (en) Information processing apparatus with address extension function
KR890004994B1 (en) Address translation control system
EP0327707A2 (en) Nonhierarchical program authorization mechanism
EP0327798A2 (en) Control method and apparatus for zero-origin data spaces
US5278963A (en) Pretranslation of virtual addresses prior to page crossing
US5241638A (en) Dual cache memory
US5317710A (en) Invalidation of entries in a translation table by providing the machine a unique identification thereby disallowing a match and rendering the entries invalid
US5129071A (en) Address translation apparatus in virtual machine system using a space identifier field for discriminating datoff (dynamic address translation off) virtual machines
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
JPH07262140A (en) Exclusive controller
EP0442474B1 (en) Apparatus and method for controlling cache memory
JP2772182B2 (en) Invalidation method of shadow access register at the time of access register converter purge instruction
JPH06139149A (en) Multiple virtual space control device
JPH0650480B2 (en) Multiple virtual memory system and address controller
US5455922A (en) Dynamic validity facility for fast purging of translation bypass buffers
EP0327839A2 (en) Information handling system
JPH0219495B2 (en)
JPH06309196A (en) Information processor with trace function

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980407

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080417

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090417

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees