WO2004114132A1 - 割り込み制御方法、割り込み制御装置及び割り込み制御プログラム - Google Patents

割り込み制御方法、割り込み制御装置及び割り込み制御プログラム Download PDF

Info

Publication number
WO2004114132A1
WO2004114132A1 PCT/JP2003/007870 JP0307870W WO2004114132A1 WO 2004114132 A1 WO2004114132 A1 WO 2004114132A1 JP 0307870 W JP0307870 W JP 0307870W WO 2004114132 A1 WO2004114132 A1 WO 2004114132A1
Authority
WO
WIPO (PCT)
Prior art keywords
interrupt
priority
group
interrupts
information indicating
Prior art date
Application number
PCT/JP2003/007870
Other languages
English (en)
French (fr)
Inventor
Koutarou Sasage
Original Assignee
Fujitsu Limited
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 Fujitsu Limited filed Critical Fujitsu Limited
Priority to PCT/JP2003/007870 priority Critical patent/WO2004114132A1/ja
Priority to JP2005500916A priority patent/JP4017646B2/ja
Publication of WO2004114132A1 publication Critical patent/WO2004114132A1/ja
Priority to US11/238,952 priority patent/US7606958B2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt
    • G06F13/26Handling requests for interconnection or transfer for access to input/output bus using interrupt with priority control

Definitions

  • the present invention relates to a method of controlling a plurality of interrupts for which priorities are set, an interrupt control device, and an interrupt control program.
  • interrupt control is performed to accept processing requests from each hardware application. Normally, interrupts have a priority and are executed in order from the highest priority interrupt.
  • Japanese Patent Application Laid-Open No. 2002-55830 discloses that interrupt factors are grouped according to the degree of urgency, and interrupt signals are group-by-group. Is described. Disclosure of the invention
  • An object of the present invention is to enable a plurality of interrupts having different priorities to be processed equally. It is also necessary to prevent low-priority interrupts from being postponed among multiple interrupts with different priorities.
  • An interrupt control method is an interrupt control method for causing a computer to execute a plurality of interrupts having different priorities, wherein the plurality of interrupts having different priorities are grouped to specify an interrupt.
  • Information, information indicating the priority of the interrupt, and information indicating the group are stored in the storage means, and when an interrupt is accepted, an interrupt of the highest priority or lower of the group to which the interrupt belongs is not accepted. To control interrupts.
  • Another interrupt control method of the present invention is an interrupt control method for causing a computer to execute processing of a plurality of interrupts having different priorities, wherein the plurality of interrupts having different priorities are grouped to specify an interrupt.
  • Information, the information indicating the priority of the interrupt, and the information indicating the group are stored in the storage means, and when the interrupt is accepted, the interrupt of the highest priority or lower of the group to which the interrupt belongs is not accepted. Interrupts in such a way as to change the priority of interrupts that have been processed so that they have the lowest priority in the group. 0
  • the priority of the interrupt is changed to the lowest priority in the group, so that a plurality of interrupts having different priorities in the group are performed. Can be executed evenly.
  • a vector number uniquely set for the interrupt and indicating the priority of the interrupt, a group number to which the interrupt belongs, and a vector number of the highest priority in the group are stored in the storage unit. Is stored, and when an interrupt is accepted, control is performed so as not to accept an interrupt having a vector number equal to or lower than the highest priority vector number of the same group stored in the storage means.
  • FIG. 1 is a diagram illustrating a hardware configuration according to an embodiment.
  • FIG. 2 is a diagram showing an interrupt vector management table of the external interrupt controller.
  • FIG. 3 is an explanatory diagram of the interrupt control mechanism.
  • FIG. 4 is an explanatory diagram of the interrupt control function of the CPU.
  • FIG. 5 is a diagram showing an interrupt management table.
  • FIG. 6 is a diagram showing an in-group priority management list.
  • FIG. 7 is a flowchart of the interrupt control process.
  • FIG. 8 is a diagram illustrating an example of the interrupt management table.
  • FIG. 9 is a diagram showing a change in interrupt priority within a group. PT / JP2003 / 007870
  • FIG. 10 is a diagram showing a configuration of the information processing apparatus. BEST MODE FOR CARRYING OUT THE INVENTION
  • FIG. 1 is a diagram illustrating a computer, an external interrupt controller, and hardware devices according to an embodiment.
  • the external interrupt controllers 12 and 13 are connected to the CPU 11 of the computer (interrupt control device) 10, and the external interrupt controllers 12 and 13 have a plurality of hardware devices 14 a to l. 4d interrupt request is input.
  • the priorities of the interrupts of the Hard-Air devices 14a to 14d are set in the interrupt vector management table 21 (FIG. 2) of the external interrupt controllers 12 and 13.
  • vector information that is, priority information of hardware devices 14 to 14d and a solid number including a vector number or priority information are registered.
  • the external interrupt controllers 12 and 13 output the vector information of the interrupt vector management table 20 to the CPU 11.
  • the CPU 11 accepts an interrupt request output from the external interrupt controllers 12 and 13 by the internal interrupt controller 15 and generates an interrupt by grouping the interrupts of the respective hardware devices 14a to 14d. Select the interrupt to be executed by referring to the management table.
  • FIG. 3 is a diagram illustrating an interrupt control mechanism.
  • the reception interrupt control mechanism 31 is a hardware mechanism for controlling so as to receive only specific interrupts from the external interrupt controllers 12 and 13. You.
  • the reception interrupt display mechanism 32 is a hardware mechanism for displaying interrupt information during reception.
  • the priority-based interrupt transmission mechanism 33 is a hardware mechanism for interrupting in order of priority.
  • the solid interrupt handlers 34a to 34n are software modules that execute interrupt processing corresponding to each vector.
  • FIG. 4 is an explanatory diagram of the interrupt control function of the CPU 11.
  • the registration unit 21 classifies the interrupts set in each of the hard-air devises 14a to 14d into groups and registers them in the storage unit 22.
  • the storage unit 22 stores information specifying an interrupt, information indicating the priority of the interrupt, and information indicating a group.
  • the interrupt control unit 23 acquires information indicating the highest priority of the group to which the interrupt belongs by referring to the storage unit 22 so as not to accept an interrupt having the highest priority or less. Control interrupts. Further, the interrupt control unit 23 changes the priority of the interrupt for which processing has been completed to the lowest priority in the same group.
  • CPU 11 groups the interrupts of each hardware device 14a to l4d into groups as shown in Figure 5.
  • Such an interrupt management table 41 is created in advance.
  • the interrupt management table 41 consists of a vector number set for the interrupt of the hard-air device 14a to 14d, a group number to which the interrupt belongs, and a highest priority solid number in the group. It is composed of multiple data.
  • the vector number the higher the .number, the higher the priority of the interrupt.
  • interrupts having the highest priority are registered in order from the interrupt of the vector number 0 having the lowest priority.
  • interrupts with vector numbers 0, 1, and 2 are set to belong to the same group with group number 0.
  • “2” is set as the highest priority vector number in the group for each vector number (0 to 2) in the group. I have.
  • FIG. 6 is a diagram showing a structure of an intra-group priority management list for managing priorities within a group.
  • This group ⁇ priority management list contains a boy pointing to a table storing the vector numbers of interrupts belonging to the same group and the vector numbers having the next highest priority. And a plurality of tables forming a link in the minus direction.
  • the table storing the vector number information having the highest priority stores a solid number and a pointer pointing to a table storing the next vector number information.
  • the next table that points to contains the vector number with the second highest priority and a pointer to the table that contains the next vector number information.
  • the links of the table are similarly formed in the order of priority.
  • the information of the pointer indicating the table with the lowest vector number among the interrupts belonging to the same group is stored in the pointer of the lowest priority vector table, and the information of the pointer indicating the table with the highest vector number is stored.
  • the highest priority vector is stored in the pointer of the table.
  • Each of the above tables, the pointer of the lowest priority vector table, and the pointer of the highest priority vector table constitute a priority management list within the group.
  • the pointer of the highest priority vector table shows the vector number of the highest priority of the group.
  • interrupt processing the handler (interrupt processing) of the vector with the highest priority among the received interrupt requests is started.
  • the presence information during reception is acquired from the interrupt controller 15 (FIG. 7, S13). If there are multiple interrupts received, refer to the acquired interrupt information and select the highest priority Better number in the same group as the interrupt to be started (Fig. 7, S14)
  • the intra-group priority of the selected vector is set to the lowest (Fig. 7, S16).
  • the tape ⁇ 51 shown in Fig. 8 has numbers 1 to 9 indicating the interrupt resources of each hardware device, (10), the priority of each interrupt, and the It consists of the group name to be executed and the priority to be masked when executing an interrupt in the group.
  • the priority of interrupt resource No. is “0x2E (hexadecimal, the same applies hereinafter)”, the lowest, and the priority of interrupt resource (10) Is the highest at “0 X 4 A”.
  • interrupts with priority “0x31” or lower are masked, and other interrupts belonging to group A cannot be accepted.
  • the interrupt is not accepted, so that the previously accepted low-priority interrupt is not postponed.
  • “0x4A”, which is the highest priority of the interrupt resources belonging to Group C, is set as the setting value for masking the interrupts.
  • interrupts with priority “0X4A” or lower are masked, and other interrupts belonging to group C are masked. Will not be accepted.
  • the interrupt is not accepted, so that the previously accepted low-priority interrupt processing is not postponed.
  • FIG. 9 is a diagram showing a change in the intra-group priority of the interrupt resource belonging to the group A (table 51 in FIG. 8).
  • the numerical value indicating the priority in FIG. 9 indicates that the smaller the numerical value, the higher the priority. For example, the numerical value “1” indicates the highest priority, and “2” indicates the second highest priority.
  • the priority of the interrupt resource is "1" and the highest priority in the group, and the priority of the interrupt resource is "2" and the second.
  • the priority of interrupt resource 3 is “3”, which is the third highest, and the priority of interrupt resource 4 is “4”, which is the lowest priority in the group.
  • the priority of the interrupt resource that was processed, 3 is changed from “2” to “4”, and the priority of interrupt resource ⁇ ⁇ ⁇ ⁇ , which has the highest priority at that time, remains “1”.
  • the priority of the interrupt resource No., which was the priority of No. 4 was changed from "3" to "2”, and the priority of the interrupt resource No. 4, which was the fourth priority, was changed to No. 4,
  • the priority of the interrupt resource that has been processed is changed to “2” or “4”, the interrupt resource with the highest priority remains unchanged at “1”, and The priority of interrupt resource (1) was changed from “3” to “2”, and the priority of interrupt resource (3), which was the fourth priority, was changed from “4” to “3”.
  • the priority of the interrupt resource No. for which the processing was executed is changed from “1” to “4”, and the priority of the interrupt resource No. which was the second priority is changed. Changed from “2" to “1”. Furthermore, the priority of the interrupt resource 3, which was the third priority, was changed to “3” and “2”, and the priority of the interrupt resource, which was the fourth priority, and “4” was changed to “4”. To "3".
  • the processing is executed and the priority of the interrupt resource 4 is changed from “2” to “4”, and the priority of the interrupt resource 3, which is the first priority, is changed to “ It remains the same as "1". Furthermore, the priority of the third priority interrupt resource 3 is changed from “3” to “2”, and the priority of the fourth priority interrupt resource 1 is changed from “4” to “3”. Is changed to
  • the execution frequency of the interrupts having different priorities in the group can be equalized.
  • the CPU 61 executes the above-described interrupt control processing.
  • External storage device 6 2 Stores a program such as an OS, and also stores data of processing results.
  • the memory 63 is used as various tables used for calculation or as an area for temporarily storing data.
  • the recording medium drive 64 reads or writes on a portable recording medium 65 such as a CD ROM, a DVD, a flexible disk, and an IC card.
  • the input device 66 is a device for inputting data such as a keyboard.
  • the output device 67 is a display device or the like.
  • the network connection device 68 is a device for connecting to a network such as a LAN or the Internet, and can collect messages from a service target server on the network via this device.
  • the CPU 61, the memory 63, the external storage device 62, and the like are connected by a bus 69.
  • the interrupt management table 41 or 51 is not limited to the structure shown in FIG. 5 or FIG. 8, but includes information for specifying the interrupts set for the hardware devices 14a to l4d, and the priority. Any structure may be used as long as it includes information indicating a group and a group. The information indicating the priority of the interrupt may be included in information such as a vector number for specifying the interrupt.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)

Abstract

割り込みを受け付けたなら、割り込み管理テーブル41を参照して、処理を開始しよとする割り込みと同一のグループの最高優先度以下の割り込みを受け付けないようにする(図7,S12)。次に、割り込み管理テーブル41の割り込み情報を参照し、受け付けた割り込みの中でグループ内の優先度が最も高いベクター番号を選択する(図7,S14)。次に、選択されたベクター番号のハンドラの処理を実行する(図7,S15)。実行する割り込み処理に対応するベクターのグループ内の優先度が最も低くなるように設定する(図7,S16)。

Description

870
明細 割り込み制御方法、 割り込み制御装置及び割り込み制御プログラム 技術分野
本発明は、 優先度が設定されている複数の割り込みの制御方法、 割り込み制 御装置及び割り込み制御プログラムに関する。 背景技術
複数のハードゥエアデパイスが実装されたコンピュータにおいては、 それぞ れのハードゥェアデパイスからの処理要求を受け付けるために割り込み制御が 行われる。 通常、 割り込みには優先度が設定されており、 優先度の高い割り込 みから順に実行される。
同様の機能を有する複数のハードゥエアデバイスが別々の割り込み資源を使 用しているようなシステムにおいて、 各ハードウェアデバイスの割り込みに対 して異なる優先順位が設定されている場合には、 各ハードゥエアデバイスが同 じ機能であるにもかかわらず、 設定された優先順位に従つて処理が実行される ために実行頻度に大きな差が生じてしまうことがある。 極端な場合には、 優先 順位の低いハードゥエアデパイスの処理が全く実行されない可能性もある。 他方、 各ハードウェアデバイスに同一の割り込み優先度を割り当てた場合に は、 各ハードウェアデバイスのステータス情報を確認しないと、 割り込みを発 生させたハードウェアデパイスが特定できないので、 割り込みを発生していな いハードゥエアデバイスのステータス情報も確認する必要が生じる。 ハードウ ェアデパイスのステータス情報の読み込みには処理時間が非常にかかるので、 システムの処理効率が低下するという問題点があった。 多数の割り込み要因に基づく割り込み処理の制御については、 例えば、 特開 平 2 0 0 2— 5 5 8 3 0号公報に、 割り込み要因を緊急度に応じてグループィ匕 し、 グループ単位で割り込み信号を出力することが記載されている。 発明の開示
本発明の課題は、 優先度の異なる複数の割り込みを均等に処理できるように することである。 また、 異なる優先度が設定されている複数の割り込みの中で 優先度の低い割り込みが後回しにならないようにすることである。
本発明の割り込み制御方法は、 異なる優先度が設定されている複数の割り込 みの処理をコンピュータに実行させる割り込み制御方法において、 優先度の異 なる複数の割り込みをグループ分けし、 割り込みを特定する情報と、 割り込み の優先度を示す情報と、 グループを示す情報とを記憶手段に記憶させ、 割り込 みを受け付けた場合に、 該割り込みの属するグループの最高優先度以下の割り 込みを受け付けないように割り込みを制御する。
この発明によれば > 割り込みを受け付けた場合に、 その割り込みの属するグ ループの最高優先度以下の割り込みを受け付けないようにしたので、 後から発 生した同一グループの優先度の高い他の割り込みが先に実行され、 優先度の低 い割り込みが後回しになるという問題を解決できる。
本発明の他の割り込み制御方法は、 異なる優先度が設定されている複数の割 り込みの処理をコンピュータに実行させる割り込み制御方法において、 優先度 の異なる複数の割り込みをグループ分けし、 割り込みを特定する情報と、 割り 込みの優先度を示す情報と、 グループを示す情報とを記憶手段に記憶させ、 割 り込みを受け付けた場合に、 該割り込みの属するグループの最高優先度以下の 割り込みを受け付けないように割り込みを制御し、 処理が終了した割り込みの 優先度をグループ内で最も低くなるように変更する。 0
本発明によれば、 例えば、 グループ内の優先度の高い割り込みが実行された 場合でも、 その割り込みの優先度がグループ内で最も低い優先度に変更される ので、 グループ内の優先度の異なる複数の割り込みを均等に実行することがで さる。
上記の発明において、 前記記憶手段に、 前記割り込みに対して一意に設定さ れ、 かつ割り込みの優先度を示すベクター番号と、 該割り込みの属するグルー プ番号と、 グループ内の最高優先度のベクター番号とを記憶させ、 割り込みを 受け付けた場合に、 前記記憶手段に記憶されている同一グループの最高優先度 のベクター番号以下の割り込みを受け付けないように制御する。
このように構成することで、 割り込みを受け付けた場合に、 記憶手段から同 —グループの最高優先度のベクター番号を取得し、 そのベクター番号以下の割 り込みを受け付けないように割り込みを制御することで、 異なる優先度が設定 されている割り込みを均等に処理することができる。 図面の簡単な説明 .
図 1は、 実施の形態のハードウエア構成を示す図である。
図 2は、 外部割り込みコントローラの割り込みベクター管理テーブルを示す 図である。
図 3は、 割り込み制御機構の説明図である。
図 4は、 C P Uの割り込み制御機能の説明図である。
図 5は、 割り込み管理テーブルを示す図である。
図 6は、 グループ内優先度管理リストを示す図である。
図 7は、 割り込み制御処理のフローチャートである。
図 8は、 割り込み管理テーブルの一例を示す図である。
図 9は、 グループ内の割り込み優先度の変化を示す図である。 P T/JP2003/007870
図 1 0は、 情報処理装置の構成を示す図である。 発明の実施をするための最良の実施例
以下、 本発明の実施の形態を図面を参照しながら説明する。 図 1は、 実施の 形態のコンピュータと外部割り込みコントローラとハードウェアデバイスを示 す図である。
コンピュータ (割り込み制御装置) 1 0の C P U 1 1には外部割り込みコン トローラ 1 2及び 1 3が接続され、 その外部割り込みコントローラ 1 2及ぴ 1 3には、 複数のハードウヱアデパイス 1 4 a〜l 4 dの割り込み要求が入力す る。
各ハードゥエアデバイス 1 4 a〜 1 4 dの割り込みの優先度は、 外部割り込 みコントローラ 1 2及ぴ 1 3の割り込みベクター管理テーブル 2 1 (図 2 ) に 設定される。
図 2に示す割り込みベクター管理テーブル 2 1には、 ベクター情報、 すなわ ち、 ハードウェアデバイス 1 4 〜 1 4 dの優先度情報とベクター番号または 優先度情報を含むベタタ一番号が登録されている。 外部割り込みコントローラ 1 2及び 1 3は、 この割り込みベクター管理テーブル 2 0のベクター情報を C P U 1 1に出力する。
C P U 1 1は、 内部割り込みコントローラ 1 5により外部割り込みコント口 ーラ 1 2及ぴ 1 3から出力される割り込み要求を受け付け、 各ハードウェアデ バイス 1 4 a〜 1 4 dの割り込みをグループ分けした割り込み管理テーブルを 参照して実行すべき割り込みを選択する。
次に、 図 3は、 割り込み制御機構を示す図である。
受信割り込み制御機構 3 1は、 外部割り込みコントローラ 1 2及び 1 3から の特定の割り込みのみを受信するように制御するためのハードウエア機構であ る。
受信割り込み表示機構 3 2は、 受信中の割り込み情報を表示するためのハー ドウエア機構である。
優先度別割り込み透過機構 3 3は、 優先度順に割り込みを行うためのハード ウェア機構である。
ベタター別割り込みハンドラ 3 4 a〜 3 4 nは、 各ベクターに対応する割り 込み処理を実行するソフトウエアモジュールである。
図 4は、 C P U 1 1の割り込み制御機能の説明図である。
登録部 2 1は、 各ハードゥエアデパイス 1 4 a〜l 4 dに設定されている割 り込みをグループに分類して記憶部 2 2に登録する。
記憶部 2 2は、 割り込みを特定する情報と、 割り込みの優先度を示す情報と と、 グループを示す情報とを記憶する。
割り込み制御部 2 3は、 割り込みを受け付けた場合に、 記憶部 2 2を参照し てその割り込みの属するグループの最高優先度を示す情報を取得し、 その最高 優先度以下の割り込みを受け付けないように割り込みを制御する。 さらに、 割 り込み制御部 2 3は、 処理が終了した割り込みの優先度を、 同一グループ内で 最も低い優先度に変更する。
これにより割り込みを受け付けた後、 それより優先度の高い割り込みが同一 グループの中から発生した場合でも、 後の割り込みは受け付けられないので、 優先度の低い割り込みが後回しになることを防止できる。 さらに、 処理が終了 した割り込みの優先度をグループ内で最も低く設定することで、 グループ内の 優先度の異なる各ハードウェアデバイス 1 4 a〜l 4 dの割り込みを均等に実 行することができる。
先ず、 割り込みのグループ分けについて説明する。 C P U 1 1は、 各ハード ウェアデバイス 1 4 a〜l 4 dの割り込みをグループ分けして、 図 5に示すよ うな割り込み管理テーブル 4 1を予め作成しておく。
割り込み管理テーブル 4 1は、 ハードゥエアデバイス 1 4 a〜 1 4 dの割り 込みに対して設定されるベクター番号と、 割り込みが属するグループ番号と、 グループ内の最高優先度のベタター番号とからなる複数のデータから構成され ている。 ここで、 ベクター番号は、.番号が大きいほど割り込みの優先度が高く なっている。 図 5に示す割り込み管理テーブル 4 1には、 優先度の最も低いベ クター番号 0の割り込みから順に優先度の高い割り込みが登録されている。 図 5に示すように、 ベクター番号 0、 1, 2の割り込みは、 グループ番号 0 の同じグループに属するように設定されている。 この場合、 グループ内の最高 優先度のベクター番号はベクター番号 2であるので、 グループ内のそれぞれの ベクター番号 (0〜2 ) に対してグループ内最高優先度ベクター番号として 「 2」 が設定されている。
ベクター番号 3及ぴ 4の割り込みは、 グループ番号 1のグループに属するよ うに設定されている。 この場合、 グループ内の最高優先度のベクター番号は、 ベクター番号 4であるので、 グループ のそれぞれのベクター番号 (3及ぴ 4 ) に対してグループ内最高優先度ベクター番号として 「4」 が設定されている ベクター番号 5, 6 , 7の割り込みは、 グループ番号 2のグループに属する ように設定されている。 この場合、 グループ内最高優先度のベクター番号は、 ベクター番号 7であるので、 グループ内のそれぞれのベクター番号 (5〜7 ) に対してグループ内最高優先度ベクター番号として 「7」 が設定されている。 次に、 図 6は、 グループ内の優先度を管理するためのグループ内優先度管理 リストの構造を示す図である。
このグループ內優先度管理リストは、 同じグループに属する割り込みのべク タ一番号と、 次に優先度が高いベクター番号が格納されたテーブルを指すボイ ンタとからなる複数のテーブルがー方向のリンクを形成している。
図 6において、 最も優先度が高いベクター番号情報が格納されるテ一ブルに は、 ベタタ一番号と、 次のべクタ一番号情報が格納されたテーブルを指すボイ ンタが格納され、 そのポインタが指す次のテーブルには、 優先度が 2番目に高 いベクター番号と、 次のベクター番号情報が格納されているテーブルを指すポ インタが格納される。 以下、 同様に優先度順にテーブルのリンクが形成されて いる。 この他に、 同じグループに属する割り込みの中でベクター番号の最も小 さいテーブルを指すボインタの情報が、 最低優先度ベクターテーブルのボイン タに格納され、 ベクター番号が最も大きいテーブルを指すポインタの情報が、 最高優先度べクタ一テーブルのボインタに格納される。
上記の各テーブルと、 最低優先度ベクターテーブルのポインタと、 最高優先 度ベクターテーブルのボインタとでグループ内優先度管理リストが構成されて いる。 最高優先度ベクターテーブルのポインタにより、 そのグループの最高優 先度のべクタ一番号を知ることができる。
次に、 以上のようなテーブルを前提にして、 割り込み制御処理を、 図 7のフ ローチャートを参照して説明する。 以下の処理は C P U 1 1により実行される
。 この割り込み制御処理では、 受信されている割り込み要求の中で優先度の最 も高いベクターのハンドラ (割り込み処理) が開始される。
先ず、 割り込み管理テーブル 4 1を参照して、 処理を開始しよとする割り込 みと同一グループの最高優先度以下の割り込みを禁止する (図 7, S 1 2 )。 上記の処理により、 実行しようとする割り込みと同じグループに属する優先 度の高い他の割り込みがその後発生した場合にも、 その割り込みは受け付けら れなくなる。
次に、 受信中の有り込み情報を割り込みコントローラ 1 5から取得する (図 7 , S 1 3 )。 受信した割り込みが複数ある場合には、 取得した割り込み情報を参照し、 開 始しょうとする割り込みと同じグループでグループ内の優先度が最も高いベタ ター番号を選択する (図 7 , S 1 4
次に、 選択されたベクター番号のハンドラの処理を実行する (図 7, S 1 5 )。 この処理では、 受信中の割り込みの中でベクター番号の最も大きい、 すな わち優先度の最も高い割り込みの処理を実行する。
次に、 選択されたベクターのグループ内優先度を最も低く設定する (図 7, S 1 6 )。
上記の処理により、 優先度が高く設定されている割り込みであっても、 処理 が実行された割り込みは同一グループ内で最も優先度が低くなるように優先度 が変更されるので、 優先度の高い割り込み要求だけが繰り返し実行され、 その 結果、 優先度の低い割り込み要求が全く実行されないという問題点を解消でき る。
次に、 同一グループ内に受信中の割り込みが存在する力否かを判別する (図 7 , S 1 7 ) 0
同一グループ内に受信中の他の割り込みが存在する場合には (S 1 7, Y E S )、 ステップ S I 4に戻り、 同一グループの受信した割り込みの中で次に優 先度の高い割り込みのベタター番号を選択し、 上述した処理を繰り返す。 他方、 同一グループ内に受信中の割り込みが存在しない場合には (S 1 7 , N O)、 そこで処理を終了する。
次に、 均等に実行させたい割り込みを同一グループに登録した場合の割り込 み資源と、 グループと、 割り込みを制限する優先度の関係を、 図 8を参照して 説明する。
図 8に示すテープ^ ^ 5 1には、 それぞれのハードウェアデバイスの割り込み 資源を示す番号①〜⑨、 (10)と、 それぞれの割り込みの優先度と、 それらが属 するグループ名と、 グループ内の割り込みを実行するときにマスクする優先度 とからなる。
優先度は数値が大きい方が優先度が高く設定されており、 割り込み資源①の 優先度が 「0 x 2 E ( 1 6進数、 以下同じ)」 で最も低く、 割り込み資源(10) の優先度が 「0 X 4 A」 で最も高くなつている。
グループ Aに対しては、 割り込みをマスクする設定値として、 グループ Aに 属する割り込み資源の最高優先度である 「0 x 3 1」 が設定されている。
従って、 グループ Aに属する割り込みが受け付けられると、 優先度 「0 x 3 1」 以下の割り込みがマスクされるので、 グループ Aに属する他の割り込みは 受け付けられなくなる。 これにより、 後から同じグループ Aに属する優先度の 高い割り込みが発生しても、 その割り込みは受け付けられないので、 先に受け 付けられた優先度の低い割り込みが後回しとなることがない。
同様に、 グループ Bに対しては、 割り込みをマスクする設定値として、. ダル ープ Bに属する割り込み資源の最高優先度である 「0 x 4 1」 が設定されてい .る。
従って、 グループ Bに属する割り込みがー且受け付けられると、 優先度 「0 x 4 1」 以下の割り込みがマスクされるので、 グループ Bに属する他の割り込 みは受け付けられなくなる。 これにより、 後から同じグループ Bに属する優先 度の高い割り込みが発生しても、 その割り込みは受け付けられないので、 先に 受け付けられた優先度の低い割り込み処理が後回しになることがない。
また、 グループ Cに対しては、 割り込みをマスクする設定値として、 グルー プ Cに属する割り込み資源の最高優先度である 「0 x 4 A」 が設定されている 従って、 グループ Cに属する割り込みが一旦受け付けるられると、 優先度 「 0 X 4 A」 以下の割り込みがマスクされるので、 グループ Cに属する他の割り 込みは受け付けられなくなる。 これにより、 後から同じグループ Cに属する優 先度の高い割り込みが発生しても、 その割り込みは受け付けられないので、 先 に受け付けられた優先度の低い割り込み処理が後回しになることがない。 ここで、 実施の形態の割り込み制御方法によりグループ内の割り込みの優先 度がどのように変更されるかを、 図 9を参照して説明する。
図 9は、 グループ A (図 8のテーブル 5 1 ) に属する割り込み資源のグルー プ内優先度の変化を示す図である。 図 9の優先度を示す数値は、 数値が小さい ほど優先度が高く、 例えば、 数値 「1」 が最も優先度が高く、 「2」 が 2番目 に優先度が高いことを示している。
初期状態では、 図 9 ( a ) に示すように、 割り込み資源①の優先度が 「1」 でグループの中で優先度が最も高く、 割り込み資源②の優先度が 「2」 で 2番 目に高く、 割り込み資源③の優先度が 「3」 で 3番目に高く、 割り込み資源④ の優先度が 「4」 でグループの中で優先度が 1番低く設定されている。
この状態で、 割り込み資源①の割り込みのみが発生し、 その割り込み処理が C P U 1 1により実行されると、 図 9 ( b ) に^すように、 処理が実行された 割り込み資源①の優先度が、 優先度 「1」 からグループ内で最も低い優先度で ある優先度 「4」 に変更される。 この優先度の変更に伴って、 2番目の優先度 であった割り込み資源 2の優先度が 「2」 力、ら 「1」 に変更され、 3番目の優 先度であった割り込み資源③の優先度が 「3」 から 「2」 に変更され、 4番目 の優先度であった割り込み資源④の優先度が 「4」 力 ら 「3」 に変更される。 すなわち、 外部割り込みコントローラ 1 2及ぴ 1 3で高い優先度が設定され ている割り込み資源でも、 C P U 1 1により割り込み処理が実行された後には 、 その割り込み資源の優先度をグループ内で最も低い優先度に設定する。 これ により、 同一グループ内の優先度の高いハードゥエアデパイスからの割り込み のみが実行されるのを防止できる。 870
11 次に、 図 9 (b) に示す優先度が設定された状態で、 割り込み資源③と④の 割り込みが同時に発生したとする。 この場合、 グループ内の優先度は、 割り込 み資源③の優先度が 「2」、 割り込み資源④の優先度が 「3」 で、 割り込み資 源③の優先度の方が高いので割り込み資源③の処理が CPU 1 1により実行さ れる。 そして、 処理が実行された後、 CPU1 1により、 図 9 (c) に示すよ うにグループ内の優先度が変更される。
すなわち、 処理が実行された割り込み資源、③の優先度が 「2」 から 「4」 に 変更され、 そのとき優先度が最も高い割り込み資源②の優先度は 「1」 のまま 変わらず、 3番目の優先度であった割り込み資源④の優先度が 「3」 から 「2 」 に変更され、 4番目の優先度であった割り込み資源①の優先度が 「4」 力 ら
「3」 に変更される。
次に、 割り込み資源④の処理が CPU 1 1により実行され、 処理が実行され た後、 図 9 (d) に示すようなグループ内の優先度に変更される。
すなわち、 処理が実行された割り込み資源④の優先度が 「2」 か 「4」 に 変更され、 優先度が最も高い割り込み資源② 優先度は 「1」 のまま変わらず 、 3番目の優先度であった割り込み資源①の優先度が 「3」 力 ら 「2」 に変更 され、 4番目の優先度であった割り込み資源、③の優先度が 「4」 から 「3」 に 変更される。
次に、 図 9 (d) に示すような優先度が設定された状態で、 割り込み資源① 、 ②、 ④の割り込みが同時に発生したとする。 この場合、 それらの中で優先度 の最も高い割り込み資源② (優先度 「1」) の処理が、 CPU 1 1により最初 に実行される。 そして、 処理が実行された後、 CPU1 1により、 図 9 (e) に示すようなグループ内優先度に変更される。
図 9 (e) に示すように、 処理が実行された割り込み資源②の優先度が 「1 」 から 「4」 に変更され、 2番目の優先度であった割り込み資源①の優先度が 「2」 から 「1」 に変更される。 さらに、 3番目の優先度であった割り込み資 源③の優先度が 「3」 力 「2」 に変更され、 4番目の優先度であった割り込 み資源、④の優先度が 「4」 から 「3」 に変更される。
次に、 図 9 ( e ) に示す優先度の設定状態において、 未実行の割り込み資源 (割り込み資源①と資源④) の中でグループ内の優先度の高い割り込み資源① の処理が実行される。 そして、 処理が実行された後、 図 9 ( f ) に示すように グループ内の優先度が変更される。
図 9 ( f ) に示すように、 処理が実行された割り込み資源①の優先度が 「1 」 から 「4」 に変更され、 それまで 2番目の優先度であった割り込み資源③の の優先度が 「2」 力、ら 「1」 に変更される。 さらに、 それまで 3番目の優先度 であった割り込み資源④の優先度が 「3」 から 「2」 に変更される。
次に、 図 9 ( f ) に示す優先度の設定状態において、 実行されていない残り の割り込み資源④の処理が C P U 1 1により実行される。 そして、 処理が実行 された後、 図 9 ( g ) に示すようにグループ内の優先度が変更される。
図 9 ( g ) に示すように、 処理が実行され fこ割り込み資源④の優先度が 「2 「から 「4」 に変更され、 1番目の優先度であった割り込み資源③の優先度は 「1」 のまま変わらない。 さらに、 3番目の優先度であった割り込み資源③の 優先度が 「3」 から 「2」 に変更され、 4番目の優先度であった割り込み資源 ①の優先度が 「4」 から 「3」 に変更される。
上述したように、 割り込み処理を実行したハードウェアデバイスの優先度を 低く設定し直すことにより、 グループ内の優先度の異なる割り込みの実行頻度 を均等にすることができる。
次に、 実施の形態のコンピュータ (情報処理装置) のハードウェア構成の一 例を図 1 0を参照して説明する。
C P U 6 1は、 上述した割り込み制御処理を実行する。 外部記憶装置 6 2に は、 O S等のプログラムが格納されると共に、 処理結果のデータ等が格納され る。 メモリ 6 3は、 演算に使用される各種のテーブル、 あるいはデータを一時 的に記憶するための領域として使用される。
記録媒体駆動装置 6 4は、 C D R OM、 D VD , フレキシブノレディスク、 I Cカード等の可搬記録媒体 6 5の読み取り、 あるいは書き込みを行う。
入力装置 6 6は、 キーボード等のデータを入力する装置である。 出力装置 6 7は表示装置などである。
ネットワーク接続装置 6 8は、 L AN、 インターネット等のネットワークに 接続するための装置であり、 この装置を介してネットワーク上のサービス対象 のサーバからメッセージを収集することができる。 なお、 C P U 6 1 , メモリ 6 3, 外部記憶装置 6 2等はバス 6 9により接続されている。
本発明は、 上述した実施の形態に限定されない。 割り込み管理テーブル 4 1 または 5 1は、 図 5または図 8に示した構造のものに限らず、 ハードウェアデ パイス 1 4 a〜l 4 dに対して設定された割り込みを特定する情報と、 優先度 及びグループを示す情報を含むようなものであれ どのような構造でも良い。 また、 割り込みの優先度を示す情報は、 割り込みを特定するベクター番号等の 情報に含まれるようにしても良い。
上述した実施の形態によれば、 異なる優先度が設定され、 同じグループに属 する割り込み中で優先度が低い割り込みの実行が後回しとなるを防止すること ができる。 さらに、 処理が終了した割り込みの優先度をグループ内で最も低く なるように優先度を変更することで、 同じグループに属する割り込みを均等に 処理することができる。

Claims

請求の範囲
1 . 異なる優先度の設定された割り込みをコンピュータに実行させる割り 込み制御方法において、
優先度の異なる複数の割り込みをグループ分けし、 割り込みを特定する情報 と、 割り込みの優先度を示す情報と、 グループを示す情報とを記憶手段に記憶 させ、
割り込みを受け付けた場合に、 該割り込みの属するグループの最高優先度以 下の割り込みを受け付けないように割り込みを制御する割り込み制御方法。
2 . 異なる優先度の設定された割り込みをコンピュータに実行させる割り 込み制御方法において、
優先度の異なる複数の割り込みをグループ分けし、 割り込みを特定する情報 と、 割り込みの優先度を示す情報と、 グループを示す情報とを記憶手段に記憶 させ、
割り みを受け付けた場合に、 該割り込みの属するグループの最高優先度以 下の割り込みを受け付けないように割り込みを制御すると共に、 処理が終了し た割り込みの優先度をグループ内で最も低くなるように変更する割り込み制御 方法。
3 . 請求項 1または 2記載の割り込み制御方法において、
前記記憶手段に、 前記割り込みに対して一意に設定され、 かつ割り込みの優 先度を示すベクター番号と、 該割り込みの属するグループ番号と、 グループ内 の最高優先度のベクター番号とを記憶させ、
割り込みを受け付けた場合に、 前記記憶手段に記憶されている同一グループ の最高優先度のベクター番号以下の割り込みを受け付けないように制御する割 り込み制御方法。
4 . 優先度の異なる複数の割り込みをグループ分けして登録する登録手段 と、
前記登録手段によりグループ分けされた割り込みを特定する情報と、 割り込 みの優先度を示す情報と、 グループを示す情報とを記憶する記憶手段と、 割り込みを受け付けた場合に、 受け付けた割り込みが属するグループの最高 優先度以下の割り込みを受け付けないように割り込みを制御する割り込み制御 手段とを備える割り込み制御装置。
5 . 優先度の異なる複数の割り込みをグループ分けして登録する登録手段 と、
前記登録手段によりグループ分けされた割り込みを特定する情報と、 割り込 みの優先度を示す情報と、 グループを示す情報とを記憶する記憶手段と、 割り込みを受け付けた場合に、 受け付けた割り込みが属するグループの最高 優先度以下の割り込みを受け付けないように割り込みを制御すると共に、 処理 が終了した割り込みの優先度をグループ内で最も低くなるように変更する割り 込み制御手段 を備える割り込み制御装置。 .
6 . 請求項 4または 5記載の割り込み制御装置において、
前記記憶手段は、 前記割り込みに対して一意に設定され、 かつ割り込みの優 先度を示すベクター番号と、 該割り込みの属するグループ番号と、 グループ内 の最高優先度のべクター番号とを記憶し、
戦記制御手段は、 割り込みを受け付けた場合に、 前記記憶手段に記憶されて いる同一グループの最高優先度のベクター番号以下の割り込みを受け付けない ように制御する。
7 . 異なる優先度が設定された複数の割り込みを処理するコンピュータを 優先度の異なる複数の割り込みをグループ分けして登録する登録手段と、 前記登録手段によりグループ分けされた割り込みを特定する情報と、 割り込 みの優先度を示す情報と、 グループを示す情報とを記憶する記憶手段と、 割り込みを受け付けた場合に、 受け付けた割り込みが属するグループの最高 優先度以下の割り込みを受け付けないように割り込みを制御する割り込み制御 手段として機能させるコンピュータ読み取り可能な割り込み制御プログラム。
8 . 異なる優先度が設定された複数の割り込みを処理するコンピュータを 優先度の異なる複数の割り込みをグループ分けして登録する登録手段と、 前記登録手段によりグループ分けされた割り込みを特定する情報と、 割り込 みの優先度を示す情報と、 グループを示す情報とを記憶する記憶手段と、 割り込みを受け付けた場合に、 受け付けた割り込みが属するグループの最高 優先度以下の割り込みを受け付けないように割り込みを制御すると共に、 処理 が終了した割り込みの優先度をグループ内で最も低くなるように変更する割り 込み制御手段として機能させる割り込み制御:
PCT/JP2003/007870 2003-06-20 2003-06-20 割り込み制御方法、割り込み制御装置及び割り込み制御プログラム WO2004114132A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2003/007870 WO2004114132A1 (ja) 2003-06-20 2003-06-20 割り込み制御方法、割り込み制御装置及び割り込み制御プログラム
JP2005500916A JP4017646B2 (ja) 2003-06-20 2003-06-20 割り込み制御方法、割り込み制御装置及び割り込み制御プログラム
US11/238,952 US7606958B2 (en) 2003-06-20 2005-09-30 Interrupt control method, interrupt control apparatus and interrupt control medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2003/007870 WO2004114132A1 (ja) 2003-06-20 2003-06-20 割り込み制御方法、割り込み制御装置及び割り込み制御プログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/238,952 Continuation US7606958B2 (en) 2003-06-20 2005-09-30 Interrupt control method, interrupt control apparatus and interrupt control medium

Publications (1)

Publication Number Publication Date
WO2004114132A1 true WO2004114132A1 (ja) 2004-12-29

Family

ID=33524175

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2003/007870 WO2004114132A1 (ja) 2003-06-20 2003-06-20 割り込み制御方法、割り込み制御装置及び割り込み制御プログラム

Country Status (3)

Country Link
US (1) US7606958B2 (ja)
JP (1) JP4017646B2 (ja)
WO (1) WO2004114132A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009169790A (ja) * 2008-01-18 2009-07-30 Nec Electronics Corp タスク制御装置、及びタスク制御方法
JP2013084059A (ja) * 2011-10-06 2013-05-09 Denso Corp 電子制御装置
WO2015132942A1 (ja) * 2014-03-07 2015-09-11 株式会社日立製作所 計算機

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7580914B2 (en) * 2003-12-24 2009-08-25 Intel Corporation Method and apparatus to improve execution of a stored program
TWI256591B (en) * 2004-08-11 2006-06-11 Benq Corp Method of reducing interrupts
US7689747B2 (en) * 2005-03-28 2010-03-30 Microsoft Corporation Systems and methods for an augmented interrupt controller and synthetic interrupt sources
US7533207B2 (en) * 2006-12-06 2009-05-12 Microsoft Corporation Optimized interrupt delivery in a virtualized environment
US8244947B2 (en) * 2009-02-20 2012-08-14 Qualcomm Incorporated Methods and apparatus for resource sharing in a programmable interrupt controller
US8364877B2 (en) * 2009-12-16 2013-01-29 Cisco Technology, Inc. Implementing gang interrupts
US8953631B2 (en) * 2010-06-30 2015-02-10 Intel Corporation Interruption, at least in part, of frame transmission
US9811484B1 (en) * 2014-06-30 2017-11-07 Altera Corporation Methods and apparatus for rapid interrupt lookups

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58171541U (ja) * 1982-05-12 1983-11-16 株式会社日立製作所 デ−タ処理装置
JP2002055830A (ja) * 2000-05-29 2002-02-20 Seiko Epson Corp 割込信号生成装置及び割込信号の生成方法

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4001783A (en) * 1975-03-26 1977-01-04 Honeywell Information Systems, Inc. Priority interrupt mechanism
JPS5210642A (en) 1975-06-23 1977-01-27 Nec Corp Offering analysis device
US4035780A (en) * 1976-05-21 1977-07-12 Honeywell Information Systems, Inc. Priority interrupt logic circuits
JPS58171541A (ja) 1982-03-31 1983-10-08 Toshiba Corp しや断器用接点材料
GB8815042D0 (en) * 1988-06-24 1988-08-03 Int Computers Ltd Data processing apparatus
DE69114321T2 (de) * 1990-02-20 1996-07-18 Nec Corp Zum Durchführen der Unterbrechungsverschachtelungsfunktion geeignetes Unterbrechungssteuerungsgerät.
JPH04363748A (ja) 1991-03-12 1992-12-16 Toshiba Corp 優先制御方法及び優先制御回路
JPH0830464A (ja) 1994-07-12 1996-02-02 Nec Eng Ltd 割込み処理回路
JPH09251387A (ja) 1996-03-18 1997-09-22 Sharp Corp 割り込み要求優先順位決定回路
US7043584B2 (en) * 1997-02-18 2006-05-09 Thomson Licensing Interrupt prioritization in a digital disk apparatus
US6026459A (en) * 1998-02-03 2000-02-15 Src Computers, Inc. System and method for dynamic priority conflict resolution in a multi-processor computer system having shared memory resources
US6081867A (en) * 1998-05-20 2000-06-27 Sony Corporation Software configurable technique for prioritizing interrupts in a microprocessor-based system
US6284059B1 (en) * 1998-08-06 2001-09-04 Trn Business Trust Cleaning and conversion coating of hot rolled steel articles
JP2000122963A (ja) 1998-10-13 2000-04-28 Canon Inc 割り込み制御装置及び割り込み制御方法
KR100313939B1 (ko) * 1998-12-05 2001-12-20 김영환 인터럽트제어기
JP4151198B2 (ja) * 1999-06-23 2008-09-17 株式会社デンソー 割込コントローラ及びマイクロコンピュータ
US6265885B1 (en) * 1999-09-02 2001-07-24 International Business Machines Corporation Method, apparatus and computer program product for identifying electrostatic discharge damage to a thin film device
DE19955776C1 (de) * 1999-11-19 2001-07-19 Infineon Technologies Ag Multitasking-Prozessorsystem
US6601122B1 (en) * 2000-04-17 2003-07-29 International Business Machines Corporation Exceptions and interrupts with dynamic priority and vector routing
US6539448B1 (en) 2000-05-26 2003-03-25 Texas Instruments Incorporated Priority first come first serve interrupt controller
US6738847B1 (en) * 2000-11-10 2004-05-18 Unisys Corporation Method for assigning a multiplicity of interrupt vectors in a symmetric multi-processor computing environment
JP3763452B2 (ja) 2000-11-29 2006-04-05 エルミック・ウェスコム株式会社 情報処理システム、オブジェクトの優先度管理方法、オペレーティングシステム、記録媒体
DE10062995A1 (de) * 2000-12-16 2002-07-11 Micronas Gmbh Unterbrecher-Steuereinrichtung
US20030018842A1 (en) * 2001-07-19 2003-01-23 Donald Harbin Interrupt controller
US6928502B2 (en) * 2003-01-31 2005-08-09 Via Telecom Co., Ltd. Method and apparatus for processing interrupts at dynamically selectable prioritization levels

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58171541U (ja) * 1982-05-12 1983-11-16 株式会社日立製作所 デ−タ処理装置
JP2002055830A (ja) * 2000-05-29 2002-02-20 Seiko Epson Corp 割込信号生成装置及び割込信号の生成方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009169790A (ja) * 2008-01-18 2009-07-30 Nec Electronics Corp タスク制御装置、及びタスク制御方法
JP2013084059A (ja) * 2011-10-06 2013-05-09 Denso Corp 電子制御装置
WO2015132942A1 (ja) * 2014-03-07 2015-09-11 株式会社日立製作所 計算機
JPWO2015132942A1 (ja) * 2014-03-07 2017-03-30 株式会社日立製作所 計算機

Also Published As

Publication number Publication date
JPWO2004114132A1 (ja) 2006-07-20
US20060020731A1 (en) 2006-01-26
JP4017646B2 (ja) 2007-12-05
US7606958B2 (en) 2009-10-20

Similar Documents

Publication Publication Date Title
US7606958B2 (en) Interrupt control method, interrupt control apparatus and interrupt control medium
EP2616936B1 (en) Dynamic creation and destruction of io resources based on actual load and resource availability
US7478186B1 (en) Interrupt coalescer for DMA channel
US5606703A (en) Interrupt protocol system and method using priority-arranged queues of interrupt status block control data structures
JP5270077B2 (ja) 調停回路、クロスバ、リクエスト選択方法、及び情報処理装置
US6473780B1 (en) Scheduling of direct memory access
KR970016979A (ko) 다중 처리 시스템에서 타스크의 큐잉 시스템 및 방법
US7681196B2 (en) Providing optimal number of threads to applications performing multi-tasking using threads
JP2004038758A (ja) 記憶制御装置、記憶制御装置の制御方法、及びプログラム
JPH0355653A (ja) 割込み処理のためのシステムおよび方法
US7003611B2 (en) Method and apparatus for handling interrupts using a set of interrupts servers associated with presentation controllers
US7707343B2 (en) Interrupt control circuit and method
JP6955163B2 (ja) 情報処理装置、情報処理方法及びプログラム
US8346975B2 (en) Serialized access to an I/O adapter through atomic operation
CN111831408A (zh) 异步任务处理方法、装置、电子设备及介质
CN116521341A (zh) 中断任务处理方法、装置、芯片、存储介质
JP6123487B2 (ja) 制御装置、制御方法及び制御プログラム
JP4731126B2 (ja) 割り込み制御回路
WO2002003192A2 (en) Device and method for allocating jobs in a network
JP2000259430A (ja) コンピュータシステムの処理方法
WO2024124737A1 (zh) 异构计算中进程切换管理方法及计算装置
JP2752894B2 (ja) ファイル転送装置
JPH10134100A (ja) 故障シミュレーションシステム及びジョブの割り付け方法
CN116974757A (zh) 负载均衡方法、装置、存储介质及处理器
JPH11327793A (ja) 記憶制御装置

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP US

WWE Wipo information: entry into national phase

Ref document number: 2005500916

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 11238952

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 11238952

Country of ref document: US