JPS6345652A - Invalidation processing system for information processor - Google Patents

Invalidation processing system for information processor

Info

Publication number
JPS6345652A
JPS6345652A JP61188624A JP18862486A JPS6345652A JP S6345652 A JPS6345652 A JP S6345652A JP 61188624 A JP61188624 A JP 61188624A JP 18862486 A JP18862486 A JP 18862486A JP S6345652 A JPS6345652 A JP S6345652A
Authority
JP
Japan
Prior art keywords
invalidation
information
processing
request
vector
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP61188624A
Other languages
Japanese (ja)
Inventor
Yasuaki Kamiya
神谷 靖彰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP61188624A priority Critical patent/JPS6345652A/en
Publication of JPS6345652A publication Critical patent/JPS6345652A/en
Pending legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To avoid the deterioration in performance due to the same invalidation processing and to improve the performance by using an invalid information degenerating circuit to perform the comparison of information and degenerating the undone invalidation processing among those subsequent invalidation processings under processes. CONSTITUTION:An invalidation information degenerating means 9 receives the invalidation information on registers 6a-6f of an invalidation information holding means 6 as well as valid bits 6h and 6g via invalidation information lines 16-a-16-h. It is confirmed that the coincidence is secured with invalidation addresses between a first vector store request and its following one as long as an AND is obtained through an AND gate 9-e. The information valid bit 6-h of a subsequent vector store request not subjected to invalidation processing yet is displayed invalid (=0) via an invalidation degeneration information line 17 based on said coincidence information. Thus it is possible to degenerate the invalidation processing to be carried out the invalidation information kept undone.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置の無効化処理方式、特に緩衝記憶
手段に記憶さ八ている有効データの無効化処理方式に関
するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an invalidation processing method for an information processing device, and particularly to an invalidation processing method for valid data stored in a buffer storage means.

〔従来の技術〕[Conventional technology]

従来、ベクトル処理装置とスカラ処理装置を有する情報
処理装置において、緩衝記憶手段の無効化処理は、ベク
トル処理装置からのストア要求によって主記憶装置上の
データが書き換えられることにより、そのデータの写し
をブロック単位で持ってhる緩衝記憶手段のデータの内
容が無効となってしまう為、後続のスカラロード要求に
対して緩衝記憶手段としてのデータの保障を行なう為に
なされる 例えば、ベクトル処理装置からのベクトルストア要求に
応答して、ベクトルストア開始アrレス(B)、ベクト
ルストア要素間距離(D)及びベクトルストア要素数(
L)を無効化情報として保持し。
Conventionally, in an information processing device having a vector processing device and a scalar processing device, invalidation processing of a buffer storage means is performed by rewriting data on the main storage device in response to a store request from the vector processing device, thereby rewriting a copy of the data. Since the contents of the data in the buffer storage means held in block units become invalid, this is done in order to guarantee the data in the buffer storage means against subsequent scalar load requests. In response to the vector store request, the vector store start address (B), the distance between vector store elements (D), and the number of vector store elements (
L) is retained as invalidation information.

B、D、Lからベクトルストア領域(B〜B+LD)を
作成保持し、且つ無効化アドレス作成回路で、無効化ア
Pレス(B 、 B+D 、 B+2D・・・B+LD
)を作成し、そnぞれ無効化処理を実行し、その処理が
終了するまでの間、続続のスカラロードに対するデータ
を保障する為に、前記ベクトルストア領域内へのアクセ
スの場合、その要求を主記憶装置への要求としてl処理
し、この時、無効化処理中に後バ続のベクトルストア要
求が来ると、後続のベクトルストア要求に対する無効化
処理かできない為に。
A vector store area (B to B+LD) is created and held from B, D, and L, and an invalidation address generation circuit generates and holds the invalidation address (B, B+D, B+2D...B+LD).
) and execute invalidation processing for each, and in order to guarantee data for subsequent scalar loads until the processing is completed, in the case of access to the vector store area, the request is processed as a request to the main memory, and at this time, if a subsequent vector store request comes during invalidation processing, only invalidation processing for the subsequent vector store request can be performed.

それを保持し、最初のベクトルストア要求に伴なう緩衝
記憶手段の無効化処理か終了した後に改めて後続の無効
化処理を実行する様な制御を行なっていた。
This is held, and after the buffer storage means invalidation process associated with the first vector store request is completed, the subsequent invalidation process is executed again.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の無効化処理方式では、最初のベクトルス
トア要求に伴なう緩衝記憶手段の無効化処理が終了する
まで1次のベクトルストア要求に伴なう緩衝記憶手段の
無効化処理が行なえない様になっているので、全く同様
の無効化処理であっても、2度行なう必要があり、すで
に無効化さnている同一のブロックに対して、再度無効
化処理を行なう様になってしまい、無効化処理に時間が
かかシ後続の要求の処理時間が長くなるという欠点があ
る。
In the conventional invalidation processing method described above, the invalidation process of the buffer storage means associated with the first vector store request cannot be performed until the invalidation process of the buffer storage means associated with the first vector store request is completed. As a result, even if the invalidation process is exactly the same, it must be performed twice, and the same block that has already been invalidated will be invalidated again. However, the disadvantage is that the invalidation process takes time and the processing time of subsequent requests becomes longer.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の情報処理装置の無効化処理方式はスカラ要求を
処理するスカラ処理手段と、ベクトル要求を処理するベ
クトル処理手段と、前記スカラ処理手段及びベクトル処
理手段に対して、スカラ要求及びベクトル要求を発行す
゛る要求発行手段と。
The invalidation processing method of the information processing apparatus of the present invention includes a scalar processing means for processing a scalar request, a vector processing means for processing a vector request, and a scalar request and a vector request for the scalar processing means and the vector processing means. Request issuing means to be issued.

前記スカラ処理手段及び前記ベクトル処理手段との間で
データの授受を行なう主記憶手段と、該主記憶手段と前
記スカラ処理手段との間にあり、前記主記憶手段にある
データの一部の写しをブロック単位で記憶し、該ブロッ
クのブロックアドレスと有効を表示する有効ピットを持
つ緩衝記憶手段と、前記要求発行手段からのベクトルス
トア要求に応答して前記ベクトルストア要求と共に送ら
れて来るベクトルストアアドレス情報に基づき前記緩衝
記憶手段に記憶されている有効ビットを無効にする無効
化処理の為の無効化アドレスを作成し無効化処理を行な
う無効化処理手段と、前記要求発行手段から順次発行さ
れるベクトルストア要求に対応して前記無効化処理手段
の制御に必要な無効化アドレス情報を無効化要求情報と
共に複数組保持する無効化情報保持手段と、前記無効化
情報保持手段に記憶され保持されている複数組の無効化
情報の各々の間で無効化情報の比較を行ない一致を検出
した場合に前記無効化情報保持手段にある後続要求で一
致した無効化要求情報をリセットし要求数を縮退させる
無効化情報縮退手段を含んで構成される。
A main memory means for exchanging data with the scalar processing means and the vector processing means, and a copy of a part of the data in the main memory means, which is located between the main memory means and the scalar processing means. a buffer storage means for storing in block units and having a valid pit for displaying the block address and validity of the block; and a vector store that is sent together with the vector store request in response to the vector store request from the request issuing means. An invalidation processing means that creates an invalidation address for invalidation processing that invalidates the valid bits stored in the buffer storage means based on address information and performs the invalidation processing, and a request issuing means that sequentially issues the invalidation address. a revocation information holding means for holding a plurality of sets of revocation address information necessary for controlling the revocation processing means together with revocation request information in response to a vector store request; Compare the revocation information between each of the plurality of sets of revocation information, and if a match is detected, reset the matched revocation request information in the subsequent request in the revocation information holding means, and reduce the number of requests. It is configured to include invalidation information degeneration means for degenerating the invalidation information.

〔実施例〕〔Example〕

次に2本発明について図面を参照して説明する。 Next, two aspects of the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の構成図である。第1図を用
いて、その動作の概略を説明する。
FIG. 1 is a block diagram of an embodiment of the present invention. An outline of its operation will be explained using FIG.

まず2通常の緩衝記憶手段5の無効化処理について説明
する。緩衝記憶手段5に主記憶手段4にあるデータの一
部の写しが存在する状態で、ベクトル処理手段2から主
記憶手段4上へのストア要求があると、ベクトル要求情
報線11を介して。
First, the invalidation process of the second normal buffer storage means 5 will be explained. When a store request is made from the vector processing means 2 to the main storage means 4 in a state where a copy of a part of the data in the main storage means 4 exists in the buffer storage means 5, the data is stored on the main storage means 4 via the vector request information line 11.

制御回路8ヘスドア要求が出され、主記憶制御情報線2
1を介して、その命令が実行される。これによって、主
記憶手段4のデータが書き換えられたことになり、緩衝
記憶手段5のデータの内容を保障する必要が出てくる。
Control circuit 8 Hess door request is issued, main memory control information line 2
1, the instruction is executed. This means that the data in the main storage means 4 has been rewritten, and it becomes necessary to ensure the contents of the data in the buffer storage means 5.

その為、ベクトル処理手段2から、ベクトルストア情報
線12を介して、ベクトルストア開始アドレス(B)、
ベクトルストア要素間距離(D)及びベクトルストア要
素数(L)を無効化情報保持手段6に保持するとともに
、無効化処理情報線18を介して、無効化処理手段7に
その情報を送ることによって、それらの情報から無効化
アrレス(B 、 B+D 、 B+2D・・・B+L
D )を作成し、無効化処理線20を介して、緩衝記憶
手段5の無効化処理を行なう。
Therefore, from the vector processing means 2, the vector store start address (B),
By holding the distance between vector store elements (D) and the number of vector store elements (L) in the invalidation information holding means 6, and sending the information to the invalidation processing means 7 via the invalidation processing information line 18. , from that information invalidate address (B, B+D, B+2D...B+L
D) is created, and the buffer storage means 5 is invalidated via the invalidation processing line 20.

これによって、緩衝記憶手段5に記憶されているデータ
の保障はできるが、この無効化処理が終るまでの間の後
続要求に対するデータの保障ができていない。そこで、
無効化情報保持手段6に保持していたベクトルストア情
報(B、D、L)を、制御情報線15を介して、制御手
段8へ送ることによってベクトルストア領域を作り、無
効化処理が終了するまでそれを保持することによって、
スカラ処理手段1からスカラ要求情報線10を介して送
られて来る緩衝記憶手段5をアクセスするスカラロード
要求を、ベクトルストア領域内であった時に主記憶手段
4に対する要求となる様に制御し。
Although the data stored in the buffer storage means 5 can be guaranteed by this, the data cannot be guaranteed for subsequent requests until the invalidation process is completed. Therefore,
A vector store area is created by sending the vector store information (B, D, L) held in the invalidation information holding means 6 to the control means 8 via the control information line 15, and the invalidation process is completed. By holding it until
A scalar load request for accessing the buffer storage means 5 sent from the scalar processing means 1 via the scalar request information line 10 is controlled so that it becomes a request for the main storage means 4 when it is within the vector store area.

主記憶制御情報線21を介して主記憶手段4に要求を出
し、データ線13を介して、主記憶手段4からスカラ処
理手段1にデータを返すよう制御することでデータの保
障を行なう。
Data is guaranteed by issuing a request to the main memory means 4 via the main memory control information line 21 and controlling the data to be returned from the main memory means 4 to the scalar processing means 1 via the data line 13.

これが基本動作であるが2本発明はベクトルストア要求
に伴なう無効化処理中に送られて来る後続のベクトルス
トア要求による無効化処理の制御方式に特徴があるので
、これを第2図を用いて。
This is the basic operation, but the present invention is characterized by the control method for the invalidation process by the subsequent vector store request sent during the invalidation process accompanying the vector store request. make use of.

説明する。説明を簡単にする為に無効化情報保持手段6
には2つまでのベクトルストア情報が保持できる場合を
例とすることにする。
explain. In order to simplify the explanation, invalidation information holding means 6
Let us take as an example a case where up to two pieces of vector store information can be held.

まず、最初のベクトルストア要求に伴なう情報がBレジ
スタ6−a、Dレジスタ6−c、Lレジスタ6−eに保
持され、且つ、その情報有効ビット6−hが有効(=1
)を表示している時に、後続要求としてベクトルストア
要求が来ると、ベクトルストア情報線12を介して B
/レソスタ6−b。
First, information associated with the first vector store request is held in the B register 6-a, D register 6-c, and L register 6-e, and the information valid bit 6-h is valid (=1
), if a vector store request comes as a subsequent request, B is sent via the vector store information line 12.
/Resosta 6-b.

Dルジスタ6− d 、 L’レジスタ6−fにそれぞ
れ情報がセットされ、情報有効ピッ)6−gが1にセッ
トされる。情報有効ビット6−h、6−gは無効化処理
が終了した場合にリセットされるものとする。
Information is set in the D register 6-d and L' register 6-f, and the information valid pin 6-g is set to 1. It is assumed that the information valid bits 6-h and 6-g are reset when the invalidation process is completed.

この時に、後続のベクトルストア要求に伴なう無効化ア
ドレスが最初のベクトルストア要求に伴なう無効化アP
レスと同じであれば、後続のベクトルストア要求に伴な
う無効化処理は実行する必要がないはずである。無効化
アドレスが同じということは、言い変えれば、ベクトル
ストア開始アドレス、ベクトルストア要素間距離及びベ
クトルストア要素数がそれぞれ等しいということである
At this time, the invalidation address associated with the subsequent vector store request is the same as the invalidation address associated with the first vector store request.
If it is the same as the response, there should be no need to perform invalidation processing associated with subsequent vector store requests. In other words, the fact that the invalidation addresses are the same means that the vector store start address, the distance between vector store elements, and the number of vector store elements are all the same.

(B=B’ 、  D=D’ 、  L=L’)そこで
、無効化情報縮退手段9を設け、無効化情報保持手段6
のレジスタ6a〜6fと有効ピッ)6h、6gの無効化
情報を無効化情報線16−a〜16−hを介して受は取
り、比較回路9−aでBレジスタ6−aの値とBルジス
タ6−bの値を比較し一致を検出し、比較回路9−bで
Dレジスタ6−cの値とDルジスタ6−dの値を比較し
一致を検出し、比較回路9−cでLレジスタ’6−sの
値とLルジスタ6−fの値を比較し一致を検出し、且つ
、それぞれの情報有効ピッ)6−h 。
(B=B', D=D', L=L') Therefore, the invalidation information degenerating means 9 is provided, and the invalidation information holding means 6
The invalidation information of the registers 6a to 6f and valid pins 6h and 6g is received via the invalidation information lines 16-a to 16-h, and the comparison circuit 9-a compares the value of the B register 6-a with the value of the B register 6-a. A comparison circuit 9-b compares the value of the D register 6-c and a value of the D register 6-d to detect a match, and a comparison circuit 9-c detects a match. The value of the register '6-s and the value of the L register 6-f are compared to detect a match, and each information valid pin is detected (6-h).

6−g情報をANDゲート9−dでアンドをとり。6-g information is ANDed by AND gate 9-d.

それぞれの出力結果をANDグー)9−eでアンドをと
り、 ANDデート9−eからアンドがとれれば無効化
アドレスが、最初のベクトルストア要求と後続のベクト
ルストア要求とで一致したこととなる。そこで、この−
数情報を用い、まだ無効化処理を実行していない後続の
ベクトルストア要求の情報有効ピッ)6−hを無効化縮
退情報線17を介して、無効表示(=O)とする。尚最
初のベクトルストア要求に伴なう無効化処理が終了した
場合は、無効化処理手段7から無効化終了情報線19を
介して、情報有効ビット6−gを無効表示とする。
The respective output results are ANDed with 9-e, and if the AND is obtained from AND date 9-e, the invalidation address matches the first vector store request and the subsequent vector store request. Therefore, this -
Using the numerical information, the information valid pin (6-h) of the subsequent vector store request that has not yet been invalidated is displayed as invalid (=O) via the invalidation degeneration information line 17. When the invalidation process associated with the first vector store request is completed, the information valid bit 6-g is displayed as invalid from the invalidation processing means 7 via the invalidation completion information line 19.

無効化情報保持回路6はそれぞれの情報有効ビットが有
効時に保持され、そうでない場合は、後続の無効化情報
を受付けられる様に制御され、保持回路が一杯になった
場合は、後続命令は抑止されるものとする。
The invalidation information holding circuit 6 is held when each information valid bit is valid, otherwise it is controlled to accept subsequent invalidation information, and when the holding circuit is full, subsequent instructions are inhibited. shall be carried out.

この様に、情報有効ビットを持ち、無効化情報保持手段
6内に保持されている情報を比較し、一致がとれた場合
にそれを無効表示にさせることによって、未実施で保持
されている無効化情報によって行なわれ様としている無
効化処理を縮退することか可能となる。
In this way, by comparing the information held in the invalidation information holding means 6 that has an information valid bit and displaying it as invalid if there is a match, it is possible to prevent invalidation that has not yet been performed. It becomes possible to degenerate the invalidation process that is likely to be performed based on the invalidation information.

〔発明の効果〕〔Effect of the invention〕

以上説明したように2本発明は無効情報縮退回路を設け
、そこでの情報比較によって無効化処理中の後続の無効
化処理のうち未実施の無効化処理を縮退可能とし、同一
無効化処理による性能の低下を避け、性能の向上ができ
る効果がある。
As explained above, the present invention provides an invalidation information degeneration circuit, and by comparing information therein, it is possible to degenerate unexecuted invalidation processing among the subsequent invalidation processing during the invalidation processing, and the performance of the same invalidation processing is improved. This has the effect of avoiding a decline in performance and improving performance.

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

第1図は本発明の一実施例の構成図、第2図はその部分
詳細の一例を示す構成図である。 記号説明: 1・・・スカラ処理手段、2・・・ベクトル処理手段。 3・・・要求発行手段、4・・・主記憶手段、5・・・
緩衝記憶手段、6・・・無効化情報保持手段、6−a・
・・Bレジスタ、6−b・・・Bルジスタ、6−c・・
・Dレジスタ、6−d・・・Dルノスタ、6−e・・・
Lレジスタ。 6−f・・・Lルジスタ、6−g、6−h・・・情報有
効ビット、7・・・無効化処理手段、8・・・制御手段
、9・・・無効情報縮退手段、9−a、9−b、9−c
・・・比較回路、 9− d 、 9− e −AND
グー)、10−・・スカラ要求情報線、11・・・ベク
トル要求情報線。 12・・・ベクトルストア情報線、13・・・データ線
。 14・・・データ線、15・・・制御情報線、16・・
・無効化情報線、17・・・無効化縮退情報線、18・
・・無効化処理情報線、19・・・無効化終了情報線、
20・・・無効化処理線、21・・・主記憶制御情報線
。 第1図 第2図
FIG. 1 is a configuration diagram of an embodiment of the present invention, and FIG. 2 is a configuration diagram showing an example of partial details thereof. Symbol explanation: 1... Scalar processing means, 2... Vector processing means. 3...Request issuing means, 4...Main storage means, 5...
Buffer storage means, 6... invalidation information holding means, 6-a.
...B register, 6-b...B register, 6-c...
・D register, 6-d...D Lunostar, 6-e...
L register. 6-f... L register, 6-g, 6-h... Information valid bit, 7... Invalidation processing means, 8... Control means, 9... Invalid information degenerating means, 9- a, 9-b, 9-c
...comparison circuit, 9-d, 9-e-AND
), 10--scalar request information line, 11--vector request information line. 12... Vector store information line, 13... Data line. 14...Data line, 15...Control information line, 16...
・Invalidation information line, 17... Invalidation degeneration information line, 18・
... Invalidation processing information line, 19... Invalidation end information line,
20... Invalidation processing line, 21... Main memory control information line. Figure 1 Figure 2

Claims (1)

【特許請求の範囲】[Claims] 1、スカラ要求を処理するスカラ処理手段と、ベクトル
要求を処理するベクトル処理手段と、前記スカラ処理手
段及びベクトル処理手段に対してスカラ要求及びベクト
ル要求を発行する要求発行手段と、前記スカラ処理手段
及び前記ベクトル処理手段との間でデータの授受を行な
う主記憶手段と、該主記憶手段と前記スカラ処理手段と
の間にあり前記主記憶手段にあるデータの一部の写しを
ブロック単位で記憶し該ブロックのブロックアドレスと
有効を表示する有効ビットを持つ緩衝記憶手段と、前記
要求発行手段からのベクトルストア要求に応答して前記
ベクトルストア要求と共に送られて来るベクトルストア
アドレス情報に基づき前記緩衝記憶手段に記憶されてい
る有効ビットを無効にする無効化処理の為の無効化アド
レスを作成し無効化処理を行なう無効化処理手段と、前
記要求発行手段から順次発行されるベクトルストア要求
に対応して前記無効化処理手段の制御に必要な無効化ア
ドレス情報を無効化要求情報と共に複数組保持する無効
化情報保持手段と、該無効化情報保持手段に記憶され保
持されている複数組の無効化情報の各々の間で無効化情
報の比較を行ない一致を検出した場合に前記無効化情報
保持手段にある後続要求で一致した無効化要求情報をリ
セットし要求数を縮退させる無効化情報縮退手段とを含
むことを特徴とする情報処理装置の無効化処理方式。
1. A scalar processing means for processing a scalar request, a vector processing means for processing a vector request, a request issuing means for issuing a scalar request and a vector request to the scalar processing means and the vector processing means, and the scalar processing means and a main memory means for exchanging data with the vector processing means, and a main memory means located between the main memory means and the scalar processing means and storing a copy of a part of the data in the main memory means in units of blocks. buffer storage means having a valid bit for indicating the block address and validity of the block; and buffer storage means having a valid bit for indicating the block address and validity of the block; An invalidation processing means that creates an invalidation address for invalidation processing to invalidate valid bits stored in the storage means and performs the invalidation processing, and corresponds to vector store requests sequentially issued from the request issuing means. a revocation information holding means for holding a plurality of sets of revocation address information necessary for controlling the revocation processing means together with revocation request information; and a plurality of sets of revocation information stored and held in the revocation information holding means. Invalidation information degenerating means that compares the revocation information between each piece of revocation information and, when a match is detected, resets the matched revocation request information in the subsequent request in the revocation information holding means and degenerates the number of requests. An invalidation processing method for an information processing device, comprising:
JP61188624A 1986-08-13 1986-08-13 Invalidation processing system for information processor Pending JPS6345652A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61188624A JPS6345652A (en) 1986-08-13 1986-08-13 Invalidation processing system for information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61188624A JPS6345652A (en) 1986-08-13 1986-08-13 Invalidation processing system for information processor

Publications (1)

Publication Number Publication Date
JPS6345652A true JPS6345652A (en) 1988-02-26

Family

ID=16226941

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61188624A Pending JPS6345652A (en) 1986-08-13 1986-08-13 Invalidation processing system for information processor

Country Status (1)

Country Link
JP (1) JPS6345652A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02294866A (en) * 1989-05-10 1990-12-05 Hitachi Ltd Storage control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02294866A (en) * 1989-05-10 1990-12-05 Hitachi Ltd Storage control system

Similar Documents

Publication Publication Date Title
EP0669579B1 (en) Coherence index generation for use by an input/output adapter
JPH01269142A (en) Buffer memory control system
IE61306B1 (en) Method and device to execute two instruction sequences in an order determined in advance
JPS6345652A (en) Invalidation processing system for information processor
JP3145545B2 (en) Memory access device
JPS58150196A (en) System for updating and controlling main storage key
JP3006204B2 (en) Information processing device
JPH0664552B2 (en) Information processing device invalidation processing method
JPS59112479A (en) High speed access system of cache memory
JPS5928289A (en) Buffer storage controlling system
JPH03127126A (en) Information processor
JPS6042972B2 (en) Information processing device with address conversion function
JPS6115235A (en) Central processor
JPH0414147A (en) Central arithmetic processor
JP2547329B2 (en) Lock data setting device
JPS5842546B2 (en) Store control method
JP2815850B2 (en) Data processing unit
JPH0520191A (en) Cache memory control system
JPS63121975A (en) Information processor
JPH02136946A (en) Cache memory control circuit
JPS6238743B2 (en)
JPH01222375A (en) Buffer storage device
JPH058459B2 (en)
JPS58171781A (en) Electronic computer
JPS5872251A (en) Data processing system