JPS59152578A - Page fault processing system - Google Patents

Page fault processing system

Info

Publication number
JPS59152578A
JPS59152578A JP58025769A JP2576983A JPS59152578A JP S59152578 A JPS59152578 A JP S59152578A JP 58025769 A JP58025769 A JP 58025769A JP 2576983 A JP2576983 A JP 2576983A JP S59152578 A JPS59152578 A JP S59152578A
Authority
JP
Japan
Prior art keywords
data
page fault
instruction
length
memory
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
JP58025769A
Other languages
Japanese (ja)
Inventor
Shuichi Hara
修一 原
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP58025769A priority Critical patent/JPS59152578A/en
Publication of JPS59152578A publication Critical patent/JPS59152578A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation

Abstract

PURPOSE:To restart the operation from the instruction interrupted with an operating circuit, by providing the operating circuit and the first and the second registers and saving contents of the second register when a page fault occurs and restoring saved contents when the instruction is restarted. CONSTITUTION:When a page fault occurs during the memory read, contents of an unprocessed write data length storage register 39 are saved because the length of data to be written is stored in this register 39. When a page fault occurs during the memory write, contents of the register 39 are saved because the length of unprocessed write data just before the page fault is stored. The instruction restart due to the page fault is discriminated just after instruction fetch, and the restart processing micro routine of the instruction is exectued. It is unnecessary to check whether the page fault occurs before the execution of the instruction or not, and the execution of the instruction is restarted at the page fault occurrence time without the influence upon the execution time.

Description

【発明の詳細な説明】 [発明の技哨分野] 本発明は仮想記・1.杭をサポートするデータ処理製(
、−にf4申されるページフォーノート処理)5式に関
する。
[Detailed Description of the Invention] [Technical Field of the Invention] The present invention is based on hypothetical theory.1. Made of data processing that supports piles (
, - page-for-note processing applied to f4).

し発明の技術的背址とその問題点〕 小RIの主メモリと犬′容7団の外部メモリから成る・
物理構造を用い、プログラマから見ると自分の思うまま
に使える膨大な容量を持った主メモリからなる論理構造
を実現するものに、仮想記憶システムがある。これが可
能であるのは、プログラムの実行ではその全体が常時一
様シ二参照されるのではなく、各段階で必要がものはそ
の一部に限られるととが多いという事実を利用し、各段
階の進行に従がい参照されそうな部分だけを主メモリに
入れ換えて行えばよいことにある。
[Technical background of the invention and its problems] Consisting of the main memory of the small RI and the external memory of the Inu'yong Group 7.
A virtual memory system is a system that uses a physical structure to realize a logical structure consisting of a main memory with a huge amount of capacity that programmers can use as they wish. This is possible by taking advantage of the fact that during program execution, the entire program is not constantly and uniformly referenced, but only a portion of it is needed at each stage. The advantage is that only the parts that are likely to be referenced as the stages progress are replaced in the main memory.

上記仮想記憶をサポートするデータ処理装置においては
、主メモリ上にアクセスするアドレスが存在し7ない時
にページフォールト処理(テーブルサーチを行ない、必
要とするアドレスが存在しなかったときの割込み処理)
が行なわれる。この処理のうちで、その冥曳が特に複雑
なものは、ページフォールト後の命令実行の再開処理の
方式である。即ち、ページフォールトが起った場合、そ
の起った時点から再開できればよいが、このためには、
ハードウェアで使用しそいる各種ワークレジスタ、フリ
ップフロップ類の内容を退避して、ページを主メモリに
ロードし、再開時にこれらを戻す必要がある。しかし、
このような情報は多く存在し、機種によって各種異なる
ために、この方式を採用することは問題が多い。
In the data processing device that supports the above-mentioned virtual memory, page fault processing (interrupt processing when a table search is performed and the required address does not exist) when the address to be accessed does not exist in the main memory.
will be carried out. Among these processes, one that is particularly complex is the method of resuming instruction execution after a page fault. In other words, when a page fault occurs, it is only necessary to restart from the point at which it occurred, but for this purpose,
It is necessary to save the contents of various work registers and flip-flops that are about to be used by the hardware, load the page into main memory, and restore them when restarting. but,
Since there is a lot of such information and it varies depending on the model, there are many problems in adopting this method.

このために、ページフォールトに対しては、−ヤには次
のよう々方式が採用されている。
For this reason, the following methods are adopted for -ya against page faults.

第1の方法は、メモリに読み書きする以前にアドレスチ
ェックを行ない、ページフォールトが起らないことを確
認した後に命令を実行するようにする方法である。この
方法は簡単であるが、各命令に対してアドレスチェック
を事前に行なわねばならず、実行時間が長くなる欠点を
有する。
The first method is to perform an address check before reading or writing to the memory, and execute the instruction after confirming that no page fault occurs. Although this method is simple, it has the disadvantage that an address check must be performed for each instruction in advance, which increases execution time.

第2の方法は、命令の入力データを保持しておき、ペー
ジフォールトが起った時には、再開時にこの人力データ
を元に戻していく方式である。しかし、この方法は、入
力データを保存するだめのオーバヘッドが増加するとい
う欠点な持つ。
The second method is to hold the input data of an instruction, and when a page fault occurs, restore this manual data to the original state when restarting. However, this method has the disadvantage of increasing the overhead of storing input data.

1配両者に共通しているは、ページフォールトカ起らな
い果合(二も、オーバヘッドが増加するという好オしく
hい性質を有することである。
What both of the first and second methods have in common is that they have the desirable property that no page fault occurs (the second method also increases overhead).

第3の方法は、一般に命令実行時には最初に諸データの
メモリからの読み出しが先行し、七〇  の後に幇き込
みが行なわれるという軟質に着目し、以下に示す方法を
採用したものである。即ち、デー!読み出し7期間中(
二ページフォールトが発生した時には、命令の入力とな
るデータに変更はないので、との命令のアドレスを退避
してページを主メモリ上にロードし、その後、上記退避
した命令を再試行するようにし、−万、データ書き込み
時にページフォールトが発生した時には、その書き込み
データと書き込みアドレスを別に設けたバッファメモリ
に格納しておいて、その命令を終了させたのち、ページ
フォールト処理を行ない、命令再開時には、別バッファ
メモリに格納していた書き込みアドレスに、同じく格納
データを省き込み、中断した命令の次の命令から再開す
るものである。この方式が適用できる命令の処理フロー
の概要を第1図に示す。
The third method focuses on the flexibility that generally when an instruction is executed, various data are read from the memory first, and the interpolation is performed after 70, and adopts the method shown below. In other words, Day! During the reading 7 period (
When a two-page fault occurs, there is no change in the data input to the instruction, so the address of the instruction is saved, the page is loaded into main memory, and then the saved instruction is retried. , - 10,000, When a page fault occurs when writing data, the write data and write address are stored in a separate buffer memory, the page fault processing is performed after the instruction is completed, and when the instruction is restarted, , the stored data is also omitted at the write address stored in a separate buffer memory, and the instruction is restarted from the instruction following the interrupted instruction. FIG. 1 shows an overview of the instruction processing flow to which this method can be applied.

しかしながら本方式は第2図に示すように命令の処世フ
ローが読み出しと書き込みを交互に行なうものに対して
は利用できず、第1に示した方法を用いる必要がある。
However, this method cannot be used when the instruction flow alternates between reading and writing, as shown in FIG. 2, and it is necessary to use the method shown in the first example.

捷だストリング処理のように大量のデータの読み出し/
書き込みを行なう命令の場合にも、ページフォールトが
発生した時にこの命令を完丁させるには、大容緻の別バ
ッファ・メモリが必要となり、ハードウェア量の増大を
伴う欠点がある。また、別バッファメモリの容量を小さ
くした場合には、ストリング処理命令においては、命令
実行前(二ページフォールトが起るか否かのチェックを
行なう必要があり、この場合にはデータ長の短かいスト
リング命令に対してオーバヘッドが増加するという好ま
しくない性質を有する。
Reading large amounts of data such as string processing/
Even in the case of a write instruction, in order to complete the instruction when a page fault occurs, a separate large-capacity buffer memory is required, which has the disadvantage of increasing the amount of hardware. In addition, when the capacity of the separate buffer memory is reduced, it is necessary to check whether a two-page fault occurs before executing a string processing instruction. It has the undesirable property of increasing overhead for string instructions.

〔発明の目的〕[Purpose of the invention]

本発明は上記諸々の欠点、に錬みてなされたもの処理に
よるオーバーヘッドをなくし、かつページフィールドが
発生した場合であつ、でも退避すべきレジスタ類を少く
し、且つ再開時(二も複雑なマイクロプログラムを介す
ることなく、中断した命令の途中から再開し得るページ
フォルト処理方式を提供することを目的とする。
The present invention has been developed in consideration of the above-mentioned drawbacks, eliminates processing overhead, reduces the number of registers to be saved even when a page field occurs, and reduces the number of registers that need to be saved when restarting (2). An object of the present invention is to provide a page fault processing method that can restart an interrupted instruction from the middle without going through the steps.

[発明の醋要〕 本発明は、仮想記憶をサポートするデータ処理装置(二
採用されて好適なものであり、メモリ書込みコマンド実
行毎処理すべきデータ幾分だけ値が更新される第1のレ
ジスタと、該レジスタ出力及び処理すべきデータ長に基
づきレングス演算を行なう演算回路と、上記第1のレジ
スタからデータを得、メモリコマンド実行f二よって書
込みがなばれる(値が更新)第2のレジスタを設け、ベ
ージ7オルト発生時、上記第2レジヌタの内容を退避し
命令再開時、この退避した内容を復元し、上記演算回路
によって再開すべきデータのアドレス、データ長を算出
し、中断した命令の途中から動作を再開するものである
[Summary of the Invention] The present invention is a data processing device (preferably employed) that supports virtual memory, and a first register whose value is updated by some amount of data to be processed every time a memory write command is executed. , an arithmetic circuit that performs a length operation based on the register output and the data length to be processed, and a second register that obtains data from the first register and is written (value is updated) by memory command execution f2. When a page 7 ort occurs, the contents of the second register are saved, and when the instruction is restarted, the saved contents are restored, the address and data length of the data to be restarted are calculated by the arithmetic circuit, and the interrupted instruction is The operation is restarted from the middle of the process.

本発明のページフォールト処理方式を採用することによ
り、上述した諸々の欠点が解消される。
By adopting the page fault processing method of the present invention, the various drawbacks mentioned above can be overcome.

〔発明の実施例〕[Embodiments of the invention]

以下、第3図以降を使用して本発明(二関し詳述する。 Hereinafter, the present invention will be described in detail using FIG. 3 and subsequent figures.

第3図は本発明を実現する装置の実施例を示すブロック
図である。
FIG. 3 is a block diagram showing an embodiment of an apparatus for implementing the present invention.

図において、31はセレクタである。セレクタ31には
、マイクロ命令実行の始めに外部よりライン301を介
して後述するレングスレジスタ32.33に設定すべき
“データ長”が与えられる。又、ライン308を介して
ルングス演算結果”も与えられる。レングスレジスタ3
2.33にはそれぞれ処理すべき残りのREADテータ
長、処理すべき残りのWRITEデータ長が格納される
。34はセレクタである。
In the figure, 31 is a selector. The selector 31 is given a "data length" to be set in length registers 32 and 33, which will be described later, from the outside via a line 301 at the beginning of microinstruction execution. The length register 3 is also provided via line 308.
2.33 stores the remaining READ data length to be processed and the remaining WRITE data length to be processed, respectively. 34 is a selector.

セレクタ34は上記レジスタ32 、 s :a 出力
を得、マイクロ命令コマンドがREAD/W几I ’T
’ Eのいずれを指示しているかζ二より、該当レジス
タの内容を出力する。即ち、メモリ(図示せず)に対す
るR E A Dの畑f合、レングスレジスタ32が、
WRITEの場合、レングスレジスタ33の内容が選択
出力される。
The selector 34 obtains the output of the register 32, s:a, and the microinstruction command is READ/W几I'T.
' Whichever E is specified, ζ2 outputs the contents of the corresponding register. That is, when the field f of R E A D with respect to the memory (not shown) is set, the length register 32 is
In the case of WRITE, the contents of the length register 33 are selectively output.

35もセレクタである。セレクタ35には外部よりメモ
リに対する読出し/禍、込みマイクロ命令において処理
すべきデータ長が供給され、こノ圭を透析出力する。3
6はレングス減糎、を行なう減算器である。減算器36
には上記セレクタ34 、35出力が供給され、ライ/
304を介して与えられるレングスレジスタ32又は3
3の内容から、マイクロ命令で処理すべき゛′データ長
(ライン306)”を減算する。
35 is also a selector. The selector 35 is externally supplied with the data length to be processed in the read/write/input microinstruction to the memory, and outputs the data for dialysis. 3
6 is a subtracter that performs length reduction. Subtractor 36
are supplied with the outputs of the selectors 34 and 35, and the line/
Length register 32 or 3 provided via 304
From the contents of 3, the ``data length (line 306)'' to be processed by the microinstruction is subtracted.

37.38は上記減W、器36によるレングス減算の結
果、レングスレジスタ32.33の値が負になったか否
かが表示されるフリップフロップである。フリップフロ
ップ37 、38出力(ライン3o 9/31 o )
は−f:れぞれ[ΔD/WRITEが終rしたことを示
す。
Reference numerals 37 and 38 designate flip-flops that display whether or not the value of the length registers 32 and 33 has become negative as a result of the length subtraction by the subtractor 36. Flip-flop 37, 38 output (line 3o 9/31o)
-f: Indicates that [ΔD/WRITE has finished, respectively.

尚、レングスレジスタ32,33(二はREAD/WR
ITEコマンド実行時にレングス減算された値がセレク
タ31を介して書き込まれる。
In addition, length registers 32 and 33 (the second is READ/WR
The value from which the length is subtracted when the ITE command is executed is written via the selector 31.

39は、メモリ、コマンド実行時(RgAD/WR,I
’l’E)に、畏き込みデータ・レングスレジスタ33
の内容を格納する未処理書き込みデータ長レジスタであ
る。
39 is memory, command execution time (RgAD/WR, I
'l'E), data length register 33
This is an unprocessed write data length register that stores the contents of .

第4 f!S4は本発明のページフォールト処理’J式
が適用される命令のフローを示す図である。
4th f! S4 is a diagram showing the flow of instructions to which the page fault processing 'J formula of the present invention is applied.

第5図は本発明の他の実施例を示すブロック図である。FIG. 5 is a block diagram showing another embodiment of the present invention.

図にシいて、5ノはセレクタ、52は命令フエチ時にゼ
ロ・クリブi fする書き込み済みデータ長レジスタで
あり、メモリ書き込み実行時にセレクタ51の出力(ラ
イン502のビ」容)を格納する。53はメモリに対す
書き込みマイクロ命令で処理さtしるデータ長を選択出
力するセレクタ、54は書肯込み済みデータ長レジスタ
52出力(ライン503の内容)と、メモリ書き込み命
令時≦二処理妊れるデータ長(ライン504の内容)を
加算し出力する加算器である。セレクタ51は、メモリ
書き込み命令時には、データ長加算結果(ライン5θ5
の内容)を選択出力し、書き込み済データ長レジ2夕3
2に必要とするデータ長を書き込む時(二はライン50
1の内容を選択出力する。55はメモリコマンド実行(
二より、レジスタ32の内容を格納するページフォール
ト用書き込み処理済データ長レジスタである。
In the figure, numeral 5 is a selector, 52 is a written data length register that zeros in when an instruction is fetched, and stores the output of the selector 51 (the bit value of line 502) when memory writing is executed. 53 is a selector that selects and outputs the data length to be processed by a write microinstruction to the memory; 54 is a write-in data length register 52 output (contents of line 503); This is an adder that adds and outputs the data length (contents of line 504). At the time of a memory write command, the selector 51 selects the data length addition result (line 5θ5
content) and selects and outputs the written data length register 2 and 3.
When writing the required data length to 2 (2 is line 50
Selectively output the contents of 1. 55 is memory command execution (
Second, it is a write-processed data length register for page faults that stores the contents of the register 32.

以下、第3図に示した実施例の動作につき説明する。The operation of the embodiment shown in FIG. 3 will be explained below.

レングスレジスタ32 、33にハ、マイクロ命令開始
後、メモリに対するREAD/WRI’l”Eコマンド
を実行する前(二:f:i″Lぞれ読み出しデータ長、
書き込みデータ長が設冗されている。メモIJ kfみ
込みが実行されると、セレクタ34はレングスレジスタ
32を選択し、かつ、セレクタ35は読み込まれるデー
タ長を選択し、減算器36ト1人力されるデータを減算
(ライン305の内容−ライン306の内容)して、そ
の出力(ライン3θ8の内容)はセレクタ3ノを介して
レングスレジスタ32に書き体重れる。この結果、レン
グスレジスタ32(=は、この後読み込。
The length registers 32 and 33 are set to c, after the start of the microinstruction, and before executing the READ/WRI'l''E command to the memory (2:f:i''L, respectively the read data length,
The write data length is set redundantly. When the memo IJ kf import is executed, the selector 34 selects the length register 32, the selector 35 selects the data length to be read, and the subtractor 36 subtracts the input data (the contents of line 305). - the contents of line 306), and its output (the contents of line 3θ8) is written into the length register 32 via the selector 3. As a result, the length register 32 (= means read after this.

む必要のあるデータ長が格納されたことになる。This means that the data length that needs to be filled is stored.

なお、この時、未処理書き込みデータ長格納レジスタ3
9には、書き込みデータ長レジスタ33の内容が格納さ
れる。同様にメモリ書き込み命令時には、書き込みデー
タ長格納レジスタ33の内容が減算される。このとき、
未処理書き込みデータ長レジスタ39には、レングス減
算される以前の、書き込みデータ長レジスタ33の(ハ
)容が格納される。
At this time, the unprocessed write data length storage register 3
9 stores the contents of the write data length register 33. Similarly, at the time of a memory write command, the contents of the write data length storage register 33 are subtracted. At this time,
The unprocessed write data length register 39 stores the (c) content of the write data length register 33 before the length is subtracted.

もし、メモリ読み込み時にページフォールトが発生する
と、未処理書き込みデータ長格納レジスタ39(二は、
これから書き込みすべきデータ長が格納されており、こ
の内容を退避する。
If a page fault occurs when reading memory, the unprocessed write data length storage register 39 (second
The data length to be written from now on is stored, and this content is saved.

またメモリ書き込み時にページフォールトが発生すると
、未処理書き込みデータ長格納レジスタ39には、ペー
ジフォールトが発生した直前の未処理書き込みデータ長
が格納されておシ、この内容を退避する。ページフォル
ト処理後、命令を再開すると第4図1=示したフローに
おいて命令フェッチ直後に、ページフォルトによる命令
再開であるかを判定し、その命令の再開処理マイクロル
ーチンを実行する。このマイクロルーチンでは、402
のステップで命令実行前の書き込みデータ長から退避し
ておいた未処理書き込みデータ長を減算し、処理済デー
タ長を算出し、命令実行前の読み込みデータ長から未処
理書き込みデータ長を減算することで命令再開時の、読
み込みデータ長を算出し、これをレングスレジスタ32
へ、未処理書き込みデータ長をレングスレジスタ33へ
それぞれ格納する。
Furthermore, when a page fault occurs during memory writing, the unprocessed write data length storage register 39 stores the unprocessed write data length immediately before the page fault occurs, and this content is saved. When the instruction is restarted after the page fault processing, immediately after fetching the instruction in the flow shown in FIG. In this microroutine, 402
Subtract the saved unprocessed write data length from the write data length before executing the instruction in step , calculate the processed data length, and subtract the unprocessed write data length from the read data length before executing the instruction. Calculate the read data length when restarting the instruction, and store this in the length register 32.
and store the unprocessed write data lengths in the length register 33, respectively.

畑うにマイクロルーチン403において、処理済みデー
タ長から再開時の読み出しアドレス、青き込みアドレス
を補正し、命令の処理を再開する。
In the Hata Uni microroutine 403, the read address and blue entry address at the time of restart are corrected based on the processed data length, and instruction processing is restarted.

第5図に示した実施例では、メモリコマンド実行(二よ
ってページ・フォールトが発生した時、七のコマンド実
行前の書き込み処理済のデータ長を格納しているページ
フォールト用書き込み処理済データ長レジスタの内容を
退避し、ページフォールト処理を行ない命令を再開する
。再開するには、退避していた処理済データ長をもとこ
、残っている読み出しデータ長、書き込みデータ長を算
出し読み出し、書き込みアドレスを桶正し、命令の処理
を再開する。
In the embodiment shown in FIG. 5, when a page fault occurs due to memory command execution (2), the page fault written data length register, which stores the length of the written data before the execution of the command 7. The contents of the file are saved, page fault processing is performed, and the instruction is restarted.To restart, calculate the remaining read data length and write data length based on the processed data length that was saved, and read and write the write address. Correct the problem and resume processing instructions.

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

以上説明の如く、本発明によれば以下に列挙する効果を
有する。
As explained above, the present invention has the following effects.

[11命令の実行前にページフォールトが起こるか否か
のチェックの必要がなく、実行時間に影響せずに、ペー
ジフォールト発生時に、命令の実行を再開できる。
[11] There is no need to check whether a page fault occurs before executing an instruction, and instruction execution can be resumed when a page fault occurs without affecting execution time.

(2)ページフォールト処理後の命令再開に必要なレジ
スタなどの退避すべきデータが少なくてよい。
(2) There is less data to be saved, such as registers necessary for restarting instructions after page fault processing.

(3)ストリング処理命令のように長いデータを扱う可
能性のある砧今に対しても、ページ7オ−ルトが起こる
か否かのチェックが不用である。
(3) There is no need to check whether a page 7 fault occurs even in cases where long data such as string processing instructions may be handled.

(4)  ページフォールト処理後の、命令再開に必要
なマイクロプログラムが複雑化することを防げる。
(4) It is possible to prevent the microprogram necessary for restarting an instruction after page fault processing from becoming complicated.

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

第1図、第2図は従来のページフォールト処理方式が適
用できる命令の処理フローの概要を示す図、第3図は本
発明を実現する装置の実施例を示すブロック図、第4図
は本発明のページフォールト処理方式が適用される命令
のフローを示す図、第5図は本発明の他の実施例を示す
ブロック図である。 31 、34 、 、? 5 、51 、53・・・ゼ
レクタ、32 、33 、39 、52 、55・・・
レジスタ、36・・・減算器、54・・・加算器。 出願人代理人 弁理士 鈴 江 武 彦第1図    
 第2囚 第3図 第5図 ’:)(J’) 第4図
1 and 2 are diagrams showing an overview of the processing flow of instructions to which the conventional page fault processing method can be applied, FIG. 3 is a block diagram showing an embodiment of a device that implements the present invention, and FIG. A diagram showing the flow of instructions to which the page fault processing method of the invention is applied, FIG. 5 is a block diagram showing another embodiment of the invention. 31, 34, ? 5, 51, 53...Zelector, 32, 33, 39, 52, 55...
Register, 36...subtractor, 54...adder. Applicant's agent Patent attorney Takehiko Suzue Figure 1
2nd Prisoner Figure 3 Figure 5':) (J') Figure 4

Claims (3)

【特許請求の範囲】[Claims] (1)仮、’l:’A g+’、、・tfiをサポート
するデータ処理装置におり−C、メモリコマンド実行時
、処理すべきデータ長を設定出力する手段と、メモリ書
込みコマンド実行毎上記手段にて与えられるデータ要分
だけ更新さカフる第1のデータ(′4′:描手段と、該
第]のデータ保持手段による出力、及び処理すべきデー
タ長に浩づきレングス・演算を行六う演算手段と、−上
記第1のテータ採相手段からデータを川、メモリコマン
ド実行によって書′込みが斤される第2のデータ保持手
板とを匹備し、上記データ処理装置はベージフォルト発
生時に−に記第2のデータ保持手段による内容を退ji
il L、、命令占聞時、上記退】鮮し/こデータをも
と(二−ヒ宮己演騨手段(二よって山開すべきデータの
アドレス、データ長を睨出し、命令を再開することを特
徴とするページフォールト処+111刀式。
(1) Temporarily, 'l:'A g+', ・If you have a data processing device that supports tfi-C, when executing a memory command, there is a means to set and output the data length to be processed, and the above every time a memory write command is executed. The first data ('4': drawing means and the second data holding means) is updated by the data essential given by the means, and the length calculation is performed based on the data length to be processed. - a second data holding board that receives data from the first data acquisition means and is written in by executing a memory command; At the time of occurrence, the contents by the second data holding means are written in -.
il L,, when reading the command, use the above data to determine the address and data length of the data to be opened, and restart the command. Page Fault +111 Katana style, which is characterized by the following.
(2)  上記第1のデータ保持手段は、メモリ書込み
を所々つだデータ長を保持し、上記設定出力手段で与え
られるデータ要分だけ加算され、メモリ胛込みコマンド
毎に更新されるととを特徴とする特許請求の範囲第1項
記載のページフメールト処即万式。
(2) The above-mentioned first data holding means holds the data length of the memory write in some places, and the data length given by the above-mentioned setting output means is added, and the data length is updated for each memory writing command. The feature of the page fumeert treatment as set forth in claim 1 is as follows.
(3)  −上記第1のデータ保持手段(信、メモリ真
込みを行う必要がある未処理デ〜り長を保持し、上記井
゛ン定出力手段で与えられるデータ要分だけAiW−g
fl、メモリ書込みコマンド突行毎に史新婆すすること
を特徴とする特許請求の範囲第1項記載のページフォー
ルト処FJ 75 式。
(3) - The first data holding means (receiver) holds the unprocessed data length that needs to be filled into the memory, and holds the AiW-g for the amount of data given by the above-mentioned constant output means.
A page fault handling method according to claim 1, characterized in that the page fault handling method FJ75 is characterized in that a history is flushed every time a memory write command is executed.
JP58025769A 1983-02-18 1983-02-18 Page fault processing system Pending JPS59152578A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58025769A JPS59152578A (en) 1983-02-18 1983-02-18 Page fault processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58025769A JPS59152578A (en) 1983-02-18 1983-02-18 Page fault processing system

Publications (1)

Publication Number Publication Date
JPS59152578A true JPS59152578A (en) 1984-08-31

Family

ID=12175046

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58025769A Pending JPS59152578A (en) 1983-02-18 1983-02-18 Page fault processing system

Country Status (1)

Country Link
JP (1) JPS59152578A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57100680A (en) * 1980-12-15 1982-06-22 Hitachi Ltd Page fault processing system
JPS57150180A (en) * 1981-03-13 1982-09-16 Hitachi Ltd Data processor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57100680A (en) * 1980-12-15 1982-06-22 Hitachi Ltd Page fault processing system
JPS57150180A (en) * 1981-03-13 1982-09-16 Hitachi Ltd Data processor

Similar Documents

Publication Publication Date Title
JPH0242569A (en) Context switching method and apparatus used for vector processing system
JPS59152578A (en) Page fault processing system
JP2671160B2 (en) Exception handling method
JP2552738B2 (en) Data processing device
JPH0133856B2 (en)
JPS5890244A (en) Data processor
JPH0222413B2 (en)
JPS61235985A (en) Vector processor
JP3490191B2 (en) calculator
JPS61117635A (en) Virtual storage control system
JPS5838815B2 (en) information processing equipment
JPS6149695B2 (en)
JPS59201144A (en) Decimal arithmetic circuit
JPH0526216B2 (en)
JPS59189452A (en) Queue structure for data processor
JPS63197254A (en) Virtual memory controller
JPH04147339A (en) Information processor
JPS58215779A (en) Data processor
JPH0573306A (en) Microprocessor
JPS5862751A (en) Data processor
JPH0364903B2 (en)
JPH06295252A (en) Computer
JPH031252A (en) Page fault processing system
JPH0833825B2 (en) Microprocessor
JPH01175053A (en) Segmentation system data processor