JPH031252A - Page fault processing system - Google Patents

Page fault processing system

Info

Publication number
JPH031252A
JPH031252A JP1134732A JP13473289A JPH031252A JP H031252 A JPH031252 A JP H031252A JP 1134732 A JP1134732 A JP 1134732A JP 13473289 A JP13473289 A JP 13473289A JP H031252 A JPH031252 A JP H031252A
Authority
JP
Japan
Prior art keywords
program
page fault
page
instruction
virtual
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
JP1134732A
Other languages
Japanese (ja)
Inventor
Masatoshi Nishikawa
正斗志 西川
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1134732A priority Critical patent/JPH031252A/en
Publication of JPH031252A publication Critical patent/JPH031252A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To shorten the execution time of a program by executing the next and following instructions without awaiting the completion of data transfer from an external storage even when a page fault occurs in a write instruction. CONSTITUTION:The system is comprised in such a way that the program is restarted from the next instruction before the data transfer from the external storage 3 holding the data of a virtual page 1a(1b) is completed when the page fault occurs in the write operation for the virtual page 1a(1b) in the program, and the write instruction that is the cause of the page fault is executed when the data transfer is completed. In other words, a page fault interruption processing program is continued without making the program in which the page fault occurs in the write instruction await for long time, and also, a data transfer interruption processing affects the result of the write instruction issued from the program on the virtual page correctly. In such a way, the execution time of the program can be shortened.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、電子計算機の仮想記憶のページフォルト処
理方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a page fault processing method for virtual memory of an electronic computer.

[従来の技術] 第4図は、電子il1機の記憶域構成を示す概念図であ
る0図において、(1)は仮想記憶で、プログラムのデ
ータが胃かれている。ただし仮想記憶(1)は仮想的な
もので、物理的には仮想記憶(1)内のデータは、実記
憶(2)または外部記憶(3)上に置かれる。仮想記憶
(1)は複数個のページ(1a)、(lb)より構成さ
れる。また、実記憶(2)は複数個の実フレーム(2a
)、(2b)より構成される。
[Prior Art] FIG. 4 is a conceptual diagram showing the storage area configuration of an electronic Illumination system. In FIG. 4, (1) is a virtual memory in which program data is stored. However, the virtual memory (1) is virtual, and physically the data in the virtual memory (1) is placed on the real memory (2) or external memory (3). The virtual memory (1) is composed of a plurality of pages (1a) and (lb). In addition, the real memory (2) contains a plurality of real frames (2a
) and (2b).

仮想ページ(1a)、(1b)には、実フレーム(2a
)(2b)を持つものと持たないものとある。実フレム
(2a)を持つ仮想ページ(1a)の場合、そのデータ
は物理的には実フレーム(2a)に置かれている。実フ
レームを持たない仮想ページ(lb)の場合、そのデー
タは物理的には外部記憶(3)に置かれている。実フレ
ーム(2a)を持つ仮想ページ(1a)に対する参照あ
るいは書き込みの命令を実行した際、八−ドウエアが持
つ変換機構により物理的には実フレーム(2a)に対す
る参照あるいは書き込みと同様になる。実フレームを持
たない仮想ページ(1b)に対する参照あるいは書き込
みの命令を実行すると、ページフォルト割り込みが発生
する。(4)はチャネルで、実記+l!!(2)と外部
記憶(3)間でデータ転送を行うプロセッサである。
The virtual pages (1a) and (1b) have real frames (2a
)(2b) Some have it and some don't. In the case of a virtual page (1a) with a real frame (2a), its data is physically placed in the real frame (2a). In the case of a virtual page (lb) that does not have a real frame, its data is physically located in external storage (3). When a command to refer to or write to a virtual page (1a) having a real frame (2a) is executed, it becomes physically the same as referring to or writing to a real frame (2a) due to the conversion mechanism of the 8-Dware. When a reference or write instruction is executed to a virtual page (1b) that does not have a real frame, a page fault interrupt occurs. (4) is the channel, written+l! ! This is a processor that transfers data between (2) and external storage (3).

チャネル(4)はデータ転送が完了した時点で、ブタ転
送完了側り込みを発生させる。
Channel (4) generates a pig transfer completion side input when the data transfer is completed.

第5図は電子計算機内のソフトウェア構成を示した図あ
る。図において、(5)は該当電子計1機の主たる業務
を実行する10グラム(以下 単にプログラムという)
で、複数個のステップからなり、1個のステップに1個
の命令がある0通常。
FIG. 5 is a diagram showing the software configuration within the computer. In the figure, (5) is a 10-gram program that executes the main operations of one applicable electronic meter (hereinafter simply referred to as a program).
0 Normally, it consists of multiple steps, and each step has one instruction.

プログラム(5)はステップ番号順に1命令ずつ実行さ
れる。ただし8割り込みが発生した時は、その割り込み
の種類に応じた処理プログラムへ実行が移る。(6)は
ページフォルト割り込み処理プログラムで、プログラム
(5)がページフォルシト割り込みを引き起こした時に
実行される。(7)はブタ転送完了側り込み処理プログ
ラムで、チャネル(4)がデータ転送を完了した時に実
行される。
Program (5) is executed one instruction at a time in the order of step numbers. However, when 8 interrupts occur, execution shifts to a processing program according to the type of interrupt. (6) is a page fault interrupt processing program, which is executed when program (5) causes a page fault interrupt. (7) is a pig transfer completion side import processing program, which is executed when channel (4) completes data transfer.

第6図はページフォルト割り込み処理プログラム(6)
のフローチャートを示す図、第7図はブタ転送完了側り
込み処理プログラム(7)のフロチャートを示す図であ
る0図において、プログラム(5)がステップJの命令
J実行で、実フレムを持たない仮想ページ(1b)に対
し参照または書き込みを行った結果、ページフォルト割
り込みが発生した場合の処理を説明している。ページフ
ォルト割り込み処理プログラム(6)はまず、仮想ベジ
(1b)の内容を保持する外部記憶(3)から5未使用
実フレーム(2b)への転送をチャネル(4)に指令し
くステップS5)、その後待ち状態にする(ステップS
7)。データ転送完了割り込み処理プログラム(7)は
、まず実フレーム(2b)を仮想ページ(1b)に割り
付け(ステップS9)、その後プログラム(5)のステ
ップJを再開させる(ステップ13)。
Figure 6 shows the page fault interrupt processing program (6)
FIG. 7 is a flowchart of the pig transfer completion side input processing program (7). In FIG. This section describes processing when a page fault interrupt occurs as a result of referencing or writing to a virtual page (1b) that does not exist. The page fault interrupt processing program (6) first instructs the channel (4) to transfer the contents of the virtual vegetable (1b) from the external storage (3) to the 5 unused real frames (2b) (step S5); After that, enter the waiting state (step S
7). The data transfer completion interrupt processing program (7) first allocates the real frame (2b) to the virtual page (1b) (step S9), and then restarts step J of the program (5) (step 13).

第8図は1プログラム(5)がページフォルトを起こし
た以降の一連の動作を示す図である。
FIG. 8 is a diagram showing a series of operations after one program (5) causes a page fault.

従来のページフォルト処理方式は上記のように構成され
、第8図において、ステップJの命令Jは、実フレーム
を持たない仮想ページ(1b)に対する参照または書き
込み命令とする(ステップ514)。この命令を実行す
るとページフォルト割り込みが発生し、ページフォルト
割り込み処理プログラム(6)へ実行が移る(ステップ
515)、ペジフォルトW1り込み処理プログラム(6
)は、チャネル(4)に対しデータ転送を指令しくステ
ップ55)2次に待ち状態になる(ステップS7)、待
ち状態が続くうちにチャネル(4)によるデータ転送が
完了しくステップ516)、データ転送完了割り込みが
発生して(ステップ517)、データ転送完了割り込み
処理プログラム(7)に実行が移る(ステップ518)
、データ転送完了割り込み処理プログラム(7)は転送
されたデータが入っている実フレム(2b)を仮想ペー
ジ(1b)に割り付け(ステップS9)、プログラム(
5)のステップJを再開させる。プログラム(5)は命
令Jを再び実行する。しかし、命令Jで参照・書き込み
を行う仮想ページ(1b)は、実フレーム(2b)を持
っているので。
The conventional page fault processing method is configured as described above, and in FIG. 8, instruction J in step J is a reference or write instruction to a virtual page (1b) that does not have a real frame (step 514). When this instruction is executed, a page fault interrupt occurs, and execution moves to the page fault interrupt processing program (6) (step 515).
) commands channel (4) to transfer data (step 55), then enters a waiting state (step S7), and while the waiting state continues, the data transfer by channel (4) is completed (step 516), A transfer completion interrupt occurs (step 517), and execution moves to the data transfer completion interrupt processing program (7) (step 518).
, the data transfer completion interrupt processing program (7) allocates the real frame (2b) containing the transferred data to the virtual page (1b) (step S9), and the program (
Step J of 5) is restarted. Program (5) executes instruction J again. However, the virtual page (1b) that is referenced and written by instruction J has a real frame (2b).

ページフォルト割り込みは発生せず、命令は実行可能で
ある(ステップ514)、以後、プログラム(5)はス
テップ(J + 1 )以降を順々に実行していくこと
になる(ステップS18〜520)。
No page fault interrupt occurs and the instruction is executable (step 514). From now on, program (5) will execute steps after step (J + 1) in order (steps S18 to 520). .

[発明が解決しようとする課題1 上記のような従来のページフォルト処理方式では、プロ
グラム(5)が仮想ページ(1b)にステップJで書き
込みを行う場合、その動作は仮想ベジ(lb)のそれま
での内容に依存しないので、ステップ(、Jl−1>以
降の実行が論理的に可能なのにもかかわらず、データ転
送が完了するまで、ステップ(J + 1 )の命令実
行が侍たされるという問題点があった。
[Problem to be Solved by the Invention 1] In the conventional page fault processing method as described above, when the program (5) writes to the virtual page (1b) in step J, the operation is similar to that of the virtual page (lb). Even though it is logically possible to execute steps (Jl-1> and beyond), the instruction execution of step (J + 1) is delayed until the data transfer is completed. There was a problem.

この発明は、かかる問題点を解決するためになされたも
ので、実フレームを持たない仮想ページに対する書き込
み命令でページフォルトが発生しても、データ転送完了
を待つことなく次命令以降の処理を直ちに継続できるよ
うなページフォルト処理方式を得ることを目的とする。
This invention was made to solve this problem. Even if a page fault occurs in a write instruction to a virtual page that does not have a real frame, processing of the next instruction and subsequent instructions is immediately executed without waiting for the data transfer to be completed. The purpose is to obtain a page fault processing method that can be continued.

[課題を解決するための手段] この発明に係るページフォルト処)1方式は仮想記憶方
式の電子計算機システムにおいて、プログラムが仮想ペ
ージに対する書き込み命令でページフォルトを起こした
場合1該当仮想ページのデータを保持している外部記憶
から実記憶へのブタ転送が完了する簡に前記プログラム
を次命令より再開させ、該当データの転送完了時に、前
記ページフォルトの原因となった前記書き込み命令を実
行するようにしたものである。
[Means for Solving the Problems] One method of page fault processing according to the present invention is that in a virtual memory electronic computer system, when a program causes a page fault due to a write command to a virtual page, one method is to store the data of the corresponding virtual page. When the transfer from the retained external memory to the real memory is completed, the program is easily restarted from the next instruction, and when the transfer of the corresponding data is completed, the write instruction that caused the page fault is executed. This is what I did.

[イ1[5川] この発明においては、ページフ4ルI・割り込み処理プ
ログラムは、書き込み命令で、ページフォルトを起こし
たプログラムを長時開時たせることなく継続させ、また
データ転送割り込み処理は。
[A1 [5] In this invention, the page fault I/interrupt processing program uses a write command to continue the program that caused the page fault without keeping it open for a long time, and the data transfer interrupt processing is performed.

プログラムが発行した書き込み命令の結果を正しく仮想
ページ上に反映させる。
To correctly reflect the result of a write command issued by a program on a virtual page.

]実施例] 第1図はこの発明の一実施例によるページフォルト処理
のフローチャートを示す図である。
Embodiment] FIG. 1 is a diagram showing a flowchart of page fault processing according to an embodiment of the present invention.

第2図はこの発明の一実施例によるページフォルト割り
込み処理プログラムのフローチャートを示す図である。
FIG. 2 is a flowchart of a page fault interrupt processing program according to an embodiment of the present invention.

第3図はこの発明の一実施例によるデータ転送完了il
lり込み処理プログラムのフローチャートを示す図であ
る。
FIG. 3 shows the completion of data transfer according to an embodiment of the present invention.
FIG. 3 is a diagram showing a flowchart of an immersion processing program.

上記のように構成されたページフォルト処理方式におい
て、プログラム(5)のステップ、Jで。
In the page fault processing method configured as described above, in step J of program (5).

書き込み命令であるストア(STORE)命令を実行す
る場合について説明する。ストア命令は2個のオペラン
ドがあり、オペランド1で示されたレジスタの内容をオ
ペランド2で示された仮想ページに書き込むものである
。第2図はオペランド2で実フレームを持たない仮想ペ
ージ(1b)を指定して実行した結果、べ〜シフオルト
割り込みが発生した時に実行されるページフォルト割り
込み処理10グラム(6)のフローチャートである。第
2図において、まず命令取り出し時に発生したものか否
かを判定する(ステップS1)、命令取り出し時なら従
来の処理となる(ステップS5およびステップS7)、
命令取り出し時でないならば、ステップS2へ進む6次
に、ページフォルトを発生させた命令がストア命令か否
かを判定する(ステップS2)、ストア命令ならステッ
プS3へ進む、ストア命令でないならば、従来の処理と
なる(ステップS5およびステップ57)6次に、変数
RとAに既にデータが入れられているか否かを判定する
(ステ・ンプS3)。入れられているなら、従来の処理
となる(ステップS5およびS7)。入れられていない
ならば、ステップS4へ進む1次にストア命令のオペラ
ンド1で示されたレジスタの内容をRに保存し、オペラ
ンド2で示された仮想ページ(Ib)のアドレスを八に
保存する(ステップS4)。次に仮想ページ(1b)の
内容を保持する外部記憶(3)より未使用実フレーム(
2b)へのデータ転送をチャネル(4)に指令する(ス
テップ85)。次にプログラム(5)をステップ(J 
+ 1 )より再開させる(ステップS6)。第3図は
プログラム(5)のステップにの命令Kが完了した時点
で、チャネル(4)によるデータ転送完了割り込みが発
生した時に実行されるデータ転送完了割り込み処理プロ
グラム(7)のフローチャートである。第3図において
、まず実フレーム(2b)を仮想ページ(1b)に割り
付ける(ステップ59)0次にRとAに値が保存されて
いるか否かを判定する(ステップStO>、保存されて
いれば、ステップSitに進む、保存されていないなら
ば、従来の処理(ステップ813)となる0次にプログ
ラム(5)をステップ(K+1)より再開させる(ステ
ップ512)。
A case will be described in which a store (STORE) instruction, which is a write instruction, is executed. The store instruction has two operands, and writes the contents of the register indicated by operand 1 to the virtual page indicated by operand 2. FIG. 2 is a flowchart of page fault interrupt processing 10 grams (6) that is executed when a base fault interrupt occurs as a result of specifying and executing a virtual page (1b) that does not have a real frame with operand 2. In FIG. 2, it is first determined whether or not the occurrence occurred when an instruction was fetched (step S1). If it was an instruction fetch, conventional processing is performed (steps S5 and S7).
If it is not the time to fetch an instruction, proceed to step S2.Next, it is determined whether the instruction that caused the page fault is a store instruction (step S2).If it is a store instruction, proceed to step S3.If it is not a store instruction, proceed to step S2. Conventional processing (steps S5 and 57) 6. Next, it is determined whether data has already been entered into variables R and A (step S3). If it is, the conventional processing is performed (steps S5 and S7). If not, proceed to step S4.First, store the contents of the register indicated by operand 1 of the store instruction in R, and save the address of the virtual page (Ib) indicated by operand 2 in 8. (Step S4). Next, the unused real frame (
2b) to channel (4) (step 85). Next, program (5) is executed by step (J
+1) to restart the process (step S6). FIG. 3 is a flowchart of a data transfer completion interrupt processing program (7) that is executed when a data transfer completion interrupt by channel (4) occurs at the time when instruction K in step of program (5) is completed. In FIG. 3, first, the real frame (2b) is allocated to the virtual page (1b) (step 59). Next, it is determined whether or not values are stored in R and A (step StO). For example, the process advances to step Sit, and if the data has not been saved, the zeroth order program (5), which is the conventional process (step 813), is restarted from step (K+1) (step 512).

続いて1.第1図によりプログラム(5)がペジフォル
トを起こした以降の一連の動作を説明する。ここで、プ
ログラム(5)のステップJは仮想ページ(1b)をオ
ペランド2として持つストア命令とする。プログラム(
5)は命令Jを実行する(ステップ514)と、仮想ペ
ージ(1b)は実フレームを持たないのでページフォル
ト割り込みが発生し。
Next is 1. A series of operations after the program (5) causes a page fault will be explained with reference to FIG. Here, step J of program (5) is a store instruction having virtual page (1b) as operand 2. program(
5) executes instruction J (step 514), and since the virtual page (1b) does not have a real frame, a page fault interrupt occurs.

ページフォルト割り込み処理プログラム(6)が実行さ
れる(ステップ315)、ここで、第2図におけるいく
つかの判定(ステップ81〜S3)を実行した後、Rと
Aに値を保存して、データ転送を開峡する(ス゛テップ
55)0次にプログラム(5)はステップ(J+1>の
命令以降を実行する(ステップ918)、ステップKま
で実行した時(ステップ519)、データ転送が完了し
くステップ516)、割り込みが発生して、データ転送
完了割り込み処理プログラム(7)が実行される(ステ
ップ517)。
The page fault interrupt handling program (6) is executed (step 315). Here, after executing several determinations (steps 81 to S3) in FIG. 2, values are saved in R and A, and the data Open the transfer (step 55) Next, the program (5) executes the instructions from step (J+1>) (step 918), and when it executes up to step K (step 519), the data transfer is completed and the program (step 516) ), an interrupt is generated and the data transfer completion interrupt processing program (7) is executed (step 517).

ここで、実フレーム(2b)を仮想ページ(lb)に割
り付けな後(ステップS9)、RとAの値を用いてステ
ップJの命令であるストア命令を実行する(ステップ5
14)、この時は、仮想ページ(1b)は実フレーム(
2b)を持つのでページフォルトは発生しない、続いて
、プログラム(5)はステップ(K + 1 )の命令
以降を実行する。ただし、ステップJの命令を取り出し
た時に発生したページフォルトや、命令Jがストア命令
以外であった時、あるいはデータ転送中(つまりステッ
プ(J+l)からステップKまでの実行中)に同一仮想
ページ(1b)に対し2回目のページフォルトが発生し
た時は従来の処理となる。
Here, after allocating the real frame (2b) to the virtual page (lb) (step S9), the store instruction, which is the instruction in step J, is executed using the values of R and A (step S5).
14), at this time, the virtual page (1b) is a real frame (
2b), a page fault does not occur.Subsequently, program (5) executes the instruction after step (K+1). However, if a page fault occurs when the instruction in step J is fetched, if instruction J is other than a store instruction, or if the same virtual page ( When a second page fault occurs for 1b), conventional processing is performed.

なお、上記実施例ではストア命令のみしか汲わなかった
が、その他の書き込み命令についても適用してもよい。
In the above embodiment, only store commands are received, but other write commands may also be read.

また、上記実施例ではデータ保存用変数R1Aを1個ず
つしか設けなかったので、最初の1回のページフォルト
しか扱えなかったが、複数個設けることによって、複数
回の書き込み命令が処理できるようになる。
In addition, in the above embodiment, only one data storage variable R1A was provided, so only the first page fault could be handled. However, by providing multiple variables, multiple write commands can be processed. Become.

[発明の効果1 この発明は以上説明したとおり、書き込み命令において
ページフォルトが発生しても、外部記憶からのデータ転
送完了を待たずに次の命令以降が実行できるので、プロ
グラムの実行時間が短縮できる効果がある。
[Effect of the invention 1] As explained above, in this invention, even if a page fault occurs in a write instruction, the next instruction and subsequent instructions can be executed without waiting for the completion of data transfer from external storage, so the program execution time is shortened. There is an effect that can be done.

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

第1図はこの発明の一実施例によるページフォルl−処
理方式のフローチャート図、第2図はこの発明の一実施
例によるページ7オルト割り込み処理プログラムのフロ
ーチャート図、第3図はこの発明の一実施例によるデー
タ転送完了割り込み処理プログラムのフローチャート図
、第4図は記憶域構造の概念図、第5図はソフトウェア
構成図第6図は従来のページフォルト割り込み処理プロ
グラムのフローチャート図、第7図は従来のブタ転送完
了側り込み処理プログラムのフローチャート図、第8図
は従来のページフォルト処理方式のフローチャート図で
ある。 なお、各図中同一符号は同−又は相当部分を示亮1図 ず。 昂2図 昂5図 沁3図 馬6図 児7図
FIG. 1 is a flow chart of a page fault l-processing method according to an embodiment of the present invention, FIG. 2 is a flow chart of a page 7 ortho interrupt processing program according to an embodiment of the present invention, and FIG. 3 is a flow chart of a page fault l-processing method according to an embodiment of the present invention. FIG. 4 is a conceptual diagram of the storage structure; FIG. 5 is a software configuration diagram; FIG. 6 is a flowchart of a conventional page fault interrupt processing program; FIG. FIG. 8 is a flowchart of a conventional pig transfer completion side input processing program, and FIG. 8 is a flowchart of a conventional page fault processing method. In addition, the same reference numerals in each figure indicate the same or corresponding parts. 2 figures, 5 figures, 3 figures, horses, 6 figures, and 7 figures for children.

Claims (1)

【特許請求の範囲】[Claims] 仮想記憶方式の電子計算機システムにおいて、プログラ
ムが仮想ページに対する書き込み命令でページフオルト
を起こした場合、該当仮想ページのデータを保持してい
る外部記憶から実記憶へのデータ転送が完了する前に前
記プログラムを次命令より再開させ、該当データの転送
完了時に、前記ページフォルトの原因となった前記書き
込み命令を実行するようにしたことを特徴とするページ
フォルト処理方式。
In a virtual memory computer system, if a program causes a page fault with a write command to a virtual page, the above error occurs before the data transfer from the external memory holding the data of the virtual page to the real memory is completed. A page fault processing method characterized in that the program is restarted from the next instruction, and when the transfer of the relevant data is completed, the write instruction that caused the page fault is executed.
JP1134732A 1989-05-30 1989-05-30 Page fault processing system Pending JPH031252A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1134732A JPH031252A (en) 1989-05-30 1989-05-30 Page fault processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1134732A JPH031252A (en) 1989-05-30 1989-05-30 Page fault processing system

Publications (1)

Publication Number Publication Date
JPH031252A true JPH031252A (en) 1991-01-07

Family

ID=15135298

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1134732A Pending JPH031252A (en) 1989-05-30 1989-05-30 Page fault processing system

Country Status (1)

Country Link
JP (1) JPH031252A (en)

Similar Documents

Publication Publication Date Title
EP0087978B1 (en) Information processing unit
US4970641A (en) Exception handling in a pipelined microprocessor
JP3439033B2 (en) Interrupt control device and processor
JPS62251865A (en) Information processor
JPH031252A (en) Page fault processing system
JP2671160B2 (en) Exception handling method
JPH07219766A (en) Arithmetic processor
US20230315456A1 (en) Processing apparatus
JP2814683B2 (en) Instruction processing unit
JP2883488B2 (en) Instruction processing unit
JPS59144955A (en) Information processor
EP1104899A2 (en) Data processing apparatus and method of controlling the same
JPS61117635A (en) Virtual storage control system
JP2639988B2 (en) Data driven data processor
JPS6020275A (en) Simple programming system of multiprocessor
JPS6149695B2 (en)
JP2883489B2 (en) Instruction processing unit
JPH03182945A (en) Transfer system for data in main storage
JPS61143850A (en) Processor
JPH0234058B2 (en)
JPH09330234A (en) Interruption processing method and microprocessor
JPH03127171A (en) Vector processor
JPH03259338A (en) Information processor
JPH03158943A (en) Buffer storage/transfer system
JPS617940A (en) Microprogram control device