JPS6237420B2 - - Google Patents

Info

Publication number
JPS6237420B2
JPS6237420B2 JP58102266A JP10226683A JPS6237420B2 JP S6237420 B2 JPS6237420 B2 JP S6237420B2 JP 58102266 A JP58102266 A JP 58102266A JP 10226683 A JP10226683 A JP 10226683A JP S6237420 B2 JPS6237420 B2 JP S6237420B2
Authority
JP
Japan
Prior art keywords
section
key
ksar
read
access
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
JP58102266A
Other languages
Japanese (ja)
Other versions
JPS59227099A (en
Inventor
Masahiro Kuryama
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 JP58102266A priority Critical patent/JPS59227099A/en
Publication of JPS59227099A publication Critical patent/JPS59227099A/en
Publication of JPS6237420B2 publication Critical patent/JPS6237420B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)
  • Memory System (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 (1) 発明の技術分野 本発明は主記憶部の記憶保護のためキー記憶部
を具えた処理装置において、主記憶部へのアクセ
スの高速化とキー記憶部の信頼性の向上を図つた
キー記憶部制御装置に関するものである。
[Detailed Description of the Invention] (1) Technical Field of the Invention The present invention provides a processing device equipped with a key storage unit for memory protection of the main storage unit, which improves the speed of access to the main storage unit and the reliability of the key storage unit. The present invention relates to a key storage controller with improved performance.

(2) 従来技術と問題点 従来、主記憶部(MS)に対し、とくに仮想記
憶制御を行なつている計算機では、記憶保護と主
記憶への参照の履歴を残すためキー記憶部
(KS)が用いられている。KSは主記憶部(MS)
を参照するプログラムのPSW(プログラム状態
語)内のキーと比較されるKEY部と、仮想記憶
部から主記憶部にページインされた内容にリード
やライトがなされたか否かの状態を記憶するRC
部をもつている。
(2) Prior art and problems Conventionally, in computers that perform virtual memory control on the main memory (MS), a key memory (KS) is used to protect the memory and keep a history of references to the main memory. is used. KS is main memory (MS)
The KEY part is compared with the key in the PSW (Program Status Word) of the program that refers to it, and the RC stores the status of whether or not the content paged in from the virtual memory to the main memory has been read or written.
It has a department.

第1図はKSの構成を示し、論理フイールドに
よりKEY、F、R、Cに4区分し、さらに機能
的に前2者と後2者でKEY部とRC部に分けられ
る。各区分の機能は下記のとおりである。
FIG. 1 shows the configuration of the KS, which is divided into four sections, KEY, F, R, and C, according to logical fields, and further functionally divided into the KEY part and the RC part, the first two and the latter two. The functions of each category are as follows.

KEY;記憶保護用MSアクセス制御キー F;記憶保護用MSフエツチ制御ビツト R;MS参照記憶ビツト C;MS変更記憶ビツト すなわち、KEYとFより成るKEY部により、
プログラムのキーと比較しアクセスの正当性を確
認し、RとCより成るRC部に一度でもリードや
ライトのアクセスがあつた場合には、Rを“1”
とし、変更のライトがあればCを“1”とする。
KEY; MS access control key for memory protection F; MS fetch control bit for memory protection R; MS reference memory bit C; MS change memory bit In other words, the KEY part consisting of KEY and F
The validity of the access is confirmed by comparing it with the program key, and if there is even one read or write access to the RC section consisting of R and C, set R to "1".
If a change is written, C is set to "1".

これによりプログラムの使用状態が判る。 This allows you to know how the program is being used.

このKSに対するアクセス動作には、 “KSリード”(KSキー命令等のリードの場
合) “KSライト”(KSキー命令等のライトの場
合) “KSアツプデート”(MSアクセスのためリ
ード、ライトの場合)の3種がある。の
“KSアツプデイト”で実際にライトされるのは
RC部だけであるが、必ずその前に記憶保護の
ためにKEY部のリードが行なわれる。これに
対しての“KSリード”の“KSライト”は
KEY部とRC部の両方が対象となる。
Access operations for this KS include “KS read” (for reading with KS key commands, etc.) “KS write” (for writing with KS key commands etc.) “KS update” (for reading and writing for MS access) ) There are three types. What is actually written on the “KS update date” is
Although only the RC section is read, the KEY section is always read before that to protect the memory. In contrast, “KS read” and “KS light” are
Both the KEY section and RC section are eligible.

“KSアツプデイト”のMSアクセス動作におい
て、とくにバツフア記憶部(BS)を設けた計算
機では、MSデータへのアクセスは通常1サイク
ルの高速処理が行なわれているので、KSのアツ
プデイト動作を高速化しなければBSを用いた効
果がない。一方、KSのアツプデイト動作では、
KEY部はリード、RC部はライトであるから通常
2サイクル要することになり、従来の用法では折
角のBSの高速アクセスの効果が失なわれてしま
うことになる。
In the MS access operation of "KS update date," especially in computers equipped with a buffer storage (BS), access to MS data is usually performed at high speed in one cycle, so it is necessary to speed up the KS update operation. There is no effect using BS. On the other hand, in the update operation of KS,
Since the KEY part is read and the RC part is written, it usually takes two cycles, and the effect of the high-speed access of the BS, which has been achieved in the conventional method, is lost.

そこで、KSに対するアクセス動作の内容に応
じ、KSの機能を損なわないでBSの高速アクセス
に適合させることが望ましい。
Therefore, it is desirable to adapt the BS to high-speed access without impairing the functions of the KS, depending on the content of the access operation to the KS.

またの“KSライト”ではKSの内容がすべて
書きかえられてしまうので誤まつたアドレスにラ
イトしないよう十分注意しなくてはならない。
Also, with "KS write", all the contents of KS will be rewritten, so you must be very careful not to write to the wrong address.

(3) 発明の目的 本発明の目的は主記憶部の記憶保護のための
KSに対し必要な機能を損なうことなく高速アク
セスできるようにした信頼性の高いキー記憶部制
御装置を提供することである。
(3) Purpose of the invention The purpose of the present invention is to protect the main memory.
An object of the present invention is to provide a highly reliable key storage controller that allows high-speed access to a KS without impairing necessary functions.

(4) 発明の構成 前記目的を達成するため、本発明のキー記憶部
制御装置は主記憶部の記憶保護のためのキー部と
仮想記憶制御のための主記憶参照用の履歴記憶ビ
ツト部とより成るキー記憶部を具えた計算機にお
いて、キー記憶部の内容を前記キー部と履歴記憶
ビツト部とに分割し、それぞれの部分に対応する
アドレスレジスタを設けて各部分を別々にリー
ド、ライトできるように構成し、キー記憶部に対
するアクセス動作の種類に応じ前記各部分のうち
必要な部品に対してのみリード、ライトするよう
にしたことを特徴とするものである。
(4) Structure of the Invention In order to achieve the above object, the key storage control device of the present invention includes a key section for memory protection of the main memory section and a history storage bit section for main memory reference for virtual memory control. In a computer equipped with a key storage section, the contents of the key storage section are divided into the key section and the history storage bit section, and address registers corresponding to each section are provided so that each section can be read and written separately. The present invention is characterized in that reading and writing are performed only on necessary parts among the respective parts according to the type of access operation to the key storage section.

(5) 発明の実施例 本発明の原理は、KS全体を従来のように1個
のアドレスレジスタを用い一括2サイクルの制御
を行なうのではなく、KSを前述のようにKEY部
とRC部に分け、それぞれにアドレスレジスタを
設けて別々の制御を行ない、リード、ライト、ア
ツプデイト等のアクセスの種類に応じ、前記
KEY部、RC部のアドレス設定後のリード、ライ
トのタイミングを可変設定して一連のパイプライ
ン制御を行なうことにより、BSの速度に適合さ
せつつ高い信頼性を保てるようにしたものであ
る。
(5) Embodiments of the Invention The principle of the present invention is that instead of controlling the entire KS in two cycles using one address register as in the past, the KS is divided into the KEY section and the RC section as described above. address registers are provided for each to perform separate control, and the above-mentioned
By variably setting the read and write timings after address setting in the KEY and RC sections and performing a series of pipeline controls, it is possible to maintain high reliability while adapting to the speed of the BS.

第2図a〜cは上記原理に従う本発明の実施例
の動作説明図である。
FIGS. 2a to 2c are explanatory diagrams of the operation of the embodiment of the present invention according to the above principle.

本発明では第1図に示したように、KS全体を
KEY部とRC部の2つの部分に分割し、それぞれ
のためのKSアドレスレジスタKSARK、KSARR
を設け、別々に制御を行なう。
In the present invention, as shown in Fig. 1, the entire KS is
Divided into two parts, KEY part and RC part, KS address registers KSAR K and KSAR R for each.
are set up and controlled separately.

このKSアドレスレジスタを用いてアクセスの
種類に応じて次のような動作が行なわれる。
The following operations are performed using this KS address register depending on the type of access.

同図aの“KSリード”の場合は、アドレスレ
ジスタKSARK、KSARRへのセツトを同時に行な
い、両アドレスレジスタセツトの次のサイクルで
KSのKEY部、RC部両部の読出しを行ないKSr
(リード)データを出力する。
In the case of "KS read" in figure a, address registers KSAR K and KSAR R are set at the same time, and in the next cycle after both address registers are set.
Read both the KEY part and RC part of KS and write KSr.
(Read) Output data.

同図bの“KSライト”の場合は、アドレスレ
ジスタKSARK、KSARRへのセツトを同時に行な
い、セツトの次のサイクルに両アドレスレジスタ
KSARK、KSARRのチエツクを行ない、エラーが
なかつた場合にのみ、さらに次のサイクルで
KEY部、RC部両部分の書込みを行なう。このよ
うにKEY部、RC部のリード/ライトを順次サイ
クルをずらしてパイプライン制御を行なうことに
より、誤つたアドレスの内容の破壊を防ぎ、シス
テムの誤動作を防止している。
In the case of "KS write" in figure b, address registers KSAR K and KSAR R are set at the same time, and both address registers are set in the next cycle after setting.
KSAR K and KSAR R are checked, and only if there are no errors, they are checked again in the next cycle.
Write to both the KEY section and RC section. In this way, pipeline control is performed by sequentially shifting the read/write cycles of the KEY section and RC section, thereby preventing destruction of the contents of erroneous addresses and preventing system malfunctions.

同図cの“KSアツプデート”、すなわちMSリ
ード/ライトの場合は、MSアクセスと同一サイ
クルでKSリードによるKEY部の記憶保護チエツ
クを行ない、次のサイクルでKSライトを行な
う。KSARKセツトの次のサイクルにKEY部の読
取しおよびPSWキーとの比較による記憶保護チ
エツクを行ない、KSARRセツトの次のサイクル
にRC部への書込みを行なうように、KEY部、
RC部のリード/ライトを順次ずらしてパイプラ
イン制御を行なう。
In the case of "KS update" shown in FIG. 3c, that is, MS read/write, a memory protection check of the KEY part is performed by KS read in the same cycle as MS access, and KS write is performed in the next cycle. The KEY section is set so that the next cycle of KSAR K set reads the KEY section and performs a memory protection check by comparing with the PSW key, and the next cycle of KSAR R set writes to the RC section.
Pipeline control is performed by sequentially shifting read/write of the RC section.

従来はKSを一括制御するのに対し、KEY部と
RC部に2分割してサイクル毎処理してずらして
パイプライン制御することにより、BSにマツチ
した高速アクセスが可能となる。この場合サイク
ル毎に処理するから若干の許容が必要となる。
Previously, the KS was controlled all at once, but the KEY section and
By dividing the data into two parts in the RC part, processing each cycle, and controlling the pipeline by shifting the data, high-speed access that matches the BS becomes possible. In this case, some tolerance is required since processing is performed every cycle.

たとえば、同図cの“MSアクセス”時に、
KSARRセツトの次のサイクルで直ちにRC部の
書込を行なうが、この場合はRC部のRビツト、
Cビツトそれぞれ“1”の書込みだけを行なうの
で、万一KSARRにエラーがあつて誤つたアドレ
スに書込みが行なわれても、常にRビツト、Cビ
ツトはMSデータに参照、変更が行なわれたよう
に変化するだけであるから、データ化けの必配は
ない。従つて、この点を許容して高速化を重視す
るものである。
For example, during "MS access" in figure c,
The RC part is written immediately in the cycle following the KSAR R set, but in this case, the R bit of the RC part,
Since only "1" is written to each C bit, even if an error occurs in KSAR R and a write is made to the wrong address, the R bit and C bit will always be referenced and changed in the MS data. There is no need for data to become garbled, as the data simply changes. Therefore, this point is tolerated and emphasis is placed on speeding up.

第3図は本発明の実施例の構成を示す説明図で
ある。
FIG. 3 is an explanatory diagram showing the configuration of an embodiment of the present invention.

同図において、KS1は第1図に示したよう
に、KEY部1とRC部1に分割され、それぞ
れKSARK2とKSARR3によりアクセスされる。
そしてKSキー命令等のライトデータKSw(ライ
ト)データがKEY部1とRC部1のR、Cに
入力され、MSアクセスの場合はRC部1のR、
Cに対しそれぞれマルチプレクサ1,1
KSw(ライト)データと切替え、MSr/w(リ
ード/ライト)、MSw(ライト)が入力される。
In the figure, KS1 is divided into a KEY section 11 and an RC section 12 , as shown in FIG. 1, and accessed by KSAR K2 and KSAR R3 , respectively.
Then, write data KSw (write) data such as KS key command is input to the R and C of the KEY section 1 1 and the RC section 1 2 , and in the case of MS access, the R and C of the RC section 1 2 are input.
with multiplexers 1 3 and 1 4 for C, respectively.
KSw (write) data and switching, MSr/w (read/write), and MSw (write) are input.

まず“KSリード”の場合は、KS1のKEY部1
とRC部1の内容をKSARK2とKSARR3に
よりアクセスし、第2図aに示す手順KEY部
とRC部からKSr(リード)データが得られ
る。
First, in the case of “KS read”, KEY part 1 of KS1
The contents of 1 and RC section 1 and 2 are accessed by KSAR K 2 and KSAR R 3, and KSr (read) data is obtained from the KEY section and RC section in the procedure shown in FIG. 2a.

“KSライト”の場合は、KS1のKEY1
RC部1にそれぞれKSARK2とKSARR3によ
りアクセスするとともに、このKSARK2と
KSARR3の内容をチエツカ5,6でエラーをチ
エツクし、チエツク後の反転信号をそれぞれ
AND回路8,10の各一方の入力とし、他方の
入力はKSWOP(ライトオペレーシヨン)信号を
フリツプフロツプ7に入力してKSwより1サイ
クル遅れた(KSw+1)とする。
In the case of “KS Lite”, KEY1 1 of KS1 and
RC parts 1 and 2 are accessed by KSAR K 2 and KSAR R 3, respectively, and this KSAR K 2 and
Check the contents of KSAR R 3 for errors using checkers 5 and 6, and check the inverted signals after checking.
It is assumed that one input of each of the AND circuits 8 and 10 is used, and the other input is a KSWOP (write operation) signal that is input to the flip-flop 7 and is delayed by one cycle from KSw (KSw+1).

そして、AND回路8の出力はフリツプフロツ
プ9を介してKEY部に対するライトイネーブル
信号KEKを出力し、AND回路10の出力はOR回
路14を通しフリツプフロツプ15を介してRC
部に対するライトイネーブル信号WERを出力す
る。これらのWEKとWERにより第2図bに示す
KEY部、RC部が得られる。
The output of the AND circuit 8 is passed through the flip-flop 9 to output a write enable signal KEK for the KEY section, and the output of the AND circuit 10 is passed through the OR circuit 14 and sent to the flip-flop 15 as an RC signal.
Outputs a write enable signal WER for the section. These WE K and WE R are shown in Figure 2b.
KEY part and RC part are obtained.

“MSアクセス”の場合は、最初のサイクルで
KS1のKEY部1をKSARK2でアクセスし、
KEY部1から読出されたKEYと、MSのプログ
ラム状態ワードキー(PSWKEY)4とを比較器
11で一致を比較し、その出力信号をNOT回路
12を介し反転信号を出力し、MSOP(オペレー
シヨン)信号とともにAND回路13に入力し、
その出力をOR回路14を介してフリツプフロツ
プ15を通してライトイネーブル(WER)信号
を出力する。
For “MS Access”, in the first cycle
Access KEY part 1 1 of KS1 with KSAR K2 ,
The comparator 11 compares the KEY read out from the KEY unit 1 1 and the program state word key (PSWKEY) 4 of the MS, and outputs the inverted signal via the NOT circuit 12. yon) signal to the AND circuit 13,
The output is passed through an OR circuit 14 and a flip-flop 15 to output a write enable ( WER ) signal.

もし不一致であれば記憶保護例外として、RC
部1へのアクセスは行なわない。一致であれ
ば、WER信号を出力し、次のサイクルでKSARR
3によりRC部1をアクセスし、RC部1
R、Cを書替える。
If there is a mismatch, the RC
Part 1-2 is not accessed. If there is a match, it outputs the WE R signal and outputs the KSAR R signal in the next cycle.
3 accesses the RC section 12 and rewrites R and C in the RC section 12 .

この場合、KSARR3をセツトした次のサイク
ルで誤りチエツクの結果を待たずに、RC部1
のR、Cの書込みを行ない第2図cのRC部が
得られる。これのみで“MSアクセス”の高速ア
クセスが可能となる。また、KSARK、KSARR
誤りチエツクは別途行なわれており、もし誤りを
検出した場合は命令のリトライを行なえばよく、
万一他のアドレスのRC部を書き変えていたとし
てもRビツト、Cビツト共“1”の方向に変化し
ているだけであるから、多少効率は悪くなるかも
しれないが誤動作することはない。
In this case, in the next cycle after setting KSAR R3 , the RC unit 12 is set without waiting for the error check result.
By writing R and C, the RC part shown in FIG. 2c is obtained. This alone enables high-speed access using "MS access." Also, errors in KSAR K and KSAR R are checked separately, and if an error is detected, the instruction can be retried.
Even if the RC part of another address were to be rewritten, both the R and C bits would only change in the direction of "1", so although the efficiency may decrease somewhat, there will be no malfunction. .

何れにしても、この“MSアクセス”では、最
初のサイクルでKEY部をリードして記憶保護チ
エツクを行ない、次のサイクルでRC部のライト
を行なうが、許容される手順を省くとともに各サ
イクル毎に処理してゆくパイプライン制御方式を
採ることにより、BSにマツチした高速アクセス
が可能となる。
In any case, in this "MS access", the KEY part is read in the first cycle and a memory protection check is performed, and the RC part is written in the next cycle, but the permissible procedure is omitted and each cycle By adopting a pipeline control method that performs processing in parallel, high-speed access that matches the BS becomes possible.

(6) 発明の効果 以上説明したように、本発明によれば、KSの
内容を論理フイールド単位に複数に分割し、それ
ぞれの部分に対応するアドレスレジスタを設けて
別々に動作させ、KSに対するアクセス動作の
“KSリード”、“KSライト”、“MSアクセス”に応
じ前記部分のフイールドのリード、ライトのタイ
ミングを可変設定し、一連のパイプライン制御を
行なうものである。これにより、BSの速度にマ
ツチした高速アクセスが可能で、かつ信頼性の高
いKS制御方式が得られる。
(6) Effects of the Invention As explained above, according to the present invention, the contents of the KS are divided into a plurality of logical field units, address registers corresponding to each part are provided and operated separately, and access to the KS is improved. The read and write timings of the fields in the above section are variably set according to the operations "KS read", "KS write", and "MS access", and a series of pipeline controls are performed. This provides a highly reliable KS control method that enables high-speed access that matches the speed of the BS.

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

第1図は本発明で用いるKSの構成説明図、第
2図a〜cは本発明の原理を説明する実施例の動
作説明図、第3図は本発明の実施例の構成説明図
であり、図中1はキー記憶部(KS)、1
KEY部、1はRC部、2,3はKSアドレスレジ
スタ、4はプログラム状態語キー部、5,6はチ
エツカ、7,9,15はフリツプフロツプ、8,
10はAND回路、11は比較回路、12はNOT
回路、14はOR回路を示す。
FIG. 1 is an explanatory diagram of the configuration of a KS used in the present invention, FIGS. 2 a to c are explanatory diagrams of the operation of an embodiment for explaining the principle of the present invention, and FIG. 3 is an explanatory diagram of the configuration of an embodiment of the present invention. , 1 in the figure is the key storage unit (KS), 1 1 is the key storage unit (KS),
KEY section, 1 2 is RC section, 2 and 3 are KS address registers, 4 is program status word key section, 5 and 6 are checkers, 7, 9, and 15 are flip-flops, 8,
10 is an AND circuit, 11 is a comparison circuit, 12 is NOT
The circuit 14 shows an OR circuit.

Claims (1)

【特許請求の範囲】[Claims] 1 主記憶部の記憶保護のためのキー部と仮想記
憶制御のための主記憶参照用の履歴記憶ビツト部
とより成るキー記憶部を具えた計算機において、
キー記憶部の内容を前記キー部と履歴記憶ビツト
部とに分割し、それぞれの部分に対応するアドレ
スレジスタを設けて各部分を別々にリード、ライ
トできるように構成し、キー記憶部に対するアク
セス動作の種類に応じ前記各部分のうち必要な部
分に対してのみリード、ライトするようにしたこ
とを特徴とするキー記憶部制御装置。
1. In a computer equipped with a key storage section consisting of a key section for memory protection of the main memory section and a history storage bit section for main memory reference for virtual memory control,
The contents of the key storage section are divided into the key section and the history storage bit section, and address registers corresponding to each section are provided so that each section can be read and written separately, and access operations for the key storage section are performed. A key storage unit control device characterized in that reading and writing are performed only to necessary portions among the respective portions according to the type of the key storage portion.
JP58102266A 1983-06-08 1983-06-08 Key storage part control device Granted JPS59227099A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58102266A JPS59227099A (en) 1983-06-08 1983-06-08 Key storage part control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58102266A JPS59227099A (en) 1983-06-08 1983-06-08 Key storage part control device

Publications (2)

Publication Number Publication Date
JPS59227099A JPS59227099A (en) 1984-12-20
JPS6237420B2 true JPS6237420B2 (en) 1987-08-12

Family

ID=14322786

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58102266A Granted JPS59227099A (en) 1983-06-08 1983-06-08 Key storage part control device

Country Status (1)

Country Link
JP (1) JPS59227099A (en)

Also Published As

Publication number Publication date
JPS59227099A (en) 1984-12-20

Similar Documents

Publication Publication Date Title
JP2007066309A (en) Method and system for synchronizing industrial control device with redundancy control device
US3618042A (en) Error detection and instruction reexecution device in a data-processing apparatus
EP0418030A2 (en) Improvements in and relating to stable memory circuits
JPS59214952A (en) Processing system of fault
JPS6319058A (en) Memory device
JPS6237420B2 (en)
JPH0316655B2 (en)
JPS60142747A (en) Instruction execution control system
JPH03105630A (en) Error correcting system
JPS6135583B2 (en)
JPH0378845A (en) Man storage key control system
JPH08166891A (en) Fault tolerant computer system
JPS60193046A (en) Detecting system for instruction exception
JPH0594379A (en) Shared memory control system
JPS61294556A (en) Detection system for program malfunction
JPH01271853A (en) Electronic calculator
JPH02293947A (en) Virtual storage dualizing system
JPH03127126A (en) Information processor
JPH0484242A (en) Data processor
JPH0250500B2 (en)
JPH0332823B2 (en)
JPS61139836A (en) Instruction control system of pipeline computer
JPH04233052A (en) Duplex memory device
JPH05210586A (en) Cache memory control circuit
JPH0374421B2 (en)