JPS6048789B2 - Prefix conversion control method - Google Patents

Prefix conversion control method

Info

Publication number
JPS6048789B2
JPS6048789B2 JP55155357A JP15535780A JPS6048789B2 JP S6048789 B2 JPS6048789 B2 JP S6048789B2 JP 55155357 A JP55155357 A JP 55155357A JP 15535780 A JP15535780 A JP 15535780A JP S6048789 B2 JPS6048789 B2 JP S6048789B2
Authority
JP
Japan
Prior art keywords
address
prefix
register
address register
conversion
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
JP55155357A
Other languages
Japanese (ja)
Other versions
JPS5778691A (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 JP55155357A priority Critical patent/JPS6048789B2/en
Publication of JPS5778691A publication Critical patent/JPS5778691A/en
Publication of JPS6048789B2 publication Critical patent/JPS6048789B2/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

Description

【発明の詳細な説明】 本発明は、プレフイクス変換制御方式、特に第1のア
ドレス・レジスタの実アドレスを直接第2のアドレス・
レジスタにセットするようになすと共にプレフイクス変
換の必要性チェックを行ない、当該第1のアドレス・レ
ジスタの実アドレスがプレフイクス変換の必要があると
きに限り当該実アドレスを再度第1のアドレス・レジス
タにセ”ツトした後にプレフイクス変換を行なうように
して電子計算機の高速度化をはかつたプレフイクス変換
制御方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention provides a prefix conversion control scheme, in particular a method for converting the real address of a first address register directly into a second address register.
At the same time, the necessity of prefix conversion is checked, and only when the real address of the first address register requires prefix conversion, the real address is set to the first address register again. The present invention relates to a prefix conversion control method that increases the speed of electronic computers by performing prefix conversion after the ``transformation'' is performed.

主記憶装置を共有する形で中央処理装置が複数個並列
に動作するマルチ・プロセッサ、システムにおいて、各
中央処理装置はエラー(マシン・チェック)情報、入出
力装置からの割込み情報、割込み時のプログラム状態語
(PSW)の内容の情報を固有の情報として主記憶装置
の固定番地に格納し使つている。
In a multi-processor system in which multiple central processing units operate in parallel while sharing the main memory, each central processing unit processes error (machine check) information, interrupt information from input/output devices, and programs at interrupts. Information on the contents of the status word (PSW) is stored and used as unique information at a fixed address in the main memory.

そしてマルチ・プロセッサ・システムの大型電子計算機
における主記憶装置へのアクセスは各中央処理装置のプ
ログラム上の論理アドレスを主記憶装置の実アドレスに
転換してアクセスするが各中央処理装置について夫々上
記固定番地(固有アドレス)が定められているために、
各中央処理装置によるアクセスに当つては上記それぞれ
の固有番地を正しくアクセスするために上記実アドレス
を更に物理アドレス(絶対アドレス)に変換しその上で
主記憶装置に対してアクセスするような構成が採用され
ている。即ち、上述の如くこれら固有の情報は各中央処
理装置毎に別々の場所即ち主記憶装置の固有アドレスに
格納されているために、各中央処理装置におけるプログ
ラムによる論理アドレスが他の中央処理装置の固有アド
レスをアクセスする実アドレスと対応するものとなつて
いるとき、アドレス変換を行なわないと上記他の中央処
理装置のオペレーティング・システム(以下0Sと略す
)を格納している固有アドレスをアクセスしてしまうこ
ととなる。従がつてこのような事態を避けるため他の中
央処 ヨ理装置の固有アドレスを非所望にアクセスする
こととなる実アドレスを主記憶装置内の他のアドレスに
アクセスするよう変換するプリフイクス変換を行なうよ
うにしている。そしてこれらプログラム上の固有アドレ
スを指定する実アドレスと主記憶装置の絶対アドレスと
のアドレス変換を行ない、これらの間の対応付けをなす
プレフイクス変換の制御方式においては、従来、上記プ
リフイクス変換の必要性の有無を問わずプリフイクス変
換回路を介して、実アドレスをセットしている第1のア
ドレス・レジスタの内容を第2のアドレス・レジスタに
セットする構成が採られている。
Access to the main memory in a large computer with a multi-processor system is performed by converting the logical address on the program of each central processing unit to the real address of the main memory. Because the street address (unique address) is determined,
When accessing by each central processing unit, in order to access each unique address correctly, the above real address is further converted into a physical address (absolute address), and then the main memory is accessed. It has been adopted. That is, as mentioned above, this unique information is stored in a separate location for each central processing unit, that is, at a unique address in the main memory, so the logical address by the program in each central processing unit is different from that of other central processing units. When the unique address corresponds to the real address to be accessed, unless address conversion is performed, the unique address storing the operating system (hereinafter abbreviated as OS) of the other central processing unit mentioned above cannot be accessed. It will be put away. Therefore, in order to avoid such a situation, prefix conversion is performed to convert the real address that would undesirably access the unique address of another central processing unit to access another address in the main memory. That's what I do. In the control method of prefix conversion, which performs address conversion between the real address that specifies the unique address on the program and the absolute address of the main storage device, and creates a correspondence between them, conventionally, the necessity of the prefix conversion is Regardless of the presence or absence of the prefix conversion circuit, a configuration is adopted in which the contents of the first address register in which the real address is set are set in the second address register via the prefix conversion circuit.

従がつて発生頻度から言えば、プリフイクス変換を不用
とする実アドレスの個数が多いにも拘わらず、当該プリ
フイクス変換回路を介して上記第2のアドレス・レジス
タにその内容をセットすることは処理時間の高速化が要
請されている大型電子計算機において無用の処理時間を
費やしていることを表わしている。本発明は、上記の点
を解決することを目的としており、プレフイクス変換の
必要性の有無を問わず第1のアドレス・レジスタにセッ
トされた実アドレスを直接第2のアドレス.レジスタに
セットすると共にプレフイクス変換の必要性の有無をチ
ェックするようにし、上記プリフイクス変換しな−けれ
ばならないときに限り当該実アドレスを再度第1のアド
レス・レジスタにセットさせ、プリフイクス変換回路を
介してアドレス変換を行なつた後に第2のアドレス.レ
ジスタにアドレス変換の内容をセットするように構成し
、処理に要する時−間の短縮化を目的としている。
Therefore, considering the frequency of occurrence, although there are many real addresses that do not require prefix conversion, it takes a long time to set the contents to the second address register via the prefix conversion circuit. This means that unnecessary processing time is being wasted on large-scale electronic computers, which are required to be faster. The present invention is aimed at solving the above-mentioned problems, and it is possible to directly convert the real address set in the first address register to the second address regardless of whether prefix conversion is necessary or not. The real address is set in the first address register and checked to see if there is a need for prefix conversion, and only when the prefix conversion is necessary, the real address is set in the first address register again and the real address is sent via the prefix conversion circuit. After performing address translation, the second address. It is configured to set the contents of address conversion in a register, and aims to shorten the time required for processing.

そしてそのため本発明のプレフイクス変換制御方式は主
記憶装置を共用する形で中央処理装置が複数個並列に動
作す :るマルチ・プロセッサ・システムであつて、主
記憶装置に対してアクセスをかけるに当り、第1のアド
レス・レジスタにセットされた実アドレスの内容がプレ
フイクス変換回路を介して第2のアドレス・レジスタに
絶対アドレスとしてセットされる際に、上記実アドレス
の内容をアドレス変換すべきか否かを検知するプレフイ
クス検知回路の出力に基づいてプレフイクス変換を行な
つてまたはプレフイクス変換を行なうことなく第2のア
ドレス・レジスタにセットし、当該セットされた絶対ア
ドレスによつて主記憶装置に対しアクセスするようにし
たマルチ・プロセッサ・システムにおいて、上記第1の
アドレス.レジスタにセットされた実アドレスの内容を
直接第2のアドレス・レジスタにセットするようになす
と共にプレフイクス変換の必要性の有無をチェックする
よう構成し、上記第1のアドレス・レジスタにセットさ
れた実アドレスの内容がプレフイクス変換をなすべきア
ドレスであるとき第2のアドレス・レジスタに転送され
たアドレスの内容を再度第1のアドレス・レジスタにセ
ットさせ、プレフイクス変換を行なつて第2のアドレス
・レジスタにセットする構成となし、第1のアドレス・
レジスタにセットされた実アドレスの内容についてプレ
フイクス変換が不用のときは第1のアドレス・レジスタ
から第2のアドレス・レジスタに直接セットするように
したことを特徴としている。以下図面を参照しつつ説明
する。第1図はプリフイクス変換を説明するため主記憶
装置内のアドレス変換状況を例示し〜ている一例、第2
図は従来のプリフイクス変換制御方式の一実施例構成、
第3図は本発明に係るプレフイクス変換制御方式の一実
施例構成を各々示している。
Therefore, the prefix conversion control method of the present invention is a multi-processor system in which a plurality of central processing units operate in parallel while sharing the main memory. , whether or not the contents of the real address should be converted when the contents of the real address set in the first address register are set as an absolute address in the second address register via the prefix conversion circuit. is set in the second address register with or without prefix conversion based on the output of the prefix detection circuit that detects the prefix, and the main memory is accessed using the set absolute address. In the multi-processor system, the first address . The content of the real address set in the register is directly set in the second address register, and the content of the real address set in the first address register is configured to be checked to see if there is a need for prefix conversion. When the contents of the address are those for which prefix conversion is to be performed, the contents of the address transferred to the second address register are set in the first address register again, prefix conversion is performed, and the contents of the address are transferred to the second address register. If the configuration is set to
The present invention is characterized in that when prefix conversion is not necessary for the contents of the real address set in the register, it is directly set from the first address register to the second address register. This will be explained below with reference to the drawings. Figure 1 is an example of an address conversion situation in the main memory to explain prefix conversion;
The figure shows the configuration of an example of a conventional prefix conversion control method.
FIG. 3 shows the configuration of an embodiment of the prefix conversion control system according to the present invention.

第1図は2個の中央処理装置によるプリフイクス変換を
説明している図であつて、1は中央処理装置Aのための
実アドレス、2は中央処理装置Bのための実アドレス、
3は主記憶装置の絶対アドレスを表わしている。
FIG. 1 is a diagram explaining prefix conversion by two central processing units, where 1 is a real address for central processing unit A, 2 is a real address for central processing unit B,
3 represents the absolute address of the main memory.

主記憶装置は通常4Kバイト単位で区分され、中央処理
装置Aのための実アドレス1、中央処理装置Bのための
実アドレス2、及び主記憶装置の絶対アドレス3の各ラ
イン上に設けられた短い横線は当該訊バイト単位の線を
示している。
The main memory is usually divided into units of 4K bytes, and real address 1 for central processing unit A, real address 2 for central processing unit B, and absolute address 3 of the main memory are provided on each line. A short horizontal line indicates a line for each byte.

中央処理装置Aのための実アドレス1のa部は当該中央
処理装置A専用の0Sのアドレス部であり、プリフイク
ス変換により主記憶装置の絶対アドレス3のc部にアド
レスの対応付けがなされる。従がつて中央処理装置Aか
ら見た中央処理装置Aのための実アドレス1のa部内の
アドレスをもつてアクセスしてきたとき、例えばアドレ
ス「3303」はプリフイクス変換されて主記憶装置の
絶対アドレス3のc部のアドレス例えば「3303+M
」のアドレスとなり、当該アドレス「3303+M」で
主記憶装置に対しアクセスをかけることになる。同様に
中央処理装置Bのための実アドレス2のa部は当該中央
処理装置B専用の6のアドレス部であり、プリフイクス
変換により主記憶装置の絶対アドレス3のc’部にアド
レスの対応付けがなされる。従がつて中央処理装置Bか
ら見た中央処理装置Bのための実アドレス2のa部内の
アドレスをもつてアクセスしてきたとき、例えばアドレ
ス「3303」はプリフイクス変換されて主記憶装置の
絶対アドレス3のc’部のアドレス例えば「3303+
N」のアドレスとなり、当該アドレス「3303十N」
で主記憶装置に対しアクセスをかける。このように中央
処理装置A,Bの夫々に専用の0Sのアドレス部をアク
セスするに当つては主記憶装置の絶対アドレスをそれぞ
れ異なるアドレスにプリフイクス変換することによつて
主記憶装置を共用した形て中央処理装置A,Bの並列動
作を可能ならしめる。なお中央処理装置A,Bのための
実アドレス1,2のc部のアドレスはプレフイクス変換
されて主記憶装置の絶対アドレス3のA,a’部のアド
レスに変換される。
Part a of the real address 1 for the central processing unit A is an address part of the OS dedicated to the central processing unit A, and is associated with part c of the absolute address 3 of the main memory by prefix conversion. Therefore, when an access is made with an address in part a of real address 1 for central processing unit A as seen from central processing unit A, for example, address "3303" is prefix-converted and becomes absolute address 3 of the main memory. For example, the address of part c of “3303+M
”, and the main storage device will be accessed at the address “3303+M”. Similarly, part a of real address 2 for central processing unit B is address part 6 dedicated to central processing unit B, and the address is mapped to part c' of absolute address 3 of the main memory by prefix conversion. It will be done. Therefore, when an access is made with an address in part a of real address 2 for central processing unit B as seen from central processing unit B, for example, address "3303" is prefix-converted and becomes absolute address 3 of the main memory. For example, the address of the c' part of "3303+
The address is "33030N".
accesses the main memory. In this way, when accessing the address section of the OS dedicated to each of central processing units A and B, the main memory is shared by prefix converting the absolute address of the main memory to a different address. This enables parallel operation of central processing units A and B. Note that the addresses in part c of real addresses 1 and 2 for central processing units A and B are prefix-converted and converted into addresses in parts A and a' of absolute address 3 in the main memory.

ここで当該主記憶装置の絶対アドレス3のa部即ちa’
部のアドレスはデータ領域を指定するアドレスである。
第2図の従来のプリフイクス変換を行なう制御方式の1
例において、4は第1のアドレス.レジスタ(ADRI
)、5は第2のアドレス・レジスタ(ADR2)、6は
プレフイクス変換回路、7はプレフイクス検知回路を表
わしている。
Here, part a of absolute address 3 of the main storage device, that is, a'
The part address is an address that specifies a data area.
One of the conventional control methods for prefix conversion shown in Figure 2
In the example, 4 is the first address. Register (ADRI
), 5 represents a second address register (ADR2), 6 represents a prefix conversion circuit, and 7 represents a prefix detection circuit.

第1のアドレス・レジスタ4は各中央処理装置から指定
された実アドレスをセットするレジスタであり、従来、
実アドレスが第1のアドレス・レジスタ4にセットされ
たとき、当該第1のアドレス・レジスタ4にセットされ
た実アドレスの内、ビット8ないし19の内容はプレフ
イクス変換する必要性の有無を問わずプレフイクス変換
回路6とプレフイクス検知回路7とに転送され、プレフ
イクス検知回路7によるプレフイクス変換の必要性の有
無チェックを待つて、プレフイクス変換する必要性があ
る場合にはプレフイクス変換された内容を、またプレフ
イクス変換する必要性の無い場合はそのままの内容を第
2のアドレス・レジスタ5にセットされる。
The first address register 4 is a register that sets the real address specified by each central processing unit.
When a real address is set in the first address register 4, the contents of bits 8 to 19 of the real address set in the first address register 4 are prefix-converted regardless of whether or not there is a need for prefix conversion. The data is transferred to the prefix conversion circuit 6 and the prefix detection circuit 7, and after waiting for the prefix detection circuit 7 to check whether or not there is a need for prefix conversion, if there is a need for prefix conversion, the prefix converted contents are transferred to the prefix conversion circuit 6 and the prefix detection circuit 7. If there is no need for conversion, the contents are set as they are in the second address register 5.

また第1のアドレス・レジスタ4にセットされた実アド
レスのビット0ないし7及び20ないし31の内容はそ
のまま第2のアドレス・レジスタ5にセットされる。プ
レフイクス変換回路6は第1図で説明した如く中央処理
装置のための実アドレス1,2の各a部のアドレスを主
記憶装置の絶対アドレス3のc部、c’部にアドレス変
換し、また中央処理装置のための実アドレス1,2の各
c部のアドレスを主記憶装置の絶対アドレス3のa部即
ちa’部にアドレス変換を行なう。
Further, the contents of bits 0 to 7 and bits 20 to 31 of the real address set in the first address register 4 are set in the second address register 5 as they are. As explained in FIG. 1, the prefix conversion circuit 6 converts the addresses in the a part of the real addresses 1 and 2 for the central processing unit into the c part and c' part of the absolute address 3 of the main memory, and also Address conversion is performed from the addresses in each part c of real addresses 1 and 2 for the central processing unit to part a, that is, part a', of absolute address 3 in the main memory.

プレフイクス検知回路7は、第1のアドレス・レジスタ
4にセットされた実アドレスの内容についてプレフイク
ス変換をすべきものてあるか否かを検知する回路て、第
1図における中央処理装置のための実アドレス1,2の
a部のアドレスまたはc部のアドレスに相当しているか
否かを検知する。
The prefix detection circuit 7 is a circuit for detecting whether or not the content of the real address set in the first address register 4 requires prefix conversion. It is detected whether the address corresponds to the address of section a or the address of section c of Nos. 1 and 2.

即ち第1のアドレス・レジスタ4にセットされた実アド
レスのビット0ないし19が総べて「O」を検知した場
合と、当該プレフイクス検知回路7内のプレフイクス・
レジスタ内容に当該ビット内容が一致していることを検
知した場合とで、上記プレフイクス変換回路6に対して
それぞれに対応したプレフイクス変換を行なうべき信号
を出す回路てある。第1のアドレス・レジスタ4にセッ
トされた実アドレスの内容は上記説明の如くプリフイク
ス変換の必要性の有無に拘わらずプレフイクス変換回路
6に転送され、プレフイクス検知回路7からのアドレス
変換を実行するか否かの信号を待つて変換処理が行なわ
れて第2のアドレス・レジスタ5にセットされ、当該セ
ットされた内容のアドレスで主記憶装置にアクセスをか
ける。
That is, when all bits 0 to 19 of the real address set in the first address register 4 are detected as "O", and when the prefix in the prefix detection circuit 7 is detected.
There is a circuit that outputs a signal to the prefix conversion circuit 6 to perform prefix conversion corresponding to each case when it is detected that the contents of the bit match the contents of the register. As explained above, the contents of the real address set in the first address register 4 are transferred to the prefix conversion circuit 6 regardless of whether or not prefix conversion is necessary, and the address conversion from the prefix detection circuit 7 is executed. A conversion process is performed after waiting for a "no" signal and is set in the second address register 5, and the main memory is accessed using the address of the set contents.

そして第1図から明らかな様にプレフイクス変換される
べき実アドレスはプレフイクス変換されないでそのまま
の内容が転送される頻度が比較的大きいことからプレフ
イクス変換回路6を介してそのアドレス変換をなすべき
か否かを待つていたのでは処理時間が長くかかることは
明らかである。第3図は本発明に係るプレフイクス変換
制御方式の一実施例構成を示しており、図中4ないし7
は第2図のものに対応し、8,9はフリップ・フロップ
回路、10,11は選択回路を表わしている。
As is clear from FIG. 1, the frequency with which real addresses to be prefix-converted are transferred as they are without being prefix-converted is relatively high. It is obvious that the processing time will be longer if the user waits until the end of the process. FIG. 3 shows the configuration of an embodiment of the prefix conversion control method according to the present invention.
corresponds to that in FIG. 2, 8 and 9 represent flip-flop circuits, and 10 and 11 represent selection circuits.

フリップ・フロップ回路(FFI)8はフリップ・フロ
ップ回路(FF2)9からの出力を受けて論理値「1」
を立てるようにされ、当該論理値「1」が立てられてい
るときプレフイクス変換回路6に連送されている第1の
アドレス.レジスタ4からのビット内容をそれぞれに対
応したプレフイクス変換によるアドレスに変換させる。
The flip-flop circuit (FFI) 8 receives the output from the flip-flop circuit (FF2) 9 and sets the logic value to "1".
is set to be set, and when the logical value "1" is set, the first address . The bit contents from register 4 are converted into addresses by prefix conversion corresponding to the respective bit contents.

フリップ・フロップ回路9は、プレフイクス検知回路7
によつて、第1のアドレス・レジスタ4にセットされた
実アドレスの内容がプレフイクス変換をなすべきアドレ
スであることを検知されたとき出される信号を受けてセ
ットされ、選択回路10を開かせ、第2のアドレス・レ
ジスタ5にセットされた内容を上記選択回路10を介し
て第1のアドレス・レジスタ4に再度セットさせる回路
である。本発明に係るプレフイクス変換制御方式におい
ては、第1のアドレス・レジスタ4にセットされた内容
は直接第2のアドレス.レジスタ5にセットされると共
にプレフイクス検知回路7に供給される。
The flip-flop circuit 9 is a prefix detection circuit 7.
is set in response to a signal issued when it is detected that the content of the real address set in the first address register 4 is an address to which prefix conversion is to be performed, and opens the selection circuit 10; This circuit causes the contents set in the second address register 5 to be set again in the first address register 4 via the selection circuit 10. In the prefix conversion control method according to the present invention, the contents set in the first address register 4 are directly transferred to the second address. It is set in the register 5 and also supplied to the prefix detection circuit 7.

そしてプレフイクス検知回路7による検知結果に従がい
、その検知結果がプレフイクス変換をする必要性がない
とき第2のアドレス・レジス.夕5にセットされた第1
のアドレス・レジスタから直接転送されてきた内容はそ
のままそれ以降の回路で使用される。即ち当該実アドレ
スは主記憶装置の絶対アドレスとして使用されアクセス
するアドレスとなる。一方プレフイクス検知回路7の検
知結果がプレフイクス変換を行なわなければならないと
き、フリップ・フロップ回路9に論理値「1」を立てる
セットを行ない、当該論理値「1」によつて選択回路1
0の回路が開き、第2のアドレス・レジス,夕5にセッ
トされた内容が再び第1のアドレス・レジスタ4にセッ
トされる。またフリップ・フロップ回路9の論理値「1
」はフリップ・フロップ回路8をセットして論理値「1
」を出力させ、プレフイクス変換回路6に当該論理値「
1」が入力される。これにより上記第1のアドレス・レ
ジスタ4に再度セットされた実アドレスの内ビット8な
いし19の内容がプレフイクス変換回路6に転送され、
プレフイクス変換回路6によつてプレフイクス変換が施
こされる。第1のアドレス・レジスタ4に再度セットさ
れた実アドレスの内ビット0ないし7及び2?ないし3
1の内容は直接第2のアドレス・レジスタ5にセットさ
れており、上フ記プレフイクス変換されたアドレスが当
該第2のアドレス・レジスタ5にセットされて主記憶装
置の絶対アドレスとなる。本発明に係るプレフイクス変
換制御方式において、フリップ・フロップ回路9に論理
値「1」が門セットされたとき、第2のアドレス・レジ
スタ5にセットされた内容を選択回路10を介して第1
のアドレス・レジスタ4に再度セットさせることに換え
、上記フリップ・フロップ回路9の論理値「1」により
当該実アドレスを送出している中央・処理装置に対し再
び同じ当該実アドレスを第1のアドレス・レジスタ4に
転送してもらいプレフイクス変換することも本発明の一
実施態様として包含される。
Then, according to the detection result by the prefix detection circuit 7, if the detection result does not require prefix conversion, the second address register. The first set for evening 5
The contents transferred directly from the address register are used as is in subsequent circuits. That is, the real address is used as the absolute address of the main memory and becomes the address to be accessed. On the other hand, when the detection result of the prefix detection circuit 7 requires prefix conversion, the logic value "1" is set in the flip-flop circuit 9, and the logic value "1" causes the selection circuit 1 to be set.
0 circuit is opened, and the contents set in the second address register, E5, are set in the first address register 4 again. Also, the logic value of the flip-flop circuit 9 is “1”.
” sets the flip-flop circuit 8 to the logic value “1”.
", and the prefix conversion circuit 6 outputs the logical value "
1" is input. As a result, the contents of bits 8 to 19 of the real address set again in the first address register 4 are transferred to the prefix conversion circuit 6,
A prefix conversion circuit 6 performs prefix conversion. Bits 0 to 7 and 2 of the real address set again in the first address register 4? or 3
The contents of 1 are directly set in the second address register 5, and the prefix-converted address is set in the second address register 5 and becomes the absolute address of the main memory. In the prefix conversion control system according to the present invention, when the logic value "1" is set in the flip-flop circuit 9, the content set in the second address register 5 is transferred to the first address register 5 via the selection circuit 10.
By setting the address register 4 of the address register 4 again, the logical value "1" of the flip-flop circuit 9 causes the central processing unit that is sending out the real address to set the same real address as the first address again. - Having the data transferred to the register 4 and performing prefix conversion is also included as an embodiment of the present invention.

以上説明した如く、本発明によれば、第1のアドレス.
レジスタにセットされた実アドレスを直接第2のアドレ
ス.レジスタにセットすると共にプレフイクス検知回路
に供給するようになし、プレフイクス変換が必要なとき
に限り、プレフイクス変換回路を介して主記憶装置の絶
対アドレスを作成するよう構成したことにより、大型電
子計算機におけるマルチ・プロセッサの高速計算処理が
可能となる。
As explained above, according to the present invention, the first address.
The real address set in the register is directly converted to the second address. By setting the address in the register and supplying it to the prefix detection circuit, and creating the absolute address of the main memory device via the prefix conversion circuit only when prefix conversion is necessary, it is possible to - Enables high-speed calculation processing by the processor.

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

第1図はプリフイクス変換を説明するため主記憶装置内
のアドレス変換状況を例示している1例、第2図は従来
のプリフイクス変換制御方式の一ー実施例構成、第3図
は本発明に係るプレフイクス変換制御方式の一実施例構
成をそれぞれ示している。 図中、4は第1のアドレス・レジスタ、5は第2のアド
レス.レジスタ、6はプレフイクス変換回路、7はプレ
フイクス検知回路、8,9はフリップ・フロップ回路を
それぞれ表わしている。
FIG. 1 shows an example of an address conversion situation in the main memory to explain prefix conversion. The configuration of one embodiment of such a prefix conversion control method is shown. In the figure, 4 is the first address register, 5 is the second address register. 6 represents a prefix conversion circuit, 7 represents a prefix detection circuit, and 8 and 9 represent flip-flop circuits.

Claims (1)

【特許請求の範囲】[Claims] 1 主記憶装置を共用する形で中央処理装置が複数個並
列に動作するマルチ・プロセッサ・システムであつて、
主記憶装置に対しアクセスをかけるに当り、第1のアド
レス・レジスタにセットされた実アドレスの内容がプレ
フイクス変換回路を介して第2のアドレス・レジスタに
絶対アドレスとしてセットされる際に、上記実アドレス
の内容をアドレス変換すべきか否かを検知するプレフイ
クス検知回路の出力に基づいてプレフイクス変換を行な
つてまたはプレフイクス変換を行なうことなく第2のア
ドレス・レジスタにセットし、当該セットされた絶対ア
ドレスによつて主記憶装置に対しアクセスするようにし
たマルチ・プロセッサ・システムにおいて、上記第1の
アドレス・レジスタにセットされた実アドレスの内容を
直接第2のアドレス・レジスタにセットするようになす
と共にプレフイクス変換の必要性の有無をチェックする
よう構成し、上記第1のアドレス・レジスタにセットさ
れた実アドレスの内容がプレフイクス変換をなすべきア
ドレスであるとき第2のアドレス・レジスタに転送され
たアドレスの内容を再度第1のアドレス・レジスタにセ
ットさせ、プレフイクス変換を行なつて第2のアドレス
・レジスタにセットする構成となし、第1のアドレス・
レジスタにセットされた実アドレスの内容についてプレ
フイクス変換が不用のときは第1のアドレス・レジスタ
から第2のアドレス・レジスタに直接セットするように
したことを特徴とするプレフイクス変換制御方式。
1 A multi-processor system in which multiple central processing units operate in parallel while sharing the main memory,
When accessing the main memory, when the contents of the real address set in the first address register are set as an absolute address in the second address register via the prefix conversion circuit, the above-mentioned The set absolute address is set in the second address register with or without prefix conversion based on the output of a prefix detection circuit that detects whether or not the contents of the address should be converted. In a multi-processor system in which the main memory is accessed by the first address register, the content of the real address set in the first address register is directly set in the second address register, and The address is configured to check whether there is a need for prefix conversion, and is transferred to the second address register when the content of the real address set in the first address register is an address to which prefix conversion is to be performed. The contents of the first address register are set again to the first address register, prefix conversion is performed, and the contents are set to the second address register.
A prefix conversion control method characterized in that when prefix conversion is not required for the contents of a real address set in a register, the content is directly set from a first address register to a second address register.
JP55155357A 1980-11-05 1980-11-05 Prefix conversion control method Expired JPS6048789B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP55155357A JPS6048789B2 (en) 1980-11-05 1980-11-05 Prefix conversion control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP55155357A JPS6048789B2 (en) 1980-11-05 1980-11-05 Prefix conversion control method

Publications (2)

Publication Number Publication Date
JPS5778691A JPS5778691A (en) 1982-05-17
JPS6048789B2 true JPS6048789B2 (en) 1985-10-29

Family

ID=15604131

Family Applications (1)

Application Number Title Priority Date Filing Date
JP55155357A Expired JPS6048789B2 (en) 1980-11-05 1980-11-05 Prefix conversion control method

Country Status (1)

Country Link
JP (1) JPS6048789B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01104284U (en) * 1987-12-29 1989-07-13

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01104284U (en) * 1987-12-29 1989-07-13

Also Published As

Publication number Publication date
JPS5778691A (en) 1982-05-17

Similar Documents

Publication Publication Date Title
US6078977A (en) Hierarchical bus structure access system
TWI442318B (en) System and method of indirect register access
US6772237B2 (en) Host controller interface descriptor fetching unit
JPH03108042A (en) Multiple virtual space address system and computer system
JPH0312339B2 (en)
JPH0512126A (en) Device and method for address conversion for virtual computer
JP3604548B2 (en) Address match detection device, communication control system, and address match detection method
JP3190700B2 (en) Address translator
JPS6048789B2 (en) Prefix conversion control method
US6378058B1 (en) Method of and apparatus for processing information, and providing medium
JPS59173828A (en) Data processing system
JPH03656B2 (en)
JPS59112479A (en) High speed access system of cache memory
JPH0934726A (en) Interruption control method
JP3481503B2 (en) Address translation system
JPH0547856B2 (en)
JPS6244838A (en) Instruction fetching device
JPH04112251A (en) Microcomputer
JPH0550019B2 (en)
JP2001154915A (en) Information processor
JPH02176839A (en) Information processor
JP2000172675A (en) List vector processor
JPH03257643A (en) Information processor
JPH04352047A (en) Method and device for controlling address conversion
JPH10171771A (en) Associative storage device