JPS5932821B2 - information processing equipment - Google Patents

information processing equipment

Info

Publication number
JPS5932821B2
JPS5932821B2 JP51148872A JP14887276A JPS5932821B2 JP S5932821 B2 JPS5932821 B2 JP S5932821B2 JP 51148872 A JP51148872 A JP 51148872A JP 14887276 A JP14887276 A JP 14887276A JP S5932821 B2 JPS5932821 B2 JP S5932821B2
Authority
JP
Japan
Prior art keywords
register
main memory
instruction
retry
data
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
JP51148872A
Other languages
Japanese (ja)
Other versions
JPS5372545A (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 JP51148872A priority Critical patent/JPS5932821B2/en
Publication of JPS5372545A publication Critical patent/JPS5372545A/en
Publication of JPS5932821B2 publication Critical patent/JPS5932821B2/en
Expired legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)

Description

【発明の詳細な説明】 本発明は情報処理装置に関し、特にハードウェアの誤動
作が生じた場合の再試行の機能を有する情報処理装置に
関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an information processing apparatus, and more particularly to an information processing apparatus having a retry function in the event of a hardware malfunction.

近年、情報処理装置の大規模化が進んでおり、その結果
として、ハードウェア誤動作の発生する確率が増加し、
その信頼度が低下すると云う問題が生じている。
In recent years, the scale of information processing equipment has progressed, and as a result, the probability of hardware malfunctions has increased.
A problem has arisen in that its reliability is reduced.

この様な問題を解決する為に、ハードウェアにによる誤
動作検出回路を随所に設け、ハードウェア誤動作を監視
すると共に、検出されたハードウェア誤動作が固定的な
故障によるものより一時的なものが比較的多いこと、及
び固定的な故障であつても特定のタイミングでしか発生
せず異なるタイミングで実行すると正常に実行されるこ
とが期特出来ること等から、誤動作が発生した場合には
これを再実行によつて救うこと(再試行)が行われる。
In order to solve this kind of problem, hardware malfunction detection circuits are installed everywhere to monitor hardware malfunctions, and to ensure that detected hardware malfunctions are temporary rather than fixed malfunctions. Even if the malfunction is fixed, it only occurs at a specific timing, and it is possible to predict that it will be executed normally if executed at a different timing. Saving by execution (retry) is done.

然るに、従来はこの再試行を命令単位に行つており、次
の様な方法が取られていた。
However, in the past, this retry was performed on an instruction-by-instruction basis, and the following method was used.

第1の方法は、誤動作の検出された時点が再試行可能な
範囲力、不可能な範囲かを判断する為の再試行可能/不
可能表示ビットを設け、ある命令を実行する為に必要な
命令アドレス、命令語、オペランド語、その他の初期情
報のうち、その命令で更新しなければならない複数個の
情報の一つを更新すれば再試行可能/不可能表示ビット
に登録する。
The first method is to provide a retryable/impossible indicator bit to determine whether the point at which a malfunction is detected is within a retryable range or an impossible range, and the If one of a plurality of pieces of information that must be updated by the instruction among the instruction address, instruction word, operand word, and other initial information is updated, it is registered in the retry possible/impossible indication bit.

しかしてハードウェア誤動作が検出された時点でこのビ
ットを調べ、登録されていなければ再試行を行い、登録
されていれば再試行を行わない方法である。第2の方法
は、命令実行に必要な複数個の初期情報を保持する退避
手段(退避レジスタ)を設け、命令実行開始以前あるい
は命令実行中に退避レジスタに退避して保持し、誤動作
が生じた場合には、退避レジスタに保持している情報の
全てあるいは必要なものだけを元に戻して、命令の実行
の最初あるいは途中から再試行する方法である。
When a hardware malfunction is detected, this bit is checked, and if it is not registered, a retry is performed, and if it is registered, a retry is not performed. The second method is to provide a save means (save register) that holds multiple pieces of initial information necessary for instruction execution, and save and hold the initial information in the save register before or during instruction execution to prevent malfunctions. In this case, the method is to restore all or only the necessary information held in the save register and retry the instruction from the beginning or in the middle of execution.

しかし、第1の方法は、再試行用の金物量はごく少なく
て済むが、再試行可能となる時間的範囲が狭いという欠
点があり、また、第2の方法は、その命令で更新しなけ
ればならない複数個の情報の一つを更新した後で誤動作
が生じても、あるいは誤動作が更新直前に生じた為に更
新が抑止出来ず、誤つたデータにより更新が行われても
更新前の情報が退避レジスタに保持されているので再試
行が出来、再試行可能な範囲が広いという長所はあるが
、再試行の為の金物量が多く必要であり、且つ再試行の
為の制御が非常に複雑となるという欠点があつた。
However, although the first method requires only a small amount of hardware for retrying, it has the disadvantage that the time range in which retrying is possible is narrow, and the second method requires updating with the instruction. Even if a malfunction occurs after updating one of the multiple pieces of information that must be updated, or if the malfunction occurs immediately before the update and the update cannot be suppressed and the update is performed with incorrect data, the information before the update will be updated. It has the advantage that it can be retried because it is held in the save register, and the retry range is wide, but it requires a large amount of hardware for retrying, and the control for retrying is very difficult. The drawback was that it was complicated.

本発明は、従来の命令単位の再試行の技術に内在する前
記の如き欠点を解消する為に成されたものであり、従つ
て本発明の目的は、スワツプ方式により制御されたバツ
フアメモリを使用し、プロセス対応の再試行を行わせる
ことにより、特別な退避用レジスタを設けることなく、
少ない金物量と簡単な制御により、従来の命令単位の再
試行よりも広い再試行可能範囲をとることが出来る新し
い情報処理装置を提供することにある。
The present invention has been made in order to eliminate the above-mentioned drawbacks inherent in the conventional instruction-based retry technique. Therefore, an object of the present invention is to use a buffer memory controlled by a swap method. , by performing process-specific retries, without the need for special save registers.
It is an object of the present invention to provide a new information processing device that can have a wider range of retry than the conventional retry of each instruction by using a small amount of hardware and simple control.

本発明は、命令とデータと動作環境情報を格納する主記
憶部とスワツプ方式により前記主記憶部との間でデータ
転送を行うバツフアメモリと、複数の命令からなるプロ
セスの最初に、前記主記憶部に格納されている動作環境
情報を格納する1以上のレジスタと、前記レジスタに格
納された前記動作環境隋報のもとに1プロセスを実行す
るとき、誤動作があれば検出する誤動作検出回路と、前
記プロセスの実行開始時に再試行可能であることを表示
し、前記プロセスの実行中主記憶装置にデータが書き込
まれたときに再試行不可能であることを表示するプロセ
ス再試行表示手段とを 有し、前記誤動作検出回路で誤
動作が検出されたとき、前記プロセス再試行表示手段が
再試行可能であることを表示している場合少なくとも前
記バツフアメモリに格納されているデータを全て無効ど
し、そのプロセスの最初から再試行をし、前記誤動作検
出回路によりハードウエアの誤動作が検出されないとき
はそのプロセスの最後に前記レジスタに格納された動作
環境情報とデータとを前記主記憶部に格納することを特
徴とする情報処理装置を構成する。
The present invention includes a main memory section that stores instructions, data, and operating environment information, a buffer memory that transfers data between the main memory section and the main memory section by a swap method, and a buffer memory that transfers data between the main memory section and the main memory section by a swap method. one or more registers that store operating environment information stored in the register; a malfunction detection circuit that detects any malfunction when executing one process based on the operating environment information stored in the register; Process retry display means for displaying that retry is possible at the start of execution of the process, and for displaying that retry is not possible when data is written to the main storage device during execution of the process. When a malfunction is detected by the malfunction detection circuit, if the process retry display means indicates that retry is possible, at least all data stored in the buffer memory is invalidated, and the process is restarted. The process is retried from the beginning, and if no hardware malfunction is detected by the malfunction detection circuit, the operating environment information and data stored in the register are stored in the main memory at the end of the process. An information processing device is configured.

本発明の情報処理装置で実行されるプログラムは、複数
のハードウエア可視の仕事の単位、即ちプロセスに分割
されており、個々のプロセスは必要に応じて他のプロセ
スと同期又はメツセージ交換を行うが、原則として他の
プロセスとは独立に処理される。
A program executed by the information processing device of the present invention is divided into a plurality of hardware-visible work units, that is, processes, and each process synchronizes or exchanges messages with other processes as necessary. , in principle, is processed independently from other processes.

また、ハードウエア可視とは個々のプロセスは、それぞ
れそれらが中央処理装置上で実行される場合の動作環境
を規定する情報プロツク(例えば汎用レジスタ、ベース
レジスタ、命令カウンタ、プログラム/ハードウエアマ
スク類、タイマ類等。以下プロセスコントロールプロツ
クと呼ぶ。)を主記憶上に持つていて、今、あるプロセ
スに中央処理装置が与えられて実行が許されると、ハー
ドウエアにより上記プロセスコントロールブ田ンクに規
定された動作環境情報即ち初期状態を中央処理装置に転
送し、該プロセスの実行を開始する為の動作環境を中央
処理装置上に定義した後で実行を開始し、実行を終了又
は、中断して中央処理装置を他のプロセスに明け渡すと
きに再びその終了又は中断時点での動作環境即ち実行結
果をプロセスコントロールプロツク(主記憶上)に戻す
ことにより、プロセスが時間的に不連続に実行されても
、その実行結果の連続性が保証される様に制御されてい
る。また、本発明の情報処理装置は、プロセス対応にス
ワツプ制御されているバツフアメモリ装置を有している
Hardware visibility also means that each individual process has information blocks (e.g. general registers, base registers, instruction counters, program/hardware masks, etc.) that define the operating environment when they are executed on the central processing unit. timers, etc. (hereinafter referred to as process control blocks) are stored in the main memory, and when a process is given the central processing unit and is allowed to execute, the hardware writes to the process control block. The specified operating environment information, that is, the initial state is transferred to the central processing unit, the operating environment for starting the execution of the process is defined on the central processing unit, and then the execution is started and the execution is terminated or interrupted. When the central processing unit is handed over to another process, the operating environment at the time of termination or interruption, that is, the execution result, is returned to the process control block (main memory), so that the process is executed discontinuously in time. However, the execution results are controlled to ensure continuity. Further, the information processing apparatus of the present invention has a buffer memory device that is swap-controlled in accordance with processes.

このバツフアメモリ装置は、中央処理装置からのアクセ
ス要求を受付けると、バツフアメモリ上に指定された情
報が登録されているか否を調べ、登録されている場合は
、バツフアメモリ上の情報のみを対象に指定された処理
(読み出し、書き込み等)を行い、また、バツフアメモ
リ上に指定された情報が登録されていない場合は主記憶
から該指定情報を含む丁定量のデータ(プロツクと呼ぶ
)を読み出して(スワツプイン)バツフアメモリに登録
した後、該バツフアメモリ上の指定情報のみを対象に指
定された処理を行う。即ち、この時点では主記憶上の該
情報は一切更新しない。この主記憶から読み出したプロ
ツクをバツフアメモリに登録するとき、該プロツクを登
録可能な空き領域がなく、以前に登録され古くなつた情
報と置き換えられるとき、その古い情報に対してバツフ
アメモリ上で書込が成されていれば、そのプロツクを主
記憶に書き込んだ(スワツプアウト)後で、また書込が
成されていなければそのまま新たなプロツクと書き換え
られる。この主記憶へのスワツプアウトを行つた結果、
主記憶上の情報が更新されることになる。更に、あるプ
ロセスが他のプロセスに中央処理装置を明け渡すとき、
主記憶上のそのプロセスのプロセスコントロールプロツ
クに動作環境を戻すと共に、そのプロセスに関連するバ
ツフアメモリ上の全てのプロツクに対してそのプロセス
の実行中に書込が成されたか否かを調べ書込が成された
プロツクを主記憶にスワツプアウトする。即ち、その時
点迄の実行の最終結果を主記憶上のプロセスコントロー
ルプロツク及びプロセスに転送することにより、再び該
プロセスが実行される時の初期状態を主記憶上に作るこ
とになる。上記の様に制御することにより、あるプロセ
スに中央処理装置が与えらへ中央処理装置が主記憶から
該プロセスのプロセスコントロールプロツクを読み出し
て実行を開始した後、バツフアメモリから主記憶へスワ
ツプアウトが生じる迄は、主記憶上の該プロセス実行開
始以前の状態即ち初期状態を保持している。
When this buffer memory device receives an access request from the central processing unit, it checks whether the specified information is registered on the buffer memory, and if it is registered, the specified information is targeted only for the information on the buffer memory. Processing (reading, writing, etc.) is performed, and if the specified information is not registered in the buffer memory, the exact amount of data (called a program) containing the specified information is read (swapped in) from the main memory and transferred to the buffer memory. After registering the specified information in the buffer memory, the specified processing is performed only on the specified information on the buffer memory. That is, at this point, the information on the main memory is not updated at all. When registering a program read from the main memory in the buffer memory, if there is no free space in which to register the program and the program is replaced with previously registered and outdated information, the old information cannot be written to the buffer memory. If the block has been written to the main memory (swap out), if the block has not been written to the main memory, it is rewritten with a new block. As a result of this swapout to main memory,
The information on the main memory will be updated. Furthermore, when one process yields the central processing unit to another process,
In addition to returning the operating environment to the process control block of that process in main memory, it also checks and writes to all the programs in buffer memory related to that process to see if any writing was done during the execution of that process. Swap out the completed program to main memory. That is, by transferring the final result of execution up to that point to the process control program and process on the main memory, the initial state when the process is executed again is created on the main memory. By controlling as described above, when a central processing unit is assigned to a certain process and the central processing unit reads out the process control program for that process from main memory and starts execution, a swap-out occurs from the buffer memory to the main memory. Until then, the state on the main memory before the start of execution of the process, that is, the initial state is held.

以上述べた様に、プロセス対応にスリツプ制御されてい
るバツフアメモリを有する情報処理装置に於いて、実行
中のプロセスの再試行が可能な範囲か不可能な範囲かを
判析する為の再試行可能/不可能表示ビツトを設け、実
行中のプロセスに関するプロツクがバツフアメモリから
主記憶へスワツプアウトされて主記憶上の初期状態が更
新されると、上記再試行可能/不可能表示ビツトに再試
行不可能を登録する。
As mentioned above, in an information processing device that has a buffer memory whose slip is controlled according to the process, it is possible to retry the process to determine whether it is possible or impossible to retry the process being executed. When the program related to the process being executed is swapped out from the buffer memory to the main memory and the initial state in the main memory is updated, the above-mentioned retryable/impossible indicator bit is set to indicate that retrying is not possible. register.

しかしてハードウエアの誤動作が検出された時点でこの
ビツトを調ぺ登録されていなければ該プロセスの再試行
を行うことを特徴とした情報処理装置が与えられる。次
に、本発明の一実施例を示す図面に従つて、構戊作用及
び効果を詳細に説明する。
Thus, an information processing apparatus is provided which is characterized in that when a hardware malfunction is detected, this bit is checked and if the bit is not registered, the process is retried. Next, the structural action and effects will be explained in detail with reference to the drawings showing one embodiment of the present invention.

第1図は本発明に係る情報処理装置における主記憶の構
成を示す図である。
FIG. 1 is a diagram showing the configuration of a main memory in an information processing apparatus according to the present invention.

前に述べた様に本情報処理装置で実行されるプログラム
はプロセスと呼ばれる独立の処理単位に分割されており
、必要に応じて複数のプロセス間で同期及びメツセージ
交換を行いながら時間的に多重に処理される。
As mentioned earlier, programs executed by this information processing device are divided into independent processing units called processes, and multiple processes can be multiplexed in time by synchronizing and exchanging messages between multiple processes as necessary. It is processed.

これらのプロセスには全てプロセス名JnPnが付けら
れており、そのプロセス名JnPnによりJ表及びP表
を索引することにより、第1図に示すようにプロセスコ
ントロールプロツクを得ることが出来る。このプロセス
コントロールプロツクは、中央処理装置が持つているプ
プログラム可視のレジスタ及びマスク等の全てを記述す
る為のエリアを持ち、各エリアには、該プロセスコント
ロールプロツク内の命令カウンタによつて指定される該
プロセス中の最初の1命令の実行を開始する時点での各
レジスタ及びマスク類の値を保持している。これらの情
報がプロセスの初期状態を示すことになる。1つのプロ
セスに中央処理装置が与えられ、そのプロセスの実行が
開始されるとき上記コントロールプロツクの内容を中央
処理装置の該当するレジスタに転送し、命令カウンタで
指定された最初の命令から実行を開始し、また、該プロ
セスの実行を終了又は中断するときはその最後の命令の
実行を完了後、中央処理装置内の情報を再び主記憶上の
当該プロセスコントロールプロツクに戻す。
All of these processes are given process names JnPn, and by indexing the J table and the P table using the process name JnPn, a process control block can be obtained as shown in FIG. This process control block has an area for writing all of the program visible registers and masks that the central processing unit has, and each area has an area for writing all the program visible registers and masks that the central processing unit has. It holds the values of each register and mask at the time when execution of the first instruction in the specified process starts. This information indicates the initial state of the process. When a central processing unit is given to one process and execution of that process is started, the contents of the control block described above are transferred to the corresponding register of the central processing unit, and execution starts from the first instruction specified by the instruction counter. When the execution of the process is started, or when the execution of the process is terminated or interrupted, after the execution of the last instruction is completed, the information in the central processing unit is returned to the process control block in the main memory.

従つて、プロセスが中央処理装置を他のプロセスに明け
渡しても、上記プロセスコントロールプロツクによつて
、プロセスの処理の連続性が保証される。第2図は本発
明に係る情報処理装置の一実施例を示す要部プロツク図
である。
Therefore, even if a process hands over the central processing unit to another process, the process control block ensures continuity of the process. FIG. 2 is a main part block diagram showing an embodiment of the information processing apparatus according to the present invention.

図に於いて演算レジスタ群1は、プログラム可視のレジ
スタ(汎用レジスタ群、ベースレジスタ群、科学演算レ
ジスタ群、命令カウンタ、スタツクポインタ、マスク類
)及び命令の実行に必要なハードウエアのみ可視の演算
レジスタ群から成る。
In the figure, operation register group 1 consists of program-visible registers (general-purpose registers, base registers, scientific operation registers, instruction counter, stack pointer, masks) and hardware necessary for executing instructions. Consists of a group of operational registers.

また演算回路群2は命令の実行に必要なアドレス計算、
シフト、加減算、乗除算等の演算を行う演算回路群から
成り、命令レジスタ3の指示に従つて命令の実行を行う
。命令の実行過程でメモリ上の情報が必要となると、ア
ドレスレジスタ4に該情報の主記憶上のアドレスを設定
し、また、メモリ上の情報を更新する必要が生ずると、
アドレスレジスタ4に該情報のアドレスを設定すると共
に更新情報を書込データレジスタ5に設定し、それぞれ
メモリ系へ読出/書込のアクセス要求をする。
In addition, the arithmetic circuit group 2 performs address calculations necessary for executing instructions.
It consists of a group of arithmetic circuits that perform operations such as shift, addition and subtraction, multiplication and division, and executes instructions according to instructions from the instruction register 3. When information on the memory is required in the process of executing an instruction, the address on the main memory of the information is set in the address register 4, and when the information on the memory needs to be updated,
The address of the information is set in the address register 4, and the update information is set in the write data register 5, and a read/write access request is made to the memory system.

メモリ系は、デイレクトリ一6、バツフアメモリ7、主
記憶アドレス8、読出データレジスタ9及び主記憶10
より成り、デイレクトリ一6はバツフアメモリに登録さ
れている情報プロツクの主記憶上でのアドレス及び該情
報がバツフアメモリ上で更新されたことを表示する書換
え表示ビツトWを保持している。
The memory system includes a directory 6, a buffer memory 7, a main memory address 8, a read data register 9, and a main memory 10.
The directory 16 holds addresses on the main memory of information blocks registered in the buffer memory and a rewriting display bit W indicating that the information has been updated on the buffer memory.

誤動作検出回路11,12,13,14,15はそれぞ
れ演算レジスタ群1、演算回路群2、命令レジスタ3、
アドレスレジスタ4、書込データレジスタ5の誤動作を
主としてパリテイチエツク方式により検出する回路であ
り、これらの出力信号あるいは、上記以外の回路の誤動
作検出信号17によつて誤動作の検出が報告されるとフ
リツプフロツプ群から成る誤動作保持回路16に登錬保
持される。
The malfunction detection circuits 11, 12, 13, 14, and 15 are arithmetic register group 1, arithmetic circuit group 2, instruction register 3, and
This circuit mainly detects malfunctions of the address register 4 and write data register 5 using a parity check method, and when malfunction detection is reported by these output signals or the malfunction detection signal 17 of a circuit other than the above. A malfunction holding circuit 16 consisting of a group of flip-flops holds the error.

誤動作保持回路16の出力線18(人誤動作保持回路1
6のフリツプフロツプ全ての論理和が取られたものであ
る。先ず、回路1,2,3,4及び5から成る命令実行
系からその動作を説明する。
Output line 18 of malfunction holding circuit 16 (malfunction holding circuit 1
This is the logical OR of all 6 flip-flops. First, the operation of the instruction execution system consisting of circuits 1, 2, 3, 4 and 5 will be explained.

1つのプロセスに中央処理装置が与えられてその実行を
開始するときは、先ず指定されたプロセス名JnPnを
もとに、第1図のようにして得られた該プロセスのプロ
セスコントロールプロツクを演算レジスタ群1の指定さ
れたレジスタに読み出す。
When a central processing unit is given to a process and its execution starts, first the process control program for the process obtained as shown in Figure 1 is calculated based on the specified process name JnPn. Read to the specified register in register group 1.

これは演算レジスタ群1の中の1つのレジスタによりプ
ロセス名が与えられ、演算回路群2によりアドレス計算
をし、結果をアドレスレジスタ4に設定すると共にメモ
リ系へ読出の為のアクセス要求が送出さへ メモリ系で
の読出が終了すると該読出データを、読出データレジス
タ9を介して演算レジスタ群1の指定レジスタに順次読
み出される。この動作をプロセスコントロールプロツク
全てを読み出す迄繰返す。メモリ系にあつたプロセスコ
ントロールプロツクを全て演算レジスタ群1に読み出し
終るとそのプロセスの実行を開始する。
A process name is given by one register in arithmetic register group 1, an address is calculated by arithmetic circuit group 2, the result is set in address register 4, and an access request for reading is sent to the memory system. When the reading in the memory system is completed, the read data is sequentially read out to the designated register of the operation register group 1 via the read data register 9. This operation is repeated until all process control blocks are read out. When all the process control blocks in the memory system have been read into the arithmetic register group 1, execution of the process is started.

先ず演算レジスタ群1の中の命令カウンタレジスタから
命令アドレスを読み出し、演算回路群2を通してアドレ
スレジスタ4に設定し、メモリ系に命令読出の為のアク
セス要求を出す。メモリ系の読出データレジスタ9に命
令語が読み出されると該命令語を命令レジスタ3に設定
する。命令レジスタ3に設定された命令語の指示により
メモリアクセスが必要ならば演算回路群2によりそのオ
ペランド語のアドレス計算を行い、結果を演算レジスタ
群1のハードウエアによつて指定されているレジスタ(
オペランドレジスタリハードウエアのみ可視)に格納す
ると共に、もし演算の為のオペランド語をメモリ系から
読み出す必要がある時は、アドレスレジスタ4にも設定
し、メモリ系に対して読出の為のアタセス要求を送出す
る。命令実行の為のオペランド語が必要ならばメモリ系
から読み出され且つ、演算レジスタ群1内の命令で指定
されたレジスタから読み出されると、演算回路群2によ
り、命令レジスタ3で指定された演算を実行する。その
実行結果は再び演算レジスタ群1内の命令で指定された
レジスタに格納されるか、又は書込データレジスタ5を
介し、演算レジスタ群1内のオペランドアドレスレジス
タからアドレスレジスタ4に設定された書込アドレスと
共にメモリ系へ書込の為のアクセス要求として送出され
る。この様にして1命令の実行が終了すると、該命令の
語長に従つて演算レジスタ群1の内の命令カウンタレジ
スタを更新し、次の命令の実行に移る。上記の繰返しで
命令を実行しているとき、該プロセスが実行を終了する
か、又は中断することにより中央処理装置を他のプロセ
スに明け渡すとき、プロセスの実行開始前の状態に保持
されている主記憶上のプロセスコントロールプロツクに
演算レジスタ群1の中の該当情報を転送(書き込み)す
る。
First, an instruction address is read from the instruction counter register in the arithmetic register group 1, set in the address register 4 through the arithmetic circuit group 2, and an access request for reading the instruction is issued to the memory system. When an instruction word is read into the memory read data register 9, the instruction word is set in the instruction register 3. If memory access is required according to the instructions of the instruction word set in the instruction register 3, the address of the operand word is calculated by the arithmetic circuit group 2, and the result is stored in the register specified by the hardware of the arithmetic register group 1 (
If an operand word for an operation needs to be read from the memory system, it is also set in the address register 4, and an access request for reading is sent to the memory system. Send out. If an operand word for executing an instruction is required, it is read from the memory system, and when it is read from the register specified by the instruction in the operation register group 1, the operation specified by the instruction register 3 is executed by the operation circuit group 2. Execute. The execution result is stored again in the register specified by the instruction in the operation register group 1, or written to the address register 4 from the operand address register in the operation register group 1 via the write data register 5. It is sent as an access request for writing to the memory system along with the write address. When the execution of one instruction is completed in this way, the instruction counter register in the operation register group 1 is updated according to the word length of the instruction, and execution of the next instruction is started. While executing the instructions in the above-mentioned iterations, when the process terminates execution or yields the central processing unit to another process by interrupting, the main processor that is kept in the state before the process started execution is The relevant information in the operation register group 1 is transferred (written) to the process control block in memory.

次に回路6,7,8,9及び10から成るメモリ系の動
作を説明する。
Next, the operation of the memory system consisting of circuits 6, 7, 8, 9 and 10 will be explained.

先ず命令実行系から読出の為のアクセス要求を受付ける
と、アドレスレジスタ4の内容でデイレクトリ6を索引
する。
First, when an access request for reading is received from the instruction execution system, the directory 6 is indexed based on the contents of the address register 4.

その索引の結果一致するアドレスが存在すればそのデイ
レクトリに対応するバツフアメモリ上に該当データを含
むプロツクが登録されているのでそのプロツクから当該
データを読出データレジスタ9に読み出すと共に命令実
行系に処理終了(リプライ)を知らせる。また、デイレ
クトリ6に一致するアドレスが存在しない場合は、該デ
ータがバツフアメモリ上に登録されていないので改めて
主記憶10から該データを含むプロツクをバツフアメモ
リに読み出す。この時読出アドレスは、アドレスレジス
タ4から主記憶アドレスレジスタ8に設定されて主記憶
に送出される。主記憶から該当プロツクが読み出される
とアドレスレジスタ4の内容と共にバツフアメモリ7と
デイレクトリ6との対応するエントリ一にそれぞれ登録
され、登録されたプロツクから必要とするデータを読出
データレジスタ9に読み出すと共に命令実行系に終了を
知らせる。また、命令実行系から書込みの為のアクセス
要求を受付けると、読出要求と同様にしてデイレクトリ
6を索引し、一致するアドレスがない場合は該当プロツ
クを主記憶から読み出し、バツフアメモリ7及びデイレ
クトリ6に該当プロツクを登録する。
If a matching address exists as a result of the index, a program containing the relevant data is registered in the buffer memory corresponding to that directory, so the data is read from that program to the data register 9, and the process is terminated by the instruction execution system ( reply). If there is no matching address in the directory 6, the data is not registered on the buffer memory, and the program containing the data is read out from the main memory 10 to the buffer memory. At this time, the read address is set in the main memory address register 8 from the address register 4 and sent to the main memory. When the corresponding block is read from the main memory, it is registered in the corresponding entries of the buffer memory 7 and the directory 6 along with the contents of the address register 4, and the necessary data from the registered block is read into the read data register 9 and the instruction is executed. Notify the system of termination. Also, when an access request for writing is received from the instruction execution system, the directory 6 is indexed in the same way as a read request, and if there is no matching address, the corresponding program is read from the main memory, and the corresponding program is stored in the buffer memory 7 and directory 6. Register a program.

バツフアメモリ7に更新されたデータが登録さたるとバ
ツフアメモリ上の該データのみ更新すると共に対応する
デイレクトリ6の書換え表示ビツトWを1にする。上記
の様に命令実行系からのアクセス要求が読出/書込の何
れであつても該当するデータがバツフアメモリ7上に登
録されていなければ主記憶10からバツフアメモリ7に
該当データを含むプロツクを読み出している。
When the updated data is registered in the buffer memory 7, only the data on the buffer memory 7 is updated and the rewriting display bit W of the corresponding directory 6 is set to 1. As mentioned above, regardless of whether the access request from the instruction execution system is for reading or writing, if the corresponding data is not registered in the buffer memory 7, the program containing the corresponding data is read from the main memory 10 to the buffer memory 7. There is.

この新たに主記憶10から読み出したプロツクを登録す
る為のバツフアメモリ7上のエリアが存在する場合はそ
のエリアに登録するが、無い場合は、以前に登録されて
古くなつたプロツクと置き換える。このとき該古いプロ
ツクに対応するデイレクトリ一6のエントリ一の書換え
ビツトWを調べ″1′5であると、そのプロツクはバツ
フアメモリ存在中に書き換えられていてすでに主記憶の
内容と異なることを表わすので該プロツクを主記憶に転
送しなければならない。これは書込アドレスがデイレク
トリ6から主記憶アドレスレジスタ8に設定され、書込
データがバツフアメモリ7より書込データレジスタ9に
設定されて複数回に分けて実行される。以上述べたバツ
フアメモリ制御方式がいわゆる一般のスワツプ方式であ
るが、本発明に於けるバツフアメモリはスワツプ制御さ
れていなければならない。
If there is an area on the buffer memory 7 for registering this newly read out program from the main memory 10, it is registered in that area, but if there is no area, it is replaced with a previously registered and outdated program. At this time, we check the rewritten bit W of entry 1 of directory 16 corresponding to the old program and if it is ``1'5, this means that the program has been rewritten while the buffer memory existed and is already different from the contents of main memory. The program must be transferred to the main memory.The write address is set from the directory 6 to the main memory address register 8, the write data is set from the buffer memory 7 to the write data register 9, and the program is transferred multiple times. The buffer memory control method described above is a so-called general swap method, but the buffer memory in the present invention must be under swap control.

即ち、実行中のプロセスが中央処理装置を他のプロセス
に明け渡すとき、デイレクトリ6の全エントリ一を走査
し、書換え表示ビツトWが1となつているプロツク全て
を前記と同様にして主記憶に転送し、書換表示ビツトW
をOに設定する。この様にしてプロセスコントロールプ
ロツク及びバツフアメモリ上の書換え表示ビツトWが1
のプロツクを全て主記憶に転送を完了すると、主記憶上
の該プロセスが矛盾のない処理された最終の状態となる
That is, when a running process hands over the central processing unit to another process, it scans all entries in the directory 6 and transfers all the programs whose rewrite display bit W is set to 1 to the main memory in the same way as above. and rewrite display bit W
Set to O. In this way, the rewrite display bit W on the process control block and buffer memory is set to 1.
When all of the processes in the main memory have been transferred to the main memory, the processes in the main memory are in a consistent and final state.

次に本発明の効果を説明する為に、2〜3の命令タイプ
を例にし、まず第3図により従来の命令単位の再試行技
術ではいかにして再試行可能範囲を広げていたかを説明
し、その後で、本発明によりその構成がどの様に変わつ
たかを第4図に示す。
Next, in order to explain the effects of the present invention, we will use 2 to 3 instruction types as examples, and first explain how the conventional retry technique for each instruction expands the retryable range using Figure 3. After that, FIG. 4 shows how the structure has been changed according to the present invention.

まず第1に、命令語で指定された汎用レジスタと主記憶
上のデータとの演算を行い結果を同一汎用レジスタに格
納するタイプについて述べる。第3図及び第4図に於い
て、本命令が実行開始されると、汎用レジスタ読出アド
レスレジスタ35及び汎用レジスタ書込アドレスレジス
タ36に命令後の汎用レジスタ指定部を設定する。汎用
レジスタ読出アドレスレジスタ35で指定された汎用レ
ジスタの1語をレジスタ30に読み出す。これと前後し
て命令部のアドレス部で指定された主記憶上のデータを
レジスタ31に読み出す。前記2つのデータが共に読み
出されてそれぞれ対応するレジスタに設定されると、演
算回路(四則演算、論理演算等を実行)32に於いて指
定された演算を実行し、結果をレジスタ33に設定する
。次にレジスタ33の演算結果を汎用レジスタ書込レジ
スタ36で指定された汎用レジスタ34の1語に書き入
んで本命令の実行を終了する。また回路37,38,3
9,40,41及び42はそれぞれレジスタ30,31
,33,34,35及び36に対する障害検出回路であ
り、全て障害処理を行う部分に結果が報告される。従来
では、障害処理部が障害検出を報告されるとまず0R回
路43で論理和をとり、表示ビツトフリツプフロツプ4
4を1にセツトして、その後本命令の実行を中断する為
にマシンクロツクの停止及び中央処理装置内部の初期設
定(但し、プログラム可視のレジスタは除く。)し、再
び本命令の取り出しから実行し直すことになる。この時
、障害の検出時から実行中断する迄に1マシンサイクル
以上の時間遅れが生ずる為、汎用レジスタに書き込むレ
ジスタ33及び書込アドレスレジスタ36に障害が検出
された場合、障害処理からの中断指示に依つていたので
は誤まつた内容を汎用レジスタ34に書き込んでしまい
、再試行不可能となる。そこでNOR回路45及びAN
D回路46により、障害検出回路39及び42の結果が
共に正常であり、且つ、表示ビツトフリツプフロツプ4
4がOの時、制御部からの書込パルス47を汎用レジス
タ34に入力する様に構成する。また上記の様にしてレ
ジスタ33以前に障害が検出された時は汎用レジスタ3
4への書込を抑止することで救済するとしてもレジスタ
33は正常であつたが汎用レジスタ34への書込が正し
く実行されなかつた場合、即ち、障害検出回路39のチ
エツクポイント以降汎用レジスタ34へのパス又は、汎
用レジスタ34を構成するメモリ素子自体の障害等の場
合は、後続する命令で該当する1語が読み出された時に
障害が検出されることとなるが、この場合は最早正しい
データが残されておらず再試行不可能又は、再試行不成
功にならざるを得ない。
First, we will discuss a type in which a general-purpose register designated by an instruction word and data in main memory are operated on and the result is stored in the same general-purpose register. In FIGS. 3 and 4, when this instruction starts to be executed, the general-purpose register read address register 35 and the general-purpose register write address register 36 are set to the general-purpose register designation part after the instruction. One word of the general-purpose register specified by the general-purpose register read address register 35 is read into the register 30. Around this time, the data on the main memory specified by the address section of the instruction section is read into the register 31. When the two data are read together and set in the corresponding registers, the arithmetic circuit (performs four arithmetic operations, logical operations, etc.) executes the specified operation and sets the result in the register 33. do. Next, the operation result of the register 33 is written into one word of the general-purpose register 34 specified by the general-purpose register write register 36, and the execution of this instruction is completed. Also circuits 37, 38, 3
9, 40, 41 and 42 are registers 30 and 31, respectively.
, 33, 34, 35, and 36, and the results are reported to all the parts that perform fault processing. Conventionally, when the fault processing unit is notified of the detection of a fault, the 0R circuit 43 first performs a logical sum, and the display bit flip-flop 4
4 to 1, then stop the machine clock and initialize the central processing unit (excluding registers visible to the program) to interrupt execution of this instruction, and then execute again from fetching this instruction. I'll have to fix it. At this time, since there is a time delay of one machine cycle or more from the time a failure is detected until execution is interrupted, if a failure is detected in the register 33 and write address register 36 that are written to the general-purpose register, an interruption instruction from failure processing is issued. If this were to be relied on, incorrect contents would be written to the general-purpose register 34, making it impossible to retry. Therefore, NOR circuit 45 and AN
Due to the D circuit 46, the results of the fault detection circuits 39 and 42 are both normal, and the display bit flip-flop 4
When 4 is O, a write pulse 47 from the control section is input to the general-purpose register 34. In addition, if a fault is detected before register 33 as described above, general-purpose register 3
If the register 33 is normal but the write to the general-purpose register 34 is not executed correctly, that is, after the check point of the failure detection circuit 39, the general-purpose register 34 In the case of a failure in the path to the memory element itself or in the memory element constituting the general-purpose register 34, the failure will be detected when the corresponding word is read by the subsequent instruction. No data is left and retry is not possible, or retry must be unsuccessful.

然るに、本発明の方式によれば、プロセスの初期値が主
記憶上にあることから、障害時はプロセス単位の主記憶
からの再ロードにより何ら問題なく再試行可能となるの
で、命令の実行が正しく行われたかどうかを監視するの
みで、障害検出時に中央処理装置内の初期値を正し7く
保存する必要が全くない。
However, according to the method of the present invention, since the initial value of the process is stored in the main memory, in the event of a failure, it is possible to retry without any problem by reloading the process unit from the main memory. There is no need to store the initial values in the central processing unit correctly at the time of detecting a failure, just by monitoring whether or not it has been done correctly.

従つて第4図に示す様に前記NOR回路45及びAND
回路46は不要であり、また、上記汎用レジスタ34自
体の障害も、間欠障害ならば再試行成功となる。第2に
汎用レジスタの複数の語に主記憶からデータをロードす
る命令を考える。
Therefore, as shown in FIG.
The circuit 46 is unnecessary, and if the fault in the general-purpose register 34 itself is an intermittent fault, the retry will be successful. Second, consider an instruction that loads data from main memory into multiple words of a general-purpose register.

この場合は、何ら特別な回路を設けずに命令単位の再試
行を実現しようとすれば、最初の1語に対してロードし
た時点以降は再試行不可能となる。そこで1語1語のロ
ード単位の再試行をする力\ または、予めロード対象
の語を退避させておく方法がとられる。前者は金物増は
少ないが、パイプライン制御等の高速化を考えると非常
に複雑な制御を必要とし、また後者は、第3図に於ける
レジスタ48の如ぎ退避用レジスタがロードされる汎用
レジスタの語数又は(ロードされる汎用レジスタの語数
−1)だけ必要となり金物増となる。第3図のレジスタ
48は、汎用レジスタ34が書替えられる時、予め該当
する語を読み出して退避しておき、上記語の書換えが障
害が検出されて失敗した場合、障害処理制御からの指示
でレジスタ33を介して汎用レジスタ34の該当する語
を書換えて元に戻す為のレジスタであり、通常は複数語
必要である。
In this case, if an attempt is made to retry each instruction without providing any special circuit, retrying will not be possible after the first word is loaded. Therefore, the ability to retry loading one word at a time or the method of saving the words to be loaded in advance is taken. The former does not require much additional hardware, but requires very complex control when considering speeding up pipeline control, etc., and the latter is a general-purpose system where a save register is loaded, such as register 48 in Figure 3. The number of words in the register or (the number of words in the general-purpose register to be loaded - 1) is required, resulting in an increase in hardware. When the general-purpose register 34 is rewritten, the register 48 in FIG. This register is used to rewrite the corresponding word in the general-purpose register 34 via the register 33 and return it to its original state, and usually requires a plurality of words.

然るに前述の様に全てのプロセスの初期値が主記憶上に
あることから第4図に示す様に、本発明の方式では、上
記の退避用レジスタの類も一切不要である。第3に、主
記憶上のデータ同志を演算して結果を主記憶に格納する
タイプ即ち、可変長の命令を考えると、前記複数語の汎
用レジスタを更新する命令と同様に第1回目の主記憶書
換え以後でも再試行不可能としない為には、退避用レジ
スタを持たなくてはならないが、一般には非常に長い(
例えば、256バイト)データを扱うことが出来る命令
が多い為、その退避用レジスタの為の金物が非常に多く
なるので、適当な処理の区切毎に再試行可能とする等の
複雑な制御が要求されることになる。
However, as described above, since the initial values of all processes are stored in the main memory, as shown in FIG. 4, the system of the present invention does not require any of the above-mentioned save registers. Third, considering a type of instruction that operates on data in main memory and stores the result in main memory, that is, a variable length instruction, the first main In order not to be unable to retry even after memory rewriting, it is necessary to have a save register, but it is generally very long (
For example, since there are many instructions that can handle data (256 bytes), a large amount of hardware is required for the save register, so complex control such as enabling retry at appropriate processing intervals is required. will be done.

この場合も当然の事ながら、本発明の方式によれば障害
の検出以外は何ら特別な処理の為の金物を必要とはしな
い。
In this case, as a matter of course, according to the method of the present invention, no hardware is required for any special processing other than detecting a fault.

第5図は本発明の要部を説明する図である。FIG. 5 is a diagram illustrating the main part of the present invention.

図より、プロセスの再試行可能/不可能表示ビツト19
は、プロセスの実行開始時にプロセスコントロールプロ
ツクを前記演算レジスタ群1に転送を開始する直前に゛
1″”となる信号線22によつてOにセツトされ、また
プロセスの実行する過程でデイレクトリ一6の書込み表
示ビツトWが゛1゛であるエントリ一に新たなプロツク
を登録するとき、その古いプロツクを主記憶に転送する
時に゛1゛5となる信号線21により3゛「5にセツト
される。従つて再試行可能/不可能表示ビツト19が゛
O”にセツトされている間は今実行を開始しようとして
いる又は、実行中のプロセスに関する主記憶上の全ての
情報(プロセスコントロールプロツク及びプログラムの
全て)が実行開始前の状態のままを保持していることに
なる。
From the figure, bit 19 indicates whether or not a process can be retried.
is set to O by the signal line 22 which becomes ``1'' immediately before starting to transfer the process control block to the arithmetic register group 1 at the start of execution of the process, and is set to O by the signal line 22 which becomes ``1'''' during the execution of the process. When registering a new program in entry 1 where the write display bit W of 6 is set to ``1'', when the old program is transferred to the main memory, the signal line 21 which becomes ``1'' and ``5'' sets the write display bit W to ``3'' to ``5''. Therefore, while retryable/unable indicator bit 19 is set to 'O', all information in main memory regarding the process that is about to start execution or is currently being executed (the process control program) is and all of the program) remain in the state they were in before execution started.

今、情報処理装置内でハードウエア誤動作が検出され、
誤動作保持回路16に誤動作が登録、保持されるとその
出力信号線18が、AND回路20に於いて再試行可能
/不可能表示ビツト19の出力信号線と論理積がとられ
る。
A hardware malfunction has now been detected within the information processing device.
When a malfunction is registered and held in the malfunction holding circuit 16, its output signal line 18 is ANDed with the output signal line of the retry possible/impossible display bit 19 in the AND circuit 20.

その結果の出力信号23が゛1″″となればその誤動作
に関してプロセスの再試行が可能であることを示し、プ
ロセス再試行制御回路を起動する。本発明は以上説明し
たように、プロセス対応のスワツプ制御を行うバツフア
メモリを使用し、主記憶のプロセスを実行開始時迄の状
態に保持したまま実行を可能とするような構成をとるこ
とにより、比較的少量の金物で且つ簡単な制御により広
範囲の再試行が行える効果がある。
If the resulting output signal 23 becomes ``1'''', it indicates that the process can be retried regarding the malfunction, and the process retry control circuit is activated. As explained above, the present invention uses a buffer memory that performs process-based swap control, and is configured to enable execution while maintaining the process in main memory in the state up to the start of execution. This method has the effect of allowing a wide range of retrials to be performed using a relatively small amount of hardware and simple control.

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

第1図は、本発明に係る情報処理装置で実行されるプロ
グラムが主記憶装置に格納されている状態を示す図であ
り、第2図は上記情報処理装置の本発明の一実施例に係
る要部を説明する図でありまた、第3図は従来技術の一
例である構成を示す図であり、第4図は第3図に対応す
る本発明の一実施例の構成図であり、第5図は一実施例
の要部を示す図である。 1・・・・・・演算レジスタ訊 2・・・・・・演算回
路群、3・・・・・・命令レジスタ、4・・・・・・ア
ドレスレジスタ、5・・・・・・書込みデータレジスタ
、6・・・・・・デイレクトリ一、7・・・・・・バツ
フアメモリ、8・・・・・・主記憶アドレスレジスタ、
9・・・・・・読出しデータレジスタ、10・・・・・
・主記憶 11,12,13,14,15・・・・・・
誤動作検出回路、16・・・・・・誤動作保持回路、1
9・・・・・・再試行可能/不可能表示ビツト、20・
・・・・・AND回路、30・・・・・・汎用レジスタ
の読出データ用レジスタ(オペランド)、31・・・・
・・主記憶からの読出データ用レジスタ(オペランド)
、32・・・・・・演算回路、33・・・・・・演算結
果格納用レジスタかつ汎用レジスタ書込データ用レジス
タ、34・・・・・・汎用レジスタ、35・・・・・・
汎用レジスタ読出アドレスレジスタ、36・・・・・・
汎用レジスタ書込アドレスレジスタ、45・・・・・・
退避用レジスタ、37,38,39,40,41,42
,46・・・・・・障害検出回路、43・・・・・・N
OR回路、44・・・・・・AND回路。
FIG. 1 is a diagram showing a state in which a program executed by an information processing device according to the present invention is stored in the main storage device, and FIG. FIG. 3 is a diagram illustrating the configuration of an example of the prior art, and FIG. 4 is a configuration diagram of an embodiment of the present invention corresponding to FIG. FIG. 5 is a diagram showing essential parts of one embodiment. 1... Arithmetic register 2... Arithmetic circuit group, 3... Instruction register, 4... Address register, 5... Write data Register, 6...Directory, 7...Buffer memory, 8...Main memory address register,
9... Read data register, 10...
・Main memory 11, 12, 13, 14, 15...
Malfunction detection circuit, 16... Malfunction holding circuit, 1
9... Retry possible/impossible display bit, 20.
...AND circuit, 30...General-purpose register read data register (operand), 31...
・Register for read data from main memory (operand)
, 32...Arithmetic circuit, 33...Arithmetic result storage register and general-purpose register write data register, 34...General-purpose register, 35...
General-purpose register read address register, 36...
General-purpose register write address register, 45...
Save register, 37, 38, 39, 40, 41, 42
, 46...fault detection circuit, 43...N
OR circuit, 44...AND circuit.

Claims (1)

【特許請求の範囲】[Claims] 1 プロセスを構成する命令とデータと動作環境情報を
格納する主記憶部と、プロセス単位のスワツプ方式によ
り前記主記憶部との間でデータ転送を行うバッファメモ
リと、プロセスの実行に先立つて前記主記憶部に格納さ
れている動作環境情報を主記憶部から取出して格納しプ
ロセスの実行に伴つて更新される1以上のレジスタと、
このレジスタに格納された前記動作環境情報のもとに1
プロセスを実行するときに誤動作があれば検出する誤動
作検出回路と、前記プロセスの実行開始時に再試行可能
であることを表示し、プロセスの実行中主記憶装置の初
期データ及び動作環境情報が書換えられたとき再試行不
可能であることを表示するプロセス再試行表示手段とを
有し、前記誤動作検出回路で誤動作が検出されたとき、
前記プロセス再試行表示手段が再試行可能であることを
表示している場合前記バッファメモリに格納されている
データ及びレジスタに設定された動作環境情報を全て無
効としそのプロセスの最初から再実行し、前記誤動作検
出回路によりハードウェアの誤動作が検出されずにプロ
セスの実行が終了したり中断したときは最後に前記レジ
スタに設定された動作環境情報及びバッファメモリ上の
データとを前記主記憶部に格納することを特徴とする情
報処理装置。
1 A main memory section that stores instructions, data, and operating environment information constituting a process; a buffer memory that transfers data to and from the main memory section using a swap method for each process; one or more registers that retrieve and store operating environment information stored in the storage unit from the main storage unit and that are updated as the process is executed;
1 based on the operating environment information stored in this register.
A malfunction detection circuit detects any malfunction when executing a process, and displays that a retry is possible at the start of execution of the process, and the initial data and operating environment information in the main memory are rewritten while the process is executed. a process retry display means for displaying that a retry is not possible when a malfunction is detected by the malfunction detection circuit;
If the process retry display means indicates that retry is possible, invalidate all data stored in the buffer memory and operating environment information set in the register, and re-execute the process from the beginning; When the malfunction detection circuit terminates or interrupts execution of a process without detecting a hardware malfunction, the operating environment information set in the register and the data on the buffer memory are finally stored in the main memory. An information processing device characterized by:
JP51148872A 1976-12-10 1976-12-10 information processing equipment Expired JPS5932821B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP51148872A JPS5932821B2 (en) 1976-12-10 1976-12-10 information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP51148872A JPS5932821B2 (en) 1976-12-10 1976-12-10 information processing equipment

Publications (2)

Publication Number Publication Date
JPS5372545A JPS5372545A (en) 1978-06-28
JPS5932821B2 true JPS5932821B2 (en) 1984-08-11

Family

ID=15462600

Family Applications (1)

Application Number Title Priority Date Filing Date
JP51148872A Expired JPS5932821B2 (en) 1976-12-10 1976-12-10 information processing equipment

Country Status (1)

Country Link
JP (1) JPS5932821B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55150048A (en) * 1979-05-14 1980-11-21 Nec Corp Information processor
JPS57178547A (en) * 1981-04-24 1982-11-02 Fujitsu Ltd Instruction retrying control system
JPS5981743A (en) * 1982-11-01 1984-05-11 Nec Corp Information processing system

Also Published As

Publication number Publication date
JPS5372545A (en) 1978-06-28

Similar Documents

Publication Publication Date Title
US3688274A (en) Command retry control by peripheral devices
EP0348652B1 (en) Checkpoint retry system
US3564506A (en) Instruction retry byte counter
JP2514208B2 (en) Hot stand-by memory-copy method
US6604060B1 (en) Method and apparatus for determining CC-NUMA intra-processor delays
JPH0227441A (en) Computer system
JP2006164277A (en) Device and method for removing error in processor, and processor
US5003458A (en) Suspended instruction restart processing system based on a checkpoint microprogram address
JPH02220164A (en) Input/output control processing delaying apparatus
JPS588018B2 (en) multiprocessor system
JPS5932821B2 (en) information processing equipment
JP3170472B2 (en) Information processing system and method having register remap structure
JPH08137751A (en) Processor device and its control method
JPS60142747A (en) Instruction execution control system
JPS60108936A (en) Information processor
EP0128353A2 (en) Error recovery of non-store-through cache
JP3299361B2 (en) Multiprocessor system with shared memory
JPH0368034A (en) Checkpoint retesting system
JP3094516B2 (en) Retry method of information processing device
JPS60250440A (en) Retry control system
JPS595932B2 (en) Data processing method
JPS6156537B2 (en)
JPH0666055B2 (en) History memory control method
JPH07104834B2 (en) Inter-processor lock control system
JPH04106652A (en) Exceptional treatment system