Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPS6046450B2 - High-speed buffer memory control method - Google Patents
[go: Go Back, main page]

JPS6046450B2 - High-speed buffer memory control method - Google Patents

High-speed buffer memory control method

Info

Publication number
JPS6046450B2
JPS6046450B2 JP56006861A JP686181A JPS6046450B2 JP S6046450 B2 JPS6046450 B2 JP S6046450B2 JP 56006861 A JP56006861 A JP 56006861A JP 686181 A JP686181 A JP 686181A JP S6046450 B2 JPS6046450 B2 JP S6046450B2
Authority
JP
Japan
Prior art keywords
buffer memory
program
speed buffer
memory control
information
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
JP56006861A
Other languages
Japanese (ja)
Other versions
JPS57120284A (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.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP56006861A priority Critical patent/JPS6046450B2/en
Publication of JPS57120284A publication Critical patent/JPS57120284A/en
Publication of JPS6046450B2 publication Critical patent/JPS6046450B2/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0844Multiple simultaneous or quasi-simultaneous cache accessing
    • G06F12/0846Cache with multiple tag or data arrays being simultaneously accessible
    • G06F12/0848Partitioned cache, e.g. separate instruction and operand caches

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 本発明は、高速バッファメモリ制御方式、特に情報処理
装置に含まれるバッファメモリ制御部を制御する高速バ
ッファメモリ制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a high-speed buffer memory control method, and particularly to a high-speed buffer memory control method for controlling a buffer memory control section included in an information processing device.

一般に、高速バッファメモリはメモリ階層を構成するも
のてあり、情報処理装置内に備えており主記憶装置に格
納した情報の一部を保持する。この情報処理装置がプロ
グラムの実行時に、必要な命令、ならびにオペランド等
をアクセスする際に、欲する情報が高速バッファメモリ
に存在するかどうか、先す調べ存在していれば(HIT
するという)、この欲する情報は高速バッファメモリか
ら供給される。しかし、この欲する情報が高速バッファ
メモリに存在していない場合は、主記憶装置から供給さ
れると同時に、その情報に対する以後の使用に備えその
情報を高速バッファメモリに登録する。情報処理装置で
あるプログラムを実行する際、高速バツフアメモリヘの
HIT率が高い程そのプログラムの実行時間は短かくな
る。
Generally, a high-speed buffer memory constitutes a memory hierarchy, is provided in an information processing device, and retains part of the information stored in the main memory. When this information processing device accesses necessary instructions and operands when executing a program, it first checks whether the desired information exists in the high-speed buffer memory (HIT
), this desired information is supplied from a high-speed buffer memory. However, if the desired information is not present in the fast buffer memory, the information is registered in the fast buffer memory for future use as soon as it is supplied from main memory. When executing a program in an information processing device, the higher the HIT rate to the high-speed buffer memory, the shorter the execution time of the program.

情報処理装置で実行するプログラムには特権プログラム
と非特権プログラムがあり、一般にHIT率は特権プロ
グラムは低く、非特権プログラムは高い。従来の高速バ
ッファメモリ制御方式は、1つのバッファメモリ制御部
とこれに対応した制御フラグを格納する制御フラグレジ
スタを含み、プログラムの実行に先だつて制御フラグに
含まれるロード指示信号をセット状態にし、このロード
指示信号がセットされているときに前記プログラムを主
記憶装置から前記バッファメモリ制御部に移し、次いで
このプログラムを実行していた。
Programs executed by an information processing device include privileged programs and non-privileged programs, and in general, privileged programs have a low HIT rate and non-privileged programs have a high HIT rate. A conventional high-speed buffer memory control method includes one buffer memory control unit and a control flag register that stores a corresponding control flag, and sets a load instruction signal included in the control flag before executing a program. When this load instruction signal is set, the program is transferred from the main storage device to the buffer memory control section, and then this program is executed.

このようなプログラムが順次実行される場合には、先行
するプログラムの実行が終了すると、後続するプログラ
ムをロードして実行している。
When such programs are executed sequentially, when the preceding program finishes executing, the subsequent program is loaded and executed.

このため、実行されるプログラムの切換え直後゛のHI
T率は非常に低い。これは切換え前後のプログラムの主
記憶装置の格納領域が異なるため当然である。すなわち
、従来の高速バッファメモリ制御方式は、プログラムの
切換時に、HIT率が低下すると・いう欠点があつた。
Therefore, the HI level immediately after switching the program to be executed
T rate is very low. This is natural because the storage areas of the main storage device for the programs before and after switching are different. That is, the conventional high-speed buffer memory control method has the disadvantage that the HIT rate decreases when switching programs.

本発明の目的は、プログラムの切換時においても、HI
T率が低下しない高速バッファメモリ制御方式を提供す
ることにある。
An object of the present invention is to maintain the HI
An object of the present invention is to provide a high-speed buffer memory control method in which the T rate does not decrease.

すなわち、本発明の目的は、2組の高速バツフアメモリ
を備え現在、情報処理装置で使用していない高速バッフ
ァメモリに、次に情報処理装置に実行が渡されるプログ
ラムの内容を主記憶装置よりロードしておくことにより
、プログラムの切換が行なわれた際のHIT率の向上を
図れる高速バッファメモリ制御方式を提供することにあ
る。
That is, an object of the present invention is to load the contents of a program to be executed next to an information processing device from a main memory into a high-speed buffer memory that is provided with two sets of high-speed buffer memories and is not currently being used by the information processing device. It is an object of the present invention to provide a high-speed buffer memory control method that can improve the HIT rate when programs are switched.

すなわち、本発明の目的は、高速バッファメモリを2組
情報処理装置に備え、高速バッファメモリの動作状態を
示す制御フラッグの下に、現在情報処理装置により、使
用されていない高速バッファメモリに、次に情報処理装
置に実行が割り当てられるプログラム情報を主記憶より
ロードしておくことより、そのプログラムに制御が渡つ
た際のHIT率の向上を図る高速バッファメモリ制御方
式を提供することにある。本発明の高速バッファメモリ
制御方式は、高速バッファメモリを内蔵し、主記憶装置
の内容を一時この高速バッファメモリに移して利用する
よう構成された情報処理装置の高速バッファメモリの制
御方式に於て、上記高速バッファメモリを2組備え、前
記高速バッファメモリの動作状態を示す制御フラッグの
下に、現在情報処理装置により使用されていない高速バ
ッファメモリに、次に情報処理装置に実行が割り当てら
れるプログラムの情報を主記憶装置より移し、前記プロ
グラムに制御が渡された時、前記高速バッファメモリを
利用するよう制御して構成される。
That is, an object of the present invention is to provide two sets of high-speed buffer memories in an information processing apparatus, and to make the following information available to the currently unused high-speed buffer memories by the information processing apparatus under a control flag indicating the operating status of the high-speed buffer memories. An object of the present invention is to provide a high-speed buffer memory control method that improves the HIT rate when control is transferred to a program by loading program information to be assigned to an information processing device for execution from a main memory. The high-speed buffer memory control method of the present invention is a high-speed buffer memory control method for an information processing device that has a built-in high-speed buffer memory and is configured to temporarily transfer the contents of a main storage device to the high-speed buffer memory for use. , a program comprising two sets of the above-mentioned high-speed buffer memories, and under a control flag indicating the operating state of the high-speed buffer memories, execution is assigned to the high-speed buffer memory that is not currently being used by the information processing device, and then to the information processing device. information is transferred from the main memory, and when control is passed to the program, the high-speed buffer memory is controlled to be used.

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示すブロック図.で、第2
図は、第1図に示す制御フラグレジスタへの制御フラグ
の格納情報を説明する説明図、第3図は第1図に示す実
施例の動作説明図である。
FIG. 1 is a block diagram showing one embodiment of the present invention. So, the second
1 is an explanatory diagram illustrating the information stored in the control flag register shown in FIG. 1, and FIG. 3 is an explanatory diagram illustrating the operation of the embodiment shown in FIG. 1.

以下、第1図〜第3図を参照しながら本発明の一実施例
を説明する。第1図において、情報処理装置は2つのバ
ッファメモリ制御部A,Bおよび、制御フラグレジスタ
1を含んでいる。
Hereinafter, one embodiment of the present invention will be described with reference to FIGS. 1 to 3. In FIG. 1, the information processing device includes two buffer memory control units A and B and a control flag register 1.

これらのバッファメモリ制御部A,Bはそれぞれ高速バ
ッファメモリを含んでいる。制御フラグレジスタ1は、
第2図に示すよ・うに、バッファメモリ制御部A,Bの
それぞれに対応した制御フラグ下A,FBを格納してお
り、これらの制御フラグFA,FBはそれぞれイネーブ
ル状態か否かを示すイネーブル信号EA,EBと、現在
情報処理装置が使用しているバッファメモリ制御部A,
Bであるかどうかを示す使用中表示信号UA,UBと、
次に実行するプログラムのため主記憶装置に格納した情
報を高速バッファメモリにロードさせるための開始を指
示するかどうかを示すロード指示信号LA,LBとを有
している。第3図は第1図に示す実施例でのプログラム
実行要求および実行状態、ならびに、バッファメモリ制
御部の使用状態、および、制御フラグレジスL夕の格納
状態を示している。第3図において、情報処理装置にプ
ログラム実行要求がなければシステムプログラムSPは
実行要求待の状態にある。
These buffer memory control units A and B each include a high speed buffer memory. Control flag register 1 is
As shown in Fig. 2, control flags A and FB corresponding to buffer memory control units A and B are stored, respectively, and these control flags FA and FB are enabled or not, respectively. Signals EA, EB and buffer memory control unit A currently used by the information processing device.
In-use display signals UA, UB indicating whether the
It has load instruction signals LA and LB that indicate whether to instruct the start of loading the information stored in the main memory into the high-speed buffer memory for the next program to be executed. FIG. 3 shows the program execution request and execution state, the use state of the buffer memory control unit, and the storage state of the control flag register L in the embodiment shown in FIG. In FIG. 3, if there is no program execution request to the information processing device, the system program SP is in a state of waiting for an execution request.

この状態で主記憶装置に格納されているプログラムPl
,P2,P3がこの順に実行されるためプログラムP1
の実行要求があるとシステムプログラムSPはプログラ
ムP1の実行快開始前にバッファメモリ制御部Aを使用
するようイネーブル信号EAおよび使用中表示信号UA
を“゜1゛にしてプログラムP1の実行に移行する。
In this state, the program Pl stored in the main memory
, P2, and P3 are executed in this order, so program P1
When there is an execution request, the system program SP sends an enable signal EA and an in-use indication signal UA to use the buffer memory control section A before starting the execution of the program P1.
is set to "゜1" and the program moves to execution of program P1.

プログラムP1の実行中に、プログラムP2の実行要求
が来るとシステムプログラムSPに一時制御が移りプロ
グラムのスケジユーリング等を実行し、プログラムP1
の実行終了後に、プログラムP2を実行すると決まれば
、プログラムP1の実行中の主記憶アクセスのかんげき
を利用して、プログラムP2を実行するための情報をバ
ッファメモリ制御部Bにロードしておくためイネーブル
信号EBlおよびロード指示信号LBを゜“1゛にセッ
トする。
When an execution request for program P2 comes during execution of program P1, control is temporarily transferred to system program SP, which executes program scheduling, etc.
If it is decided to execute the program P2 after the execution of the program P2 is completed, the information for executing the program P2 is loaded into the buffer memory control unit B using main memory access during the execution of the program P1. The enable signal EBl and the load instruction signal LB are set to "1".

プログラムP1の終了で、制御はシステムプログラムS
Pに移りイネーブル信号EA,および使用中表示信号U
Aをリセットすると共にプログラムP2のための情報を
ロードしておいたバッファメモリ制御部Bをプログラム
P2の実行に使用するための使用中表示信号Iをセット
しロード指示信号LBをリセットする。
At the end of program P1, control is transferred to system program S.
Move to P, enable signal EA, and in-use display signal U
At the same time, the in-use display signal I for using the buffer memory control unit B loaded with information for the program P2 for executing the program P2 is set, and the load instruction signal LB is reset.

プログラムP2の実行中、プログラムP3の実行要求が
来ると前記と同様に一時システムプログラムSPに制御
が移り、プログラムP2の実行中、プログラムP3の実
行で利用する情報をバッファメモリ制御部Aにロードし
ておくためイネーブル信号EAおよびロード指示信号L
Aをセットする。
During execution of program P2, when an execution request for program P3 comes, control is transferred to the temporary system program SP in the same way as above, and while program P2 is being executed, information to be used in execution of program P3 is loaded into buffer memory control unit A. Enable signal EA and load instruction signal L
Set A.

プログラムP2の終了でイネーブル信号EBおよび使用
中表示信号UBをリセットし、プログラム3の実行を行
なうためロード指示信号LAをリセットし、使用中表示
信号UAをセットする。
At the end of program P2, enable signal EB and in-use display signal UB are reset, and in order to execute program 3, load instruction signal LA is reset, and in-use display signal UA is set.

第3図において、プログラムP2が実行されると仮定し
て第1図に示す実施例の動作を説明する。プログラムP
2の実行中バッファメモリ制御部Bが利用されているた
めイネーブル信号EBおよび使用中表示信号Iはセット
されている。
In FIG. 3, the operation of the embodiment shown in FIG. 1 will be described assuming that program P2 is executed. Program P
The enable signal EB and the in-use display signal I are set because the buffer memory control unit B during execution of No. 2 is being used.

プログラムP2の実行中に、プログラムP3の実行要求
が来ると、プログラムP2の終了でプログラムP3を実
行するとシステムプログラムSPが決めたとするとプロ
グラムP3の情報をバッファメモリ制御部Aにロードす
るためプログラムP3の格納開始位置を示すベースおよ
び格納サイズを示すバウンドをベースバウンドレジスタ
3に格納し、命令カウンタ2にシステムプログラムSP
が値をセットしイネーブル信号EAおよびロード指示信
号LAを制御フラグレジスタ1にセットする。
When a request to execute program P3 comes during execution of program P2, if system program SP decides to execute program P3 at the end of program P2, program P3 is The base indicating the storage start position and the bound indicating the storage size are stored in the base bound register 3, and the system program SP is stored in the instruction counter 2.
sets the value and sets the enable signal EA and load instruction signal LA in the control flag register 1.

これによりバッファメモリ制御部Aはベースバウンドレ
ジスタ3に格納されたベースと命令カウン2に格納され
たアドレスとをアドレスアダー4で加算し、その結果を
アドレスレジスタ7に格納し主記憶装置に対してアクセ
スをする。ここで、アドレスレジスタ7の上位ビットは
高速バッファメモリディレクトリ部8に格納し、主記憶
装置から読み出した情報は高速バッファメモリ記憶部9
に格納する。
As a result, the buffer memory control unit A adds the base stored in the base bound register 3 and the address stored in the instruction counter 2 using the address adder 4, stores the result in the address register 7, and stores the result in the main memory. access. Here, the upper bits of the address register 7 are stored in the high-speed buffer memory directory section 8, and the information read from the main memory is stored in the high-speed buffer memory storage section 9.
Store in.

命令カウンタ2は主記憶装置をアクセスする度に読出し
ワード数だけカウントアップされる。
The instruction counter 2 is counted up by the number of read words each time the main memory is accessed.

カウンタ6は高速バッファメモリのエントリ全てに主記
憶装置から読み出した情報が格納されたかどうかを検出
するためのものであり主記憶装置のアクセス毎にカウン
トアップされる。この動作は次のいずれかの状態が発生
するまで続けられる。(1)ベースバウンドレジスタ3
に格納したバウンドと命令カウンタ2に格納したアドレ
スとを比較器5で比較しアドレス≧バウンドとなつた時
The counter 6 is for detecting whether information read from the main memory has been stored in all entries of the high-speed buffer memory, and is incremented every time the main memory is accessed. This operation continues until one of the following conditions occurs: (1) Base bound register 3
When the comparator 5 compares the bound stored in the instruction counter 2 with the address stored in the instruction counter 2, and the address ≧ the bound.

(2)カウンタ6の内容が“1゛となつた時。(2) When the content of the counter 6 reaches "1".

すなわち高速バッファメモリの全エントリに主記憶装置
から読み出した情報がロードされた時。(3)ロード指
示信号LAがリセットされた時。上記のいずれかの状態
が発生した時、制御部10に通知され、上記の主記憶装
置から読み出される情報のロード動作は停止される。プ
ログラムP2の実行終了でシステムプログラムSPはバ
ッファメモリ制御部Bに格納されているすべての情報を
無効とするためイネーブル信号EBおよび使用中表示信
号Iをリセットし、その後、プログラムP3を実行する
ためロード指示信・号LAをリセットし使用中表示信号
UAをセットする。
That is, when all entries in the high-speed buffer memory are loaded with information read from the main memory. (3) When the load instruction signal LA is reset. When any of the above conditions occurs, the control unit 10 is notified and the loading operation of information read from the main storage device is stopped. At the end of execution of program P2, system program SP resets enable signal EB and in-use display signal I to invalidate all information stored in buffer memory control section B, and then loads it to execute program P3. The instruction signal/signal LA is reset and the in-use display signal UA is set.

これはバッファメモリ制御部Aのプログラムロードを終
了させ、プログラムP3の実行でバッファメモリ制御部
Aを使用することを意味する。そして命令カウンタにそ
のプログラムのエントリポイントをセットし制御をプロ
グラムP3に移す。プログラムP3の実行中に引き続い
て次に実行すべきプログラムの実行要求が来た時、プロ
グラムP3の実行中、後続するプログラムの情報をバッ
ファメモリ制御部Bを使用して上述と同様な手段にてロ
ードする。
This means that the program loading of the buffer memory control section A is finished and the buffer memory control section A is used for executing the program P3. Then, the entry point of the program is set in the instruction counter and control is transferred to program P3. When a request to execute the next program to be executed successively comes during the execution of program P3, the information of the subsequent program is sent using the same means as described above using the buffer memory control unit B during the execution of program P3. Load.

なお、現在実行中のプログラム情報と次に実行するプロ
グラム情報のロードのための主記憶リクエストが同時に
発生する場合の優先度は現在実行中のプログラムの方を
高くすることはいうまでもない。
It goes without saying that when main memory requests for loading program information currently being executed and program information to be executed next occur simultaneously, the currently executing program is given higher priority.

本発明の高速バッファメモリ制御方式は、現在情報処理
装置で、あるプログラムの実行中、使用していない高速
バッファメモリの方に次に実行するプログラムの情報を
主記憶装置からロードしておくことによりプログラムの
制御が移つた時、高速バッファメモリへのHIT率が高
くなりシステム性能の向上が図れるという効果がある。
The high-speed buffer memory control method of the present invention loads information for the next program to be executed from the main memory into an unused high-speed buffer memory while a certain program is currently being executed in an information processing device. When control of the program is transferred, the HIT rate to the high-speed buffer memory increases, which has the effect of improving system performance.

図面の簡単な説明第1図は本発明の一実施例を示すブロ
ック図、第2図は第1図に示す制御フラグレジスタへの
制御フラグの格納状態を説明するための説明図、第3図
は第1図に示す実施例の動作説明図である。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing one embodiment of the present invention, FIG. 2 is an explanatory diagram for explaining the storage state of control flags in the control flag register shown in FIG. 1, and FIG. 3 is a block diagram showing an embodiment of the present invention. 2 is an explanatory diagram of the operation of the embodiment shown in FIG. 1. FIG.

1・・・・・・制御フラグレジスタ、A,B・・・・・
・バッファメモリ制御部、2・・・・・・命令カウンタ
、3・・・・・・ベースバウンドレジスタ、4・・・・
・アドレスアダー、5・・・・・・比較器、6・・・
・・カウンタ、7・・・・・アドレスレジスタ、8・・
・・・・高速バッファメモリディレクトリ部、9・・・
・・・高速バッファメモリ記憶部、10・・・・制御部
、FA,FB・・・・制御フラグ、EA,EB・・・・
イネーブル信号、UA,UB・・・・・・使用中表示信
号、LA,LB・・・・田−ド指示信号、Pl,P2,
P3・・・・・・プログラム、SP・・・・・・システ
ムプログラム。
1... Control flag register, A, B...
・Buffer memory control unit, 2...Instruction counter, 3...Base bound register, 4...
・Address adder, 5... Comparator, 6...
...Counter, 7...Address register, 8...
...High-speed buffer memory directory section, 9...
...High-speed buffer memory storage unit, 10...Control unit, FA, FB...Control flag, EA, EB...
Enable signal, UA, UB... In-use display signal, LA, LB... Field instruction signal, Pl, P2,
P3...Program, SP...System program.

Claims (1)

【特許請求の範囲】[Claims] 1 高速バッファメモリを内蔵し、主記憶装置の内容を
一時この高速バッファメモリに移して利用するように構
成された情報処理装置の高速バッファメモリの制御方式
に於て、上記高速バッファメモリを2組備え、前記高速
バッファメモリの動作状態を示す制御フラッグの下に、
現在情報処理装置により使用されていない高速バッファ
メモリに、次に情報処理装置に実行行が割り当てられる
プログラムの情報を主記憶装置より移し、前記プログラ
ムに制御が渡された時、前記高速バッファメモリを利用
するよう制御することを特徴とする高速バッファメモリ
制御方式。
1. In a control method for a high-speed buffer memory of an information processing device that has a built-in high-speed buffer memory and is configured to temporarily transfer the contents of the main memory to the high-speed buffer memory for use, two sets of the high-speed buffer memories are used. and below a control flag indicating the operating state of the high-speed buffer memory,
The information of the program whose execution line will be assigned to the information processing device next is transferred from the main memory to a high-speed buffer memory that is not currently being used by the information processing device, and when control is passed to the program, the high-speed buffer memory is transferred. A high-speed buffer memory control method characterized by controlling the use of the buffer memory.
JP56006861A 1981-01-19 1981-01-19 High-speed buffer memory control method Expired JPS6046450B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56006861A JPS6046450B2 (en) 1981-01-19 1981-01-19 High-speed buffer memory control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56006861A JPS6046450B2 (en) 1981-01-19 1981-01-19 High-speed buffer memory control method

Publications (2)

Publication Number Publication Date
JPS57120284A JPS57120284A (en) 1982-07-27
JPS6046450B2 true JPS6046450B2 (en) 1985-10-16

Family

ID=11650016

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56006861A Expired JPS6046450B2 (en) 1981-01-19 1981-01-19 High-speed buffer memory control method

Country Status (1)

Country Link
JP (1) JPS6046450B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4451717B2 (en) 2004-05-31 2010-04-14 株式会社ソニー・コンピュータエンタテインメント Information processing apparatus and information processing method

Also Published As

Publication number Publication date
JPS57120284A (en) 1982-07-27

Similar Documents

Publication Publication Date Title
US5701493A (en) Exception handling method and apparatus in data processing systems
JP3289661B2 (en) Cache memory system
JPS60171552A (en) Address conversion processing method
JPS6046450B2 (en) High-speed buffer memory control method
JPS63172343A (en) Instruction prefetch method
JP3039391B2 (en) Memory system
JPS61184643A (en) Starting control system for virtual computer
JPH1063574A (en) Processor with cache memory
JP3161422B2 (en) Microcomputer
JPS63286959A (en) Memory access system
JP2506591B2 (en) Auxiliary processor
JPH0447350A (en) Main storage read/response control
JPH10507548A (en) Data processing systems and methods and communication systems with such systems
JPS61169949A (en) Buffer memory control system
JPS601657B2 (en) Address conversion method
JPH0391055A (en) Hardware lock setting method, hardware lock control device, hardware lock detection method and device
JPH11249959A (en) Cache memory control method and apparatus
JPH0520253A (en) Data processing device
JPH04190438A (en) Digital processing system
JPH02271445A (en) Page absence interruption control system
JPS63208945A (en) Information processor
JP2000347931A (en) Cache memory and cache memory control method
JPS62164134A (en) Hardware stack control system
JPH0772874B2 (en) Interrupt receiving device
JPH04175927A (en) Program patch method