JPH0528114A - Multiprocessor system - Google Patents

Multiprocessor system

Info

Publication number
JPH0528114A
JPH0528114A JP18260391A JP18260391A JPH0528114A JP H0528114 A JPH0528114 A JP H0528114A JP 18260391 A JP18260391 A JP 18260391A JP 18260391 A JP18260391 A JP 18260391A JP H0528114 A JPH0528114 A JP H0528114A
Authority
JP
Japan
Prior art keywords
interrupt
processor
processor module
interruption
program
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
JP18260391A
Other languages
Japanese (ja)
Inventor
Shuji Yamamoto
周二 山本
Hidetoshi Aihara
秀俊 相原
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP18260391A priority Critical patent/JPH0528114A/en
Publication of JPH0528114A publication Critical patent/JPH0528114A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain a multiprocessor system having the high program execution efficiency in regard of the interruption processing by reducing the overhead of a processor required for searching processor that performs the interruption processing. CONSTITUTION:In a multiprocessor system where plural processor modules 1-n are connected together with a bus B, each of these modules is provided with a flag register 1b which holds the interruption permission-/inhibition state in the processor module, an interruption handler 1c which decides whether an external interruption request should be sent to its own processor or the next processor module, an interruption requester 1d which sends the interruption request decided by the handler 1c to the next processor module. Then the interruption request line of an interruption control bus is formed in a daisy chain.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は複数のプロセッサを有す
るマルチプロセッサ・システムに関し、更に詳しくはマ
ルチプロセッサ・システムの割り込み処理の改善に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system having a plurality of processors, and more particularly to improving interrupt handling of the multiprocessor system.

【0002】[0002]

【従来の技術】複数のプロセッサを有するマルチプロセ
ッサ・システムにおいては、入力機器からの割り込みが
発生した場合、その割り込み処理を実行するプロセッサ
を選択する必要がある。
2. Description of the Related Art In a multiprocessor system having a plurality of processors, when an interrupt from an input device occurs, it is necessary to select a processor for executing the interrupt process.

【0003】従来は、割り込み処理を行うプロセッサの
選択には、システム内に入力機器からの割り込みを受け
付ける専用のプロセッサを配置し、このプロセッサが割
り込みを受け取った後に各プロセッサの状態をチェック
することで割り込みを実行するプロセッサが決定される
ような方式が主流であった。
Conventionally, a processor dedicated to accepting an interrupt from an input device is arranged in the system in order to select a processor for performing an interrupt process, and the state of each processor is checked after the processor receives the interrupt. The mainstream method is that the processor that executes the interrupt is determined.

【0004】[0004]

【発明が解決しようとする課題】以上のような場合、割
り込み処理を行うプロセッサを決定する処理を行うため
に、あるプロセッサがそれまで行っていた処理を一時中
断する必要がある。
In the above case, in order to perform the processing for determining the processor to perform the interrupt processing, it is necessary to temporarily suspend the processing that a certain processor has been performing until then.

【0005】このように、割り込み発生毎にプロセッサ
側の処理が必要になり、プログラムの実行効率が低下す
る。本発明は上記従来技術の問題点に鑑みてなされたも
のであり、その目的は、割り込み処理に関して、割り込
み処理を行うプロセッサをサーチするためのプロセッサ
側のオーバヘッドを軽減させ、プログラムの実行効率の
良いマルチプロセッサ・システムを実現することにあ
る。
As described above, the processing on the processor side is required every time an interrupt occurs, and the program execution efficiency is reduced. The present invention has been made in view of the above-mentioned problems of the prior art. An object of the present invention is to reduce the overhead on the processor side for searching for a processor that performs interrupt processing and to improve program execution efficiency. It is to realize a multiprocessor system.

【0006】[0006]

【課題を解決するための手段】上記した課題を解決する
手段は、複数のプロセッサ・モジュールがバスで結合さ
れたマルチプロセッサ・システムにおいて、各プロセッ
サ・モジュールは、プロセッサ・モジュール内の割り込
みの許可/禁止の状態を保持するフラグ・レジスタと、
外部から与えられた割り込み要求を自身のプロセッサに
送るか、後段のプロセッサ・モジュールに送るかの判断
を行う割り込みハンドラと、割り込みハンドラによって
決定された割り込み要求を後段のプロセッサ・モジュー
ルに送出する割り込みリクエスタとを備え、割り込み制
御バスの割り込み要求線がデイジー・チェーンで構成さ
れたことを特徴とするものである。
Means for Solving the Problems In a multiprocessor system in which a plurality of processor modules are coupled by a bus, each processor module is configured to enable / disable an interrupt in the processor module. A flag register that holds the disabled state,
An interrupt handler that decides whether to send an externally supplied interrupt request to its own processor or to a subsequent processor module, and an interrupt requester that sends the interrupt request determined by the interrupt handler to the subsequent processor module. And the interrupt request line of the interrupt control bus is composed of a daisy chain.

【0007】[0007]

【作用】本発明において、プロセッサ上でプログラムが
走り出すときにプログラムが割り込まれてもよいプライ
オリティのプログラムかどうかを、割り込み可/不可を
割り込みフラグ・レジスタに保持された割り込み許可/
禁止のフラグに従って判断する。あるプロセッサ・モジ
ュールが割り込み禁止であれば、デイジー・チェーンの
割り込み要求線を介して後段のプロセッサ・モジュール
に送出される。このようにして、割り込み処理を行うプ
ロセッサが選択される。そのため、I/Oの割り込みが
発生したときに、その処理をどのプロセッサ・モジュー
ルが実行するかを決めるためのプロセッサ・モジュール
側の処理が不要になる。
According to the present invention, whether or not a program is a priority program that may be interrupted when the program starts on the processor is enabled / disabled by the interrupt enable / disable held in the interrupt flag register.
Judge according to the prohibition flag. If a processor module has interrupts disabled, it is sent to the subsequent processor module via the interrupt request line of the daisy chain. In this way, the processor that performs interrupt processing is selected. Therefore, when an I / O interrupt occurs, the processing on the processor module side for determining which processor module executes the processing becomes unnecessary.

【0008】[0008]

【実施例】以下図面を参照して、本発明の実施例を詳細
に説明する。図1は本発明の第一の実施例を示す構成図
である。この図において、複数(N個の)のプロセッサ
・モジュール1〜nとI/Oサブ・システム11とがバ
スBに接続されている。そして、割り込み制御バスは、
割り込み要求信号がプロセッサ・モジュール間でデイジ
ー・チェーンを構成している。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a configuration diagram showing a first embodiment of the present invention. In this figure, a plurality (N) of processor modules 1 to n and an I / O subsystem 11 are connected to a bus B. And the interrupt control bus is
The interrupt request signal forms a daisy chain between the processor modules.

【0009】また、プロセッサ・モジュール1は、プロ
セッサ1a,割り込みフラグ・レジスタ1b,インタラ
プト・ハンドラ1c,インタラプト・リクエスタ1dに
より構成されている。なお、他のプロセッサ・モジュー
ルも同様の構成である。
The processor module 1 is composed of a processor 1a, an interrupt flag register 1b, an interrupt handler 1c, and an interrupt requester 1d. The other processor modules have the same configuration.

【0010】そして、I/Oサブ・システム11は、I
/O機器11aとインタラプト・リクエスタ11bより
構成されている。プロセッサ・モジュール内において、
割り込みフラグ・レジスタは、そのプロセッサ・モジュ
ール内のプロセッサが割り込みを受け付けられる状態に
あるかどうかを示すフラグを保持している。プロセッサ
が割り込み受付可能状態であれば、プロセッサに対する
割り込み信号をアサートする。割り込み受付不可の場合
は、プロセッサに対する割り込み信号はアサートされ
ず、インタラプト・ハンドラはインタラプト・リクエス
タに対して別のプロセッサ・モジュールに対して割り込
むよう要求する。
The I / O subsystem 11 is
It is composed of an I / O device 11a and an interrupt requester 11b. In the processor module,
The interrupt flag register holds a flag indicating whether a processor in the processor module is ready to accept an interrupt. If the processor is ready to accept an interrupt, it asserts an interrupt signal for the processor. If the interrupt cannot be accepted, the interrupt signal to the processor is not asserted, and the interrupt handler requests the interrupt requester to interrupt another processor module.

【0011】インタラプト・リクエスタは、インタラプ
ト・ハンドラからの要求を受けて、割り込み要求信号を
後段のプロセッサ・モジュールに対して送出する。この
ように構成した本実施例装置の動作を、図2及び図3の
フローチャートを参照して説明する。なお、これらの図
では、プロセッサ・モジュールをPMと略してある。
The interrupt requester receives a request from the interrupt handler and sends an interrupt request signal to the processor module at the subsequent stage. The operation of the apparatus of this embodiment configured as described above will be described with reference to the flowcharts of FIGS. In these figures, the processor module is abbreviated as PM.

【0012】初期状態では、I/Oサブシステム10か
らの割り込み発生を抑えるように、インタラプト・リク
エスタ10aが設定されている(図2ステップ1)。ま
た、プロセッサ・モジュール1〜nは割り込み受付可能
状態にされている(図2ステップ2)。ここで、割り込
みのスレッショルドである受付レベルを設定する(図2
ステップ3)。
In the initial state, the interrupt requester 10a is set so as to suppress the occurrence of interrupts from the I / O subsystem 10 (step 1 in FIG. 2). Further, the processor modules 1 to n are in a state where interrupts can be accepted (step 2 in FIG. 2). Here, the acceptance level, which is the interrupt threshold, is set (see FIG. 2).
Step 3).

【0013】そして、I/Oサブシステム10を割り込
み発生可能状態にするための信号をプロセッサ・モジュ
ール側よりI/Oサブシステム10に送る(図2ステッ
プ4)。
Then, a signal for making the I / O subsystem 10 ready for interrupt generation is sent from the processor module side to the I / O subsystem 10 (step 4 in FIG. 2).

【0014】この状態で、割り込みが発生すると、I/
Oサブシステム10は割り込みをプロセッサ・モジュー
ル1に送る(図2ステップ5)。プロセッサ・モジュー
ル1内のプロセッサ1aは、フラグ・レジスタ1bを参
照して割り込みが可能であるかを検知する(図2ステッ
プ6)。
In this state, if an interrupt occurs, I /
The O subsystem 10 sends an interrupt to the processor module 1 (step 5 in Figure 2). The processor 1a in the processor module 1 refers to the flag register 1b to detect whether an interrupt is possible (step 6 in FIG. 2).

【0015】プロセッサ・モジュール1が割り込み受付
可能状態であれば、その割り込みを受付け、処理を始め
る(図2ステップ7)。そして、割り込みレベルと受付
レベルとを比較し、割り込みレベル>受付レベルであれ
ば割り込み受付可能状態にセットし、割り込みレベル<
受付レベルであれば、割り込み受付拒否状態にセットす
る(図3ステップ9,10)。そして割り込み承認をI
/Oサブシステムに対して返し(図3ステップ11)、
割り当てられた処理を実行する(図3ステップ12)。
そして、割り込み受付可能にセットする(図3ステップ
13)。ここで割り込みレベルは発生したI/O割り込
みのレベルを指している。
If the processor module 1 is in the interrupt-acceptable state, the interrupt is accepted and processing is started (step 7 in FIG. 2). Then, the interrupt level and the acceptance level are compared, and if the interrupt level> the acceptance level, the interrupt acceptance state is set, and the interrupt level <
If it is the acceptance level, the interrupt acceptance refusal state is set (steps 9 and 10 in FIG. 3). And interrupt approval I
Return to the / O subsystem (step 11 in Figure 3),
The assigned process is executed (step 12 in FIG. 3).
Then, the interrupt acceptance is set (step 13 in FIG. 3). Here, the interrupt level indicates the level of the generated I / O interrupt.

【0016】一方、I/Oサブシステム10は、割り込
み承認を受けて(図3ステップ14)、割り込み発生待
ちに戻る。プロセッサ・モジュール1が割り込み受付不
可能状態であるときは、プロセッサ1aに対する割り込
み信号はアサートされず、インタラプト・ハンドラ1c
はインタラプト・リクエスタ1dに対して後段のプロセ
ッサ・モジュールに対して割り込むよう要求する。イン
タラプト・リクエスタ1dは、インタラプト・ハンドラ
1cからの要求を受けて、割り込み要求信号を後段のプ
ロセッサ・モジュール2に対して送出する。
On the other hand, the I / O subsystem 10 receives the interrupt approval (step 14 in FIG. 3) and returns to the interrupt generation wait state. When the processor module 1 is in the interrupt unacceptable state, the interrupt signal to the processor 1a is not asserted, and the interrupt handler 1c
Requests the interrupt requester 1d to interrupt the subsequent processor module. The interrupt requester 1d receives the request from the interrupt handler 1c and sends an interrupt request signal to the processor module 2 in the subsequent stage.

【0017】ここで、プロセッサ・モジュール2内のプ
ロセッサ2aは、フラグ・レジスタ1bを参照して割り
込みが可能であるかを検知する(図2ステップ6)。プ
ロセッサ・モジュール2が割り込み受付可能状態であれ
ば、その割り込みを受付け、処理を始める。そして、割
り込みレベルと受付レベルとを比較し、割り込みレベル
>受付レベルであれば割り込み受付可能状態にセット
し、割り込みレベル<受付レベルであれば、割り込み受
付拒否状態にセットする。更に、割り込み承認をI/O
サブシステムに対して返し、割り当てられた処理を実行
する(図3ステップ17)。すなわち、ステップ7〜ス
テップ12の処理を同様に実行する。
Here, the processor 2a in the processor module 2 refers to the flag register 1b to detect whether an interrupt is possible (step 6 in FIG. 2). If the processor module 2 is ready to accept an interrupt, the interrupt is accepted and processing is started. Then, the interrupt level and the acceptance level are compared, and if the interrupt level> the acceptance level, the interrupt acceptance state is set, and if the interrupt level <the acceptance level, the interrupt acceptance refusal state is set. Furthermore, I / O for interrupt approval
It returns to the subsystem and executes the assigned processing (step 17 in FIG. 3). That is, the processes of steps 7 to 12 are similarly executed.

【0018】プロセッサ・モジュール2が割り込み受付
不可能状態であるときは、プロセッサ2aに対する割り
込み信号はアサートされず、インタラプト・ハンドラ2
cはインタラプト・リクエスタ2dに対して後段のプロ
セッサ・モジュール3に対して割り込むよう要求する。
すなわち、インタラプト・リクエスタ2dは、インタラ
プト・ハンドラ2cからの要求を受けて、割り込み要求
信号を後段のプロセッサ・モジュール3に対して送出す
る。そして、以下、同様にして、プロセッサ・モジュー
ル内での処理若しくは割り込みの転送が実行される(図
3ステップ19,20,21)。
When the processor module 2 is in the interrupt unacceptable state, the interrupt signal for the processor 2a is not asserted, and the interrupt handler 2
c requests the interrupt requester 2d to interrupt the processor module 3 in the subsequent stage.
That is, the interrupt requester 2d receives a request from the interrupt handler 2c and sends an interrupt request signal to the processor module 3 in the subsequent stage. Then, in the same manner, the processing within the processor module or the transfer of the interrupt is executed (steps 19, 20, and 21 in FIG. 3).

【0019】以上のようにして、割り込み先のプロセッ
サを決定するシーケンス全てをハードウエアにより構成
したため、割り込みを処理するプロセッサ・モジュール
がハードウエアにより自動的に選択される。すなわち、
プロセッサ上でプログラムが走り出すときにプログラム
が割り込まれてもよいプライオリティのプログラムかど
うかを判断し、割り込み可/不可を割り込みフラグ・レ
ジスタにセットするだけで、割り込み処理を行うプロセ
ッサを選択することができる。
As described above, since the entire sequence for determining the interrupt destination processor is configured by hardware, the processor module that handles the interrupt is automatically selected by the hardware. That is,
By determining whether or not the program has a priority that may be interrupted when the program starts on the processor and setting the interrupt enable / disable in the interrupt flag register, the processor for interrupt processing can be selected. ..

【0020】そのため、I/Oの割り込みが発生したと
きに、その処理をどのプロセッサ・モジュールが実行す
るかを決めるためのプロセッサ・モジュール側の処理が
不要になる。かつ、割り込みを行ったときにパフォーマ
ンスの低下が最小になるプロセッサ・モジュールが割り
込み処理を行うため、ユーザ・プログラムの実行効率が
上がる。
Therefore, when an I / O interrupt occurs, the processing on the processor module side for deciding which processor module executes the processing becomes unnecessary. In addition, since the processor module that causes the smallest performance degradation when performing an interrupt handles the interrupt, the execution efficiency of the user program is improved.

【0021】ところで、近年キャッシュメモリを備えた
プロセッサが多用されている。このような環境下ではよ
り高速にアクセスできるキャッシュメモリ上にプログラ
ムをロードして実行している。
By the way, in recent years, a processor having a cache memory has been widely used. Under such an environment, the program is loaded and executed on the cache memory that can be accessed at higher speed.

【0022】しかし従来の方式では、あるプロセッサ
(マスタ・CPU)に割り込みが発生した場合、その割
り込み処理を行わせるプロセッサ(スレーブ・CPU)
を決定するプログラム(INTPROG )がマスタ・CPU上
で実行される場合、INTPROG をマスタ・CPUのキャッ
シュメモリ上にロードすることで、既に存在するキャッ
シュ上のプログラムをオーバ・ライドすることが起こ
る。そして、スレーブ・CPUを決定した後、再び元の
プログラムを実行させようとする場合、元のプログラム
を再びマスタ・CPUのキャッシュメモリにロードする
必要がある。そのプログラムを再ロードするオーバヘッ
ドが大きいほど、本実施例の効果が顕著に現われる。こ
のことは、スレーブ・CPUに関しても、割り込み処理
を行うプログラムが、キャッシュメモリ内で既に実行し
ているプログラムを追い出し、割り込み処理を行うプロ
グラムをロードするオーバヘッドに関しても同様のこと
が言える。
However, in the conventional method, when an interrupt occurs in a certain processor (master / CPU), a processor (slave / CPU) that causes the interrupt processing to be performed.
When the program (INTPROG) for determining the above is executed on the master CPU, loading INTPROG on the cache memory of the master CPU causes the program on the existing cache to be overridden. When the slave CPU is decided and the original program is to be executed again, the original program needs to be loaded again into the cache memory of the master CPU. The larger the overhead of reloading the program, the more remarkable the effect of this embodiment. The same can be said for the slave CPU as well for the overhead in which the program that executes the interrupt process ejects the program that is already executing in the cache memory and loads the program that executes the interrupt process.

【0023】但し、本実施例では、プログラムにより割
り込みの可/不可を決定するため、割り込み処理の応答
速度はそのプログラムが実行される頻度に影響される。
すなわち、割り込みの可/不可を決定するプログラムを
スケジューラのプログラムの中に組み込めば、スケジュ
ーラのスケジュールされる周期が割り込みの最高周期に
なる。また、関数コール毎にそのプログラムを実行すれ
ば、関数コールの周期(プログラムに依存するが、それ
はスケジューラで調整できる)が割り込みの最高周期に
なる。
However, in this embodiment, since the enable / disable of the interrupt is determined by the program, the response speed of the interrupt process is influenced by the frequency with which the program is executed.
That is, if a program for determining enable / disable of interrupt is incorporated in the program of the scheduler, the scheduler scheduled cycle becomes the maximum interrupt cycle. If the program is executed for each function call, the function call cycle (which depends on the program, but can be adjusted by the scheduler) becomes the maximum interrupt cycle.

【0024】このように、本実施例によれば、プロセッ
サのキャッシュのロード/ストアをできるだけ少なくす
ることで、パフォーマンスを向上させることができる。
As described above, according to this embodiment, the performance can be improved by reducing the load / store of the cache of the processor as much as possible.

【0025】[0025]

【発明の効果】以上実施例とともに詳細に説明したよう
に、割り込み先のプロセッサを決定するシーケンス全て
をハードウエアにより構成したため、割り込みを処理す
るプロセッサ・モジュールがハードウエアにより自動的
に選択される。すなわち、プロセッサ上でプログラムが
走り出すときにプログラムが割り込まれてもよいプライ
オリティのプログラムかどうかを判断し、割り込み可/
不可を割り込みフラグ・レジスタにセットするだけで、
割り込み処理を行うプロセッサを選択することができ
る。そのため、I/Oの割り込みが発生したときに、そ
の処理をどのプロセッサ・モジュールが実行するかを決
めるためのプロセッサ・モジュール側の処理が不要にな
る。かつ、割り込みを行ったときにパフォーマンスの低
下が最小になるプロセッサ・モジュールが割り込み処理
を行うため、ユーザ・プログラムの実行効率が上がる。
As described above in detail with the embodiments, since the entire sequence for determining the processor of the interrupt destination is configured by hardware, the processor module that processes the interrupt is automatically selected by the hardware. That is, it is determined whether or not the program has a priority that may be interrupted when the program starts on the processor, and interrupts are enabled / disabled.
By setting disable to the interrupt flag register,
A processor that performs interrupt processing can be selected. Therefore, when an I / O interrupt occurs, the processing on the processor module side for determining which processor module executes the processing becomes unnecessary. In addition, since the processor module that causes the smallest performance degradation when performing an interrupt handles the interrupt, the execution efficiency of the user program is improved.

【0026】従って、割り込み処理に関して、割り込み
処理を行うプロセッサをサーチするためのプロセッサ側
のオーバヘッドを軽減させ、プログラムの実行効率の良
いマルチプロセッサ・システムを実現することが可能に
なる。
Therefore, with respect to interrupt processing, it is possible to reduce the overhead on the processor side for searching for a processor that performs interrupt processing, and to realize a multiprocessor system with good program execution efficiency.

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

【図1】本発明の一実施例の全体の構成を示す構成図で
ある。
FIG. 1 is a configuration diagram showing an overall configuration of an embodiment of the present invention.

【図2】本発明の一実施例の動作状態を示すフローチャ
ートである。
FIG. 2 is a flowchart showing an operating state of an embodiment of the present invention.

【図3】本発明の一実施例の動作状態を示すフローチャ
ートである。
FIG. 3 is a flowchart showing an operation state of one embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 プロセッサ・モジュール 2 プロセッサ・モジュール 3 プロセッサ・モジュール N プロセッサ・モジュール B バス 10 I/Oサブシステム 1 Processor Module 2 Processor Module 3 Processor Module N Processor Module B Bus 10 I / O Subsystem

Claims (1)

【特許請求の範囲】 【請求項1】 複数のプロセッサ・モジュールがバスで
結合されたマルチプロセッサ・システムにおいて、 各プロセッサ・モジュールは、 プロセッサ・モジュール内の割り込みの許可/禁止の状
態を保持するフラグ・レジスタと、 外部から与えられた割り込み要求を自身のプロセッサに
送るか、後段のプロセッサ・モジュールに送るかの判断
を行う割り込みハンドラと、 割り込みハンドラによって決定された割り込み要求を後
段のプロセッサ・モジュールに送出する割り込みリクエ
スタとを備え、 割り込み制御バスの割り込み要求線がデイジー・チェー
ンで構成されたことを特徴とするマルチプロセッサ・シ
ステム。
Claim: What is claimed is: 1. In a multiprocessor system in which a plurality of processor modules are coupled by a bus, each processor module holds a flag that holds a state of enabling / disabling an interrupt in the processor module. -Registers, an interrupt handler that determines whether to send an externally-requested interrupt request to its own processor or a post-stage processor module, and the interrupt request determined by the interrupt handler to the post-stage processor module A multiprocessor system characterized in that it has an interrupt requester for sending out, and the interrupt request line of the interrupt control bus is composed of a daisy chain.
JP18260391A 1991-07-23 1991-07-23 Multiprocessor system Pending JPH0528114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18260391A JPH0528114A (en) 1991-07-23 1991-07-23 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18260391A JPH0528114A (en) 1991-07-23 1991-07-23 Multiprocessor system

Publications (1)

Publication Number Publication Date
JPH0528114A true JPH0528114A (en) 1993-02-05

Family

ID=16121177

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18260391A Pending JPH0528114A (en) 1991-07-23 1991-07-23 Multiprocessor system

Country Status (1)

Country Link
JP (1) JPH0528114A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013507719A (en) * 2009-10-13 2013-03-04 エンパイア テクノロジー ディベロップメント エルエルシー Interrupt mask for multi-core processors

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013507719A (en) * 2009-10-13 2013-03-04 エンパイア テクノロジー ディベロップメント エルエルシー Interrupt mask for multi-core processors

Similar Documents

Publication Publication Date Title
JP7313381B2 (en) Embedded scheduling of hardware resources for hardware acceleration
JP4170218B2 (en) Method and apparatus for improving the throughput of a cache-based embedded processor by switching tasks in response to a cache miss
US7398378B2 (en) Allocating lower priority interrupt for processing to slave processor via master processor currently processing higher priority interrupt through special interrupt among processors
JPH08286930A (en) Method and apparatus for selective control of interrupt waiting time in data-processing system
US5659760A (en) Microprocessor having interrupt vector generation unit and vector fetching command unit to initiate interrupt processing prior to returning interrupt acknowledge information
JP2007172322A (en) Distributed processing type multiprocessor system, control method, multiprocessor interruption controller, and program
US8601488B2 (en) Controlling the task switch timing of a multitask system
JPH1063610A (en) Data processor provided with dma function
JP3018038B2 (en) Data processing device having cache
US6721878B1 (en) Low-latency interrupt handling during memory access delay periods in microprocessors
JPH0528114A (en) Multiprocessor system
EP1387258A2 (en) Processor-processor synchronization
JPH0414376B2 (en)
JP5644197B2 (en) Computer system and interrupt request processing method
US20240004454A1 (en) Control of power state in computer processor
JP2007026091A (en) Interrupt control circuit and its control method
US20030177229A1 (en) Microcomputer, bus control circuit, and data access method for a microcomputer
US6735713B1 (en) System for suspending current bus cycle of microprocessor upon receiving external bus retry signal for executing other process and re-staring the suspended bus cycle thereafter
JPS60147845A (en) System for controlling load of circulating pipeline type data flow computer
JP3594778B2 (en) Interrupt control device
JPH11143816A (en) Data transferring device
JPH05100848A (en) Instruction pre-fetch device
JP2003345515A (en) Disk controller, storage system, and method for controlling the same
JPH06103465B2 (en) Interrupt controller
JPH05158864A (en) Dma controller