JP4792113B2 - プロセッサ間割り込み - Google Patents
プロセッサ間割り込み Download PDFInfo
- Publication number
- JP4792113B2 JP4792113B2 JP2010002051A JP2010002051A JP4792113B2 JP 4792113 B2 JP4792113 B2 JP 4792113B2 JP 2010002051 A JP2010002051 A JP 2010002051A JP 2010002051 A JP2010002051 A JP 2010002051A JP 4792113 B2 JP4792113 B2 JP 4792113B2
- Authority
- JP
- Japan
- Prior art keywords
- memory location
- processor
- interrupt
- inter
- instruction
- 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 - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4812—Task transfer initiation or dispatching by interrupt, e.g. masked
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/544—Buffers; Shared memory; Pipes
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Multi Processors (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Debugging And Monitoring (AREA)
- Bus Control (AREA)
Description
1.プロセッサローカルAPICタスク優先度レジスタへの書き込み105を介して割り込み要求レベル(IRQL)を上げる。これは非キャッシュロケーションへの書き込みである。
2.プロセッサローカルAPIC割り込みコマンドレジスタに書き込むコマンドを作成する(メモリロケーション又はレジスタに)110。パラメータの中でも特に、このコマンドはターゲットプロセッサ及びターゲットプロセッサへの割り込みに使用すべき割り込みベクトルVを指定する。割り込みベクトルVは、プロセッサ間割り込みを送ったことに応答してターゲットプロセッサにおいて実行され得る割り込みサービスルーチンに対応し得る。
3.コマンドをプロセッサローカルAPIC割り込みコマンドレジスタ(ICR)に書き込む115。これは非キャッシュロケーションへの書き込みである。コマンドを書き込むプロセスは以下を含み得る。
a.割り込みのディセーブル動作120
b.ローカルAPICの空きを待つ125。これは割り込みコマンドレジスタのBUSYビットをポーリングすることによって行うことができる。
c.コマンドの上位32ビットをAPIC割り込みコマンドレジスタハイワードに書き込む130。
d.コマンドの下位32ビットをAPIC割り込みコマンドレジスタローワードに書き込む135。
e.ローカルAPICの空きを待つ140。
f.割り込み動作を再びイネーブルする145。
4.ターゲットプロセッサが、特定のデータ値を特定のメモリロケーションに書き込むことにより、プロセッサ間割り込みを受け取ったことに対して肯定応答するのを待つ150。この書き込みは、ターゲットプロセッサに送ったまさにその割り込みに対しての処理の一環として行われ得る。
5.通常動作を再開する155。
1.プロセッサのローカルAPICが割り込みベクトルVをディスパッチし205、これはプロセッサコアへの割り込みサービスルーチン(ISR)に対応する。ブート時に、OSは、割り込みサービスルーチンと共に割り込みゲートを含むように、ベクトルVに対応する割り込み記述子テーブルエントリをプログラムしているであろう。
2.タスク優先度レジスタレベルをベクトルVに対応するレベルに上げる210。
3.プロセッサコアが割り込み記述子テーブルを介してベクトルVをディスパッチする215。
4.プロセッサ間割り込みに対応する割り込みサービスルーチンが割り込みをディセーブルして制御権を獲得する220。
5.割り込みサービスルーチンがメモリロケーションに書き込み、送り側プロセッサにプロセッサ間割り込みを受け取ったことを通知する225。
6.プロセッサ間割り込みのアクションを実行する230。
7.通常動作を再開する235。
1.線形アドレスXへのプロセッサ間割り込み要求のメモリ書き込みを実行する305。
2.受け取り側プロセッサが、特定のメモリロケーションをポーリングして値が変更されたか否かを判断することにより、プロセッサ間割り込みを受け取ったことに対して肯定応答するのを待つ310。その値は、受け取り側プロセッサに対する割り込みサービスの一部として、書き込みにより変更される。この動作はプロセッサ間割り込みの送信の場合には必要なく、いくつかの実施形態では、動作は、メモリロケーションのポーリングなしで、又は割り込みの受信に対する肯定応答を受け取ることなく再開することができる。
3.メモリロケーションが値を変更していた場合、通常動作を再開する315。
1.カーネルモードで、プロセッサ間割り込みを受信したときにリング遷移(ring transition)をイネーブルする状態を確立する405。
2.メモリロケーション<Linear Address X>を監視する410。メモリロケーションへの書き込みはプロセッサ間割り込み要求を示す。
3.ユーザモード又はカーネルモードのいずれかでプロセッサ間割り込みを検出すると、現在の状態を保存する420。
4.割り込みMcall<IPI ISR Linear Address>を実行する425。
5.関数の実行には、送り側プロセッサがポーリングしているメモリロケーションへの書き込みが含まれ得る430。
6.通常動作を再開する435。
Claims (19)
- プロセッサ間割り込みを示す書き込みのための第1メモリロケーションを監視する第1命令を実行する第1ロジックと、
前記第1命令の実行に応じて前記プロセッサ間割り込みの処理を実行する第2ロジックと
を備え、
前記プロセッサ間割り込みは前記第1命令の実行とは独立に生じ、
単一の前記第1メモリロケーションが複数の装置に対応づけられており、前記複数の装置のそれぞれは、単一の前記第1メモリロケーションを監視する前記第1命令の実行に応じて、前記プロセッサ間割り込みを検出する
装置。 - 前記装置は、前記プロセッサ間割り込みに対する肯定応答を第2メモリロケーションに書き込む
請求項1に記載の装置。 - 前記装置は、前記プロセッサ間割り込みを処理する関数をブート時に登録する
請求項1または2に記載の装置。 - 前記第1メモリロケーションは、前記第1命令に応じて定められる論理アドレスである
請求項1から3のいずれか一項に記載の装置。 - 前記第1命令は前記装置に前記第1メモリロケーションを監視させ、前記第1メモリロケーションへの書き込みの検出に応じて、前記装置は前記プロセッサ間割り込みの処理のための線形アドレスに実行制御権を移行する
請求項1から4のいずれか一項に記載の装置。 - 前記第1命令は、前記第2ロジックにより前記第1メモリロケーションで前記プロセッサ間割り込み要求が検出されると、リング遷移をイネーブルする状態を確立させる
請求項1から5のいずれか一項に記載の装置。 - 第2装置により第1命令の実行に応じて監視される第1メモリロケーションに、プロセッサ間割り込みを示す書き込みを実行する第1ロジックと、
前記プロセッサ間割り込みに対する前記第2装置からの肯定応答について、第2メモリロケーションを監視する第2ロジックと
を備え、
前記第1メモリロケーションは、ライトバックメモリロケーションであり、
前記プロセッサ間割り込みは、前記第1命令の実行とは独立に生じ、
単一の前記第1メモリロケーションが複数の前記第2装置に対応づけられており、前記複数の第2装置のそれぞれは、前記第1命令の実行に応じて、複数のプロセッサ間割り込みの受け取りについて単一の前記第1メモリロケーションを監視する
装置。 - 第2装置により第1命令の実行に応じて監視される第1メモリロケーションに、プロセッサ間割り込みを示す書き込みを実行する第1ロジックと、
前記プロセッサ間割り込みに対する前記第2装置からの肯定応答について、第2メモリロケーションを監視する第2ロジックと
を備え、
前記第1メモリロケーションは、キャッシュメモリロケーションであり、
前記プロセッサ間割り込みは、前記第1命令の実行とは独立に生じ、
単一の前記第1メモリロケーションが複数の前記第2装置に対応づけられており、前記複数の第2装置のそれぞれは、前記第1命令の実行に応じて、複数のプロセッサ間割り込みの受け取りについて単一の前記第1メモリロケーションを監視する
装置。 - 第2装置により第1命令の実行に応じて監視される第1メモリロケーションに、プロセッサ間割り込みを示す書き込みを実行する第1ロジックと、
前記プロセッサ間割り込みに対する前記第2装置からの肯定応答について、第2メモリロケーションを監視する第2ロジックと
を備え、
前記プロセッサ間割り込みは、前記第1命令の実行とは独立に生じ、
単一の前記第1メモリロケーションが複数の第2装置に対応づけられており、前記複数の第2装置のそれぞれは、単一の前記第1メモリロケーションを監視する前記第1命令の実行に応じて、前記プロセッサ間割り込みを検出する
装置。 - 前記第2装置は、前記第1命令の実行に応じて、複数のプロセッサ間割り込みの受け取りについて、前記第2装置に対応づけられた前記第1メモリロケーションを監視する
請求項9に記載の装置。 - プロセッサが、プロセッサ間割り込みについてメモリロケーションを監視させる第1命令を実行する段階と、
前記プロセッサが、前記メモリロケーションにおいて前記プロセッサ間割り込みを検出する段階と、
前記プロセッサが、前記プロセッサ間割り込みの処理を実行する段階と
を備え、
前記プロセッサ間割り込みは前記第1命令の実行とは独立に生じ、
単一の前記メモリロケーションが複数の前記プロセッサに対応づけられており、前記複数のプロセッサのそれぞれは、単一の前記メモリロケーションを監視させる前記第1命令の実行に応じて、前記プロセッサ間割り込みを検出する
方法。 - 前記プロセッサ間割り込みの処理を実行する段階は、
前記プロセッサが、前記プロセッサ間割り込みの処理をもたらす線形アドレスに実行制御権を移行する段階
を有する請求項11に記載の方法。 - 前記プロセッサが、前記プロセッサ間割り込みに対する肯定応答を第2メモリロケーションに書き込む段階
をさらに備える請求項11または12に記載の方法。 - 前記第1命令により、線形アドレスに基づく前記メモリロケーションが特定される
請求項11から13のいずれか一項に記載の方法。 - 前記プロセッサが、前記メモリロケーションで前記プロセッサ間割り込み要求が検出された場合に、現在の状態を保存する段階
をさらに備える請求項11から14のいずれか一項に記載の方法。 - 装置により第1命令の実行に応じて監視される第1メモリアドレスに、第2装置がプロセッサ間割り込みを示す書き込みを実行する段階と、
前記第2装置が、前記プロセッサ間割り込みの受け取りに対する前記装置からの肯定応答について、第2メモリアドレスを監視する段階と
を備え、
前記プロセッサ間割り込みは、前記第1命令の実行とは独立に生じ、
単一のメモリロケーションが複数の装置に対応づけられており、前記複数の装置のそれぞれは、前記単一のメモリロケーションのアドレスである前記第1メモリアドレスを監視する前記第1命令の実行に応じて、前記プロセッサ間割り込みを検出する
方法。 - 前記装置は、前記第1命令の実行に応じて、複数のプロセッサ間割り込みの受け取りについて、前記装置に対応づけられたメモリロケーションを監視する
請求項16に記載の方法。 - 複数のプロセッサコアによりアクセス可能な1つのメモリと、
第1メモリロケーションにプロセッサ間割り込みを示す書き込みを実行する第1ロジック、および、前記プロセッサ間割り込みに対する肯定応答について前記メモリの第2メモリロケーションを監視する第2ロジックを有する第1プロセッサと、
第1命令の実行に応じて、プロセッサ間割り込みを示す書き込みについて前記第1メモリロケーションを監視する第3ロジックを有する第2プロセッサと、
前記第1命令に応じて、前記プロセッサ間割り込みの処理を実行する第4ロジックと
を備え、
前記第2プロセッサは、前記プロセッサ間割り込みに対する肯定応答について前記第2メモリロケーションに書き込みをし、
前記プロセッサ間割り込みは前記第1命令の実行とは独立に生じ、
単一の前記第1メモリロケーションが複数の前記第2プロセッサに対応づけられており、前記複数の第2プロセッサのそれぞれは、単一の前記第1メモリロケーションを監視する前記第1命令の実行に応じて、前記プロセッサ間割り込みを検出する
システム。 - 前記第1プロセッサは、前記プロセッサ間割り込みを処理する関数をブート時に登録する
請求項18に記載のシステム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/631,522 | 2003-07-31 | ||
US10/631,522 US8984199B2 (en) | 2003-07-31 | 2003-07-31 | Inter-processor interrupts |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006521923A Division JP4533893B2 (ja) | 2003-07-31 | 2004-07-21 | プロセッサ間割り込み |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010113734A JP2010113734A (ja) | 2010-05-20 |
JP4792113B2 true JP4792113B2 (ja) | 2011-10-12 |
Family
ID=34104130
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006521923A Expired - Fee Related JP4533893B2 (ja) | 2003-07-31 | 2004-07-21 | プロセッサ間割り込み |
JP2010002051A Expired - Fee Related JP4792113B2 (ja) | 2003-07-31 | 2010-01-07 | プロセッサ間割り込み |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006521923A Expired - Fee Related JP4533893B2 (ja) | 2003-07-31 | 2004-07-21 | プロセッサ間割り込み |
Country Status (7)
Country | Link |
---|---|
US (1) | US8984199B2 (ja) |
JP (2) | JP4533893B2 (ja) |
KR (1) | KR100876488B1 (ja) |
CN (2) | CN100456251C (ja) |
DE (1) | DE112004001418T5 (ja) |
TW (1) | TWI258703B (ja) |
WO (1) | WO2005013121A2 (ja) |
Families Citing this family (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7363407B2 (en) * | 2003-09-29 | 2008-04-22 | Microsoft Corporation | Concurrent arbitration of multidimensional requests for interrupt resources |
US7089341B2 (en) * | 2004-03-31 | 2006-08-08 | International Business Machines Corporation | Method and apparatus for supporting interrupt devices configured for a particular architecture on a different platform |
DE602004007489D1 (de) * | 2004-05-11 | 2007-08-23 | Sgs Thomson Microelectronics | Unterbrechungsbehandlungssystem |
US7689747B2 (en) * | 2005-03-28 | 2010-03-30 | Microsoft Corporation | Systems and methods for an augmented interrupt controller and synthetic interrupt sources |
US8468526B2 (en) * | 2006-06-30 | 2013-06-18 | Intel Corporation | Concurrent thread execution using user-level asynchronous signaling |
US20080086575A1 (en) * | 2006-10-06 | 2008-04-10 | Annie Foong | Network interface techniques |
US7627706B2 (en) | 2007-09-06 | 2009-12-01 | Intel Corporation | Creation of logical APIC ID with cluster ID and intra-cluster ID |
US7769938B2 (en) * | 2007-09-06 | 2010-08-03 | Intel Corporation | Processor selection for an interrupt identifying a processor cluster |
US8032681B2 (en) | 2007-09-06 | 2011-10-04 | Intel Corporation | Processor selection for an interrupt based on willingness to accept the interrupt and on priority |
JP5119994B2 (ja) * | 2008-03-14 | 2013-01-16 | 富士通株式会社 | 性能モニタリングプログラム、性能モニタリング方法、性能モニタリング装置 |
JP2009238001A (ja) * | 2008-03-27 | 2009-10-15 | Texas Instr Japan Ltd | コンピュータシステム |
TWI384374B (zh) * | 2008-05-27 | 2013-02-01 | Nat Univ Tsing Hua | 具資料串流功能之多核心遠端程序呼叫方法 |
US8103816B2 (en) * | 2008-10-28 | 2012-01-24 | Intel Corporation | Technique for communicating interrupts in a computer system |
US7996548B2 (en) | 2008-12-30 | 2011-08-09 | Intel Corporation | Message communication techniques |
US8645596B2 (en) * | 2008-12-30 | 2014-02-04 | Intel Corporation | Interrupt techniques |
CN101699418B (zh) * | 2009-10-30 | 2011-11-16 | 曙光信息产业(北京)有限公司 | 一种中断处理方法、系统及设备 |
US8688883B2 (en) | 2011-09-08 | 2014-04-01 | Intel Corporation | Increasing turbo mode residency of a processor |
US9875148B2 (en) | 2014-06-27 | 2018-01-23 | International Business Machines Corporation | Detecting deadlocks involving inter-processor interrupts |
US9665509B2 (en) * | 2014-08-20 | 2017-05-30 | Xilinx, Inc. | Mechanism for inter-processor interrupts in a heterogeneous multiprocessor system |
US10089265B2 (en) * | 2015-08-07 | 2018-10-02 | Mediatek Inc. | Methods and systems for handling interrupt requests |
US10216662B2 (en) * | 2015-09-26 | 2019-02-26 | Intel Corporation | Hardware mechanism for performing atomic actions on remote processors |
EP3286637B1 (en) * | 2016-02-04 | 2023-04-05 | Hewlett Packard Enterprise Development LP | Memory register interrupt based signaling and messaging |
US20210026950A1 (en) * | 2016-03-07 | 2021-01-28 | Crowdstrike, Inc. | Hypervisor-based redirection of system calls and interrupt-based task offloading |
US10867092B2 (en) | 2017-12-16 | 2020-12-15 | Intel Corporation | Avoiding asynchronous enclave exits based on requests to invalidate translation lookaside buffer entries |
EP4184712A4 (en) | 2020-09-15 | 2024-01-10 | Samsung Electronics Co., Ltd. | ELECTRONIC DEVICE HAVING AN ANTENNA STRUCTURE |
US11321242B2 (en) * | 2020-09-15 | 2022-05-03 | Vmware, Inc. | Early acknowledgement of translation lookaside buffer shootdowns |
CN112416536B (zh) * | 2020-12-10 | 2023-08-18 | 成都海光集成电路设计有限公司 | 提取处理器执行上下文的方法及处理器 |
KR20220161878A (ko) * | 2021-05-31 | 2022-12-07 | 삼성전자주식회사 | 전자 장치 및 전자 장치의 센서 데이터 처리 방법 |
EP4290378A4 (en) | 2021-05-31 | 2024-03-06 | Samsung Electronics Co., Ltd. | ELECTRONIC DEVICE AND METHOD FOR PROCESSING SENSOR DATA OF THE ELECTRONIC DEVICE |
Family Cites Families (92)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS55123736A (en) * | 1979-03-16 | 1980-09-24 | Hitachi Ltd | Interrupt control system |
US4365294A (en) * | 1980-04-10 | 1982-12-21 | Nizdorf Computer Corporation | Modular terminal system using a common bus |
US4604500A (en) * | 1981-12-02 | 1986-08-05 | At&T Bell Laboratories | Multiprocessing interrupt arrangement |
US4514825A (en) * | 1982-03-09 | 1985-04-30 | Kinex Corporation | High speed digital modem |
US4713770A (en) * | 1985-04-19 | 1987-12-15 | Kinetic Systems Corporation | System and method for preventing tool breakage |
JPS623366A (ja) * | 1985-06-28 | 1987-01-09 | Toshiba Corp | マルチプロセツサシステム |
US4768149A (en) * | 1985-08-29 | 1988-08-30 | International Business Machines Corporation | System for managing a plurality of shared interrupt handlers in a linked-list data structure |
JPS62243058A (ja) * | 1986-04-15 | 1987-10-23 | Fanuc Ltd | マルチプロセツサシステムの割込制御方法 |
US5142683A (en) * | 1987-03-09 | 1992-08-25 | Unisys Corporation | Intercomputer communication control apparatus and method |
AU604959B2 (en) * | 1987-05-01 | 1991-01-03 | Digital Equipment Corporation | Servicing interrupts using a pended bus |
JPH0269854A (ja) * | 1988-09-06 | 1990-03-08 | Fujitsu Ltd | 情報転送制御方式 |
JPH02143660U (ja) * | 1989-04-28 | 1990-12-05 | ||
JPH02310664A (ja) * | 1989-05-26 | 1990-12-26 | Hitachi Ltd | 共有メモリを用いた通信方式 |
JPH0342762A (ja) * | 1989-07-11 | 1991-02-22 | Fuji Xerox Co Ltd | マルチプロセッサシステムのプロセッサ間通信方法 |
US5136714A (en) * | 1989-12-04 | 1992-08-04 | International Business Machines Corporation | Method and apparatus for implementing inter-processor interrupts using shared memory storage in a multi-processor computer system |
US5123094A (en) * | 1990-01-26 | 1992-06-16 | Apple Computer, Inc. | Interprocessor communications includes second CPU designating memory locations assigned to first CPU and writing their addresses into registers |
US5410710A (en) * | 1990-12-21 | 1995-04-25 | Intel Corporation | Multiprocessor programmable interrupt controller system adapted to functional redundancy checking processor systems |
JP2855298B2 (ja) * | 1990-12-21 | 1999-02-10 | インテル・コーポレーション | 割込み要求の仲裁方法およびマルチプロセッサシステム |
JPH04307652A (ja) * | 1991-04-04 | 1992-10-29 | Hitachi Ltd | マルチプロセッサ間通信方式 |
US5303378A (en) * | 1991-05-21 | 1994-04-12 | Compaq Computer Corporation | Reentrant protected mode kernel using virtual 8086 mode interrupt service routines |
US5410654A (en) * | 1991-07-22 | 1995-04-25 | International Business Machines Corporation | Interface with address decoder for selectively generating first and second address and control signals respectively in response to received address and control signals |
US5404535A (en) | 1991-10-22 | 1995-04-04 | Bull Hn Information Systems Inc. | Apparatus and method for providing more effective reiterations of processing task requests in a multiprocessor system |
JPH0612387A (ja) * | 1992-06-25 | 1994-01-21 | Mitsubishi Electric Corp | マルチプロセッサ間通信方法 |
US5535397A (en) * | 1993-06-30 | 1996-07-09 | Intel Corporation | Method and apparatus for providing a context switch in response to an interrupt in a computer process |
US5544051A (en) * | 1993-09-17 | 1996-08-06 | Digital Equipment Corporation | Document management system using multiple threaded processes and having asynchronous repository responses and no busy cursor |
US5666516A (en) * | 1993-12-16 | 1997-09-09 | International Business Machines Corporation | Protected programmable memory cartridge having selective access circuitry |
US5664231A (en) * | 1994-04-29 | 1997-09-02 | Tps Electronics | PCMCIA interface card for coupling input devices such as barcode scanning engines to personal digital assistants and palmtop computers |
US5781187A (en) * | 1994-05-31 | 1998-07-14 | Advanced Micro Devices, Inc. | Interrupt transmission via specialized bus cycle within a symmetrical multiprocessing system |
US5524208A (en) * | 1994-06-09 | 1996-06-04 | Dell Usa, L.P. | Method and apparatus for performing cache snoop testing using DMA cycles in a computer system |
JPH0822414A (ja) * | 1994-07-06 | 1996-01-23 | Hitachi Ltd | コンピュータシステム |
US5717895A (en) * | 1994-12-01 | 1998-02-10 | Cray Research, Inc. | Associative scalar data cache with write-through capabilities for a vector processor |
US5553293A (en) * | 1994-12-09 | 1996-09-03 | International Business Machines Corporation | Interprocessor interrupt processing system |
CA2167632A1 (en) * | 1995-01-23 | 1996-07-24 | Leonard R. Fishler | Apparatus and method for efficient transfer of data and events between processes and between processes and drivers in a parallel, fault tolerant message based operating system |
JPH08305585A (ja) * | 1995-05-11 | 1996-11-22 | Matsushita Electric Ind Co Ltd | 割込制御装置 |
FR2737590B1 (fr) * | 1995-08-03 | 1997-10-17 | Sgs Thomson Microelectronics | Dispositif de gestion d'interruptions |
US5765195A (en) * | 1995-12-08 | 1998-06-09 | Ncr Corporation | Method for distributing interprocessor interrupt requests via cache memory coherency mechanisms |
US6088783A (en) * | 1996-02-16 | 2000-07-11 | Morton; Steven G | DPS having a plurality of like processors controlled in parallel by an instruction word, and a control processor also controlled by the instruction word |
US6378023B1 (en) * | 1996-02-14 | 2002-04-23 | Advanced Micro Devices, Inc. | Interrupt descriptor cache for a microprocessor |
JPH09237192A (ja) * | 1996-02-29 | 1997-09-09 | Kyushu Nippon Denki Software Kk | 割り込み制御装置 |
US5983356A (en) * | 1996-06-18 | 1999-11-09 | National Semiconductor Corporation | Power conservation method and apparatus activated by detecting shadowed interrupt signals indicative of system inactivity and excluding prefetched signals |
US5943500A (en) * | 1996-07-19 | 1999-08-24 | Compaq Computer Corporation | Long latency interrupt handling and input/output write posting |
DE69735575T2 (de) * | 1996-08-20 | 2006-08-24 | Compaq Computer Corp., Houston | Verfahren und Vorrichtung zur Unterbrechungsverteilung in einem skalierbaren symmetrischen Mehrprozessorsystem ohne die Busbreite oder das Busprotokoll zu verändern |
US5848279A (en) * | 1996-12-27 | 1998-12-08 | Intel Corporation | Mechanism for delivering interrupt messages |
US5978865A (en) * | 1997-02-04 | 1999-11-02 | Advanced Micro Devices, Inc. | System for performing DMA transfers where an interrupt request signal is generated based on the value of the last of a plurality of data bits transmitted |
US5864701A (en) * | 1997-02-14 | 1999-01-26 | Integrated Device Technology, Inc. | Apparatus and method for managing interrupt delay associated with mask flag transition |
US6247091B1 (en) * | 1997-04-28 | 2001-06-12 | International Business Machines Corporation | Method and system for communicating interrupts between nodes of a multinode computer system |
KR100230454B1 (ko) * | 1997-05-28 | 1999-11-15 | 윤종용 | 다중처리 시스템의 캐시메모리 검사방법 |
US5966543A (en) * | 1997-06-26 | 1999-10-12 | International Business Machines Corporation | Method of using collaborative spinlocks to provide exclusive access to a resource in a multiprocessor computer system |
US5918028A (en) * | 1997-07-08 | 1999-06-29 | Motorola, Inc. | Apparatus and method for smart host bus adapter for personal computer cards |
US5974486A (en) * | 1997-08-12 | 1999-10-26 | Atmel Corporation | Universal serial bus device controller comprising a FIFO associated with a plurality of endpoints and a memory for storing an identifier of a current endpoint |
JPH1185614A (ja) * | 1997-09-03 | 1999-03-30 | Nec Eng Ltd | 情報処理装置 |
US6047391A (en) * | 1997-09-29 | 2000-04-04 | Honeywell International Inc. | Method for strong partitioning of a multi-processor VME backplane bus |
US6145007A (en) * | 1997-11-14 | 2000-11-07 | Cirrus Logic, Inc. | Interprocessor communication circuitry and methods |
JPH11154122A (ja) * | 1997-11-20 | 1999-06-08 | Nec Corp | メッセージ交換型通信方式 |
US6418496B2 (en) * | 1997-12-10 | 2002-07-09 | Intel Corporation | System and apparatus including lowest priority logic to select a processor to receive an interrupt message |
US6128732A (en) * | 1997-12-15 | 2000-10-03 | Compaq Computer Corporation | Implementing universal serial bus support with a minimum of system RAM |
JP3097648B2 (ja) * | 1998-02-04 | 2000-10-10 | 日本電気株式会社 | 情報処理装置及び情報処理方法 |
GB2334354B (en) * | 1998-02-13 | 2003-04-16 | Ibm | Booting a computer system from a network |
US6247143B1 (en) * | 1998-06-30 | 2001-06-12 | Sun Microsystems, Inc. | I/O handling for a multiprocessor computer system |
US6148361A (en) * | 1998-12-17 | 2000-11-14 | International Business Machines Corporation | Interrupt architecture for a non-uniform memory access (NUMA) data processing system |
US6339808B1 (en) * | 1999-01-04 | 2002-01-15 | Advanced Micro Devices, Inc. | Address space conversion to retain software compatibility in new architectures |
US6279067B1 (en) * | 1999-01-13 | 2001-08-21 | Ati International Srl | Method and apparatus for detecting interrupt requests in video graphics and other systems |
US6295573B1 (en) * | 1999-02-16 | 2001-09-25 | Advanced Micro Devices, Inc. | Point-to-point interrupt messaging within a multiprocessing computer system |
US6625679B1 (en) * | 1999-04-19 | 2003-09-23 | Hewlett-Packard Company | Apparatus and method for converting interrupt transactions to interrupt signals to distribute interrupts to IA-32 processors |
US6665761B1 (en) * | 1999-07-28 | 2003-12-16 | Unisys Corporation | Method and apparatus for routing interrupts in a clustered multiprocessor system |
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 |
KR100401386B1 (ko) * | 1999-09-16 | 2003-10-11 | 엘지정보통신주식회사 | 프로세서 간 인터럽트 처리 방법 |
US6691190B1 (en) * | 2000-01-24 | 2004-02-10 | Agere Systems Inc. | Inter-DSP data exchange in a multiple DSP environment |
US20030055900A1 (en) * | 2000-02-02 | 2003-03-20 | Siemens Aktiengesellschaft | Network and associated network subscriber having message route management between a microprocessor interface and ports of the network subscriber |
US7080205B2 (en) * | 2000-03-29 | 2006-07-18 | Fujitsu Siemens Computer Gmbh | Arrangement and method for reducing the processing time of a data processing device |
US6931643B2 (en) * | 2000-04-03 | 2005-08-16 | Texas Instruments Incorporated | Interrupt throttling for inter-processor communications |
US6799317B1 (en) * | 2000-06-27 | 2004-09-28 | International Business Machines Corporation | Interrupt mechanism for shared memory message passing |
US7296271B1 (en) * | 2000-06-28 | 2007-11-13 | Emc Corporation | Replaceable scheduling algorithm in multitasking kernel |
US6920516B2 (en) * | 2000-08-31 | 2005-07-19 | Hewlett-Packard Development Company, L.P. | Anti-starvation interrupt protocol |
US20020178313A1 (en) * | 2001-03-30 | 2002-11-28 | Gary Scott Paul | Using software interrupts to manage communication between data processors |
US20030028696A1 (en) * | 2001-06-01 | 2003-02-06 | Michael Catherwood | Low overhead interrupt |
US20030037244A1 (en) * | 2001-08-16 | 2003-02-20 | International Business Machines Corporation | System management interrupt generation upon completion of cryptographic operation |
US7552261B2 (en) * | 2001-10-12 | 2009-06-23 | Mips Technologies, Inc. | Configurable prioritization of core generated interrupts |
US6898703B1 (en) * | 2001-11-19 | 2005-05-24 | Cypress Semiconductor Corporation | System and method for creating a boot file utilizing a boot template |
US7363474B2 (en) * | 2001-12-31 | 2008-04-22 | Intel Corporation | Method and apparatus for suspending execution of a thread until a specified memory access occurs |
US20030126379A1 (en) * | 2001-12-31 | 2003-07-03 | Shiv Kaushik | Instruction sequences for suspending execution of a thread until a specified memory access occurs |
US7127561B2 (en) * | 2001-12-31 | 2006-10-24 | Intel Corporation | Coherency techniques for suspending execution of a thread until a specified memory access occurs |
US7054972B2 (en) * | 2002-12-13 | 2006-05-30 | Lsi Logic Corporation | Apparatus and method for dynamically enabling and disabling interrupt coalescing in data processing system |
US6789142B2 (en) * | 2002-12-18 | 2004-09-07 | Intel Corporation | Method, system, and program for handling interrupt requests |
US7788669B2 (en) * | 2003-05-02 | 2010-08-31 | Microsoft Corporation | System for isolating first computing environment from second execution environment while sharing resources by copying data from first portion to second portion of memory |
US7240137B2 (en) * | 2004-08-26 | 2007-07-03 | International Business Machines Corporation | System and method for message delivery across a plurality of processors |
JP2006216042A (ja) * | 2005-02-04 | 2006-08-17 | Sony Computer Entertainment Inc | 割り込み処理のためのシステムおよび方法 |
US7433985B2 (en) * | 2005-12-28 | 2008-10-07 | Intel Corporation | Conditional and vectored system management interrupts |
US9032128B2 (en) * | 2008-04-28 | 2015-05-12 | Hewlett-Packard Development Company, L.P. | Method and system for generating and delivering inter-processor interrupts in a multi-core processor and in certain shared memory multi-processor systems |
US8032680B2 (en) * | 2008-06-27 | 2011-10-04 | Microsoft Corporation | Lazy handling of end of interrupt messages in a virtualized environment |
US10678744B2 (en) * | 2010-05-03 | 2020-06-09 | Wind River Systems, Inc. | Method and system for lockless interprocessor communication |
US8504780B2 (en) * | 2011-04-08 | 2013-08-06 | Hitachi, Ltd. | Computer, computer system, and data communication method |
-
2003
- 2003-07-31 US US10/631,522 patent/US8984199B2/en not_active Expired - Fee Related
-
2004
- 2004-07-21 DE DE112004001418T patent/DE112004001418T5/de not_active Withdrawn
- 2004-07-21 JP JP2006521923A patent/JP4533893B2/ja not_active Expired - Fee Related
- 2004-07-21 CN CNB2004800285138A patent/CN100456251C/zh not_active Expired - Fee Related
- 2004-07-21 KR KR1020067002136A patent/KR100876488B1/ko not_active IP Right Cessation
- 2004-07-21 WO PCT/US2004/023570 patent/WO2005013121A2/en active Application Filing
- 2004-07-21 CN CN 200810187079 patent/CN101425026A/zh active Pending
- 2004-07-23 TW TW93122148A patent/TWI258703B/zh not_active IP Right Cessation
-
2010
- 2010-01-07 JP JP2010002051A patent/JP4792113B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
WO2005013121A3 (en) | 2005-11-17 |
JP2010113734A (ja) | 2010-05-20 |
CN100456251C (zh) | 2009-01-28 |
KR20060038465A (ko) | 2006-05-03 |
CN101425026A (zh) | 2009-05-06 |
TW200517964A (en) | 2005-06-01 |
CN1860444A (zh) | 2006-11-08 |
DE112004001418T5 (de) | 2006-10-26 |
US20050027914A1 (en) | 2005-02-03 |
WO2005013121A2 (en) | 2005-02-10 |
JP4533893B2 (ja) | 2010-09-01 |
TWI258703B (en) | 2006-07-21 |
JP2007500898A (ja) | 2007-01-18 |
US8984199B2 (en) | 2015-03-17 |
KR100876488B1 (ko) | 2008-12-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4792113B2 (ja) | プロセッサ間割り込み | |
US10169268B2 (en) | Providing state storage in a processor for system management mode | |
US6480952B2 (en) | Emulation coprocessor | |
KR970011213B1 (ko) | 에러 처리법을 갖는 포스트식 기입 디스크 기입 동작의 큐잉 방법 | |
US20040122986A1 (en) | Method, system, and program for handling device interrupts | |
JP2695017B2 (ja) | データ転送方式 | |
US5371857A (en) | Input/output interruption control system for a virtual machine | |
KR20180066073A (ko) | 컴퓨팅 디바이스에서 운영 시스템 독립적 에러 제어를 제공하는 시스템 및 방법 | |
US6789142B2 (en) | Method, system, and program for handling interrupt requests | |
KR20190117077A (ko) | 메모리 시스템 및 메모리 시스템의 동작 방법 | |
JP2007516536A (ja) | オペレーティングシステムに可視的な割り込みハンドリングを用いてホットキー入力を処理する方法及び装置 | |
US20030065914A1 (en) | Enabling video BIOS and display drivers to leverage system BIOS platform abstract | |
CN115576734B (zh) | 一种多核异构日志存储方法和系统 | |
US20040107264A1 (en) | Computer system and memory control method | |
JP4490585B2 (ja) | 周辺ステータスについての内部レジスタを有するプロセッサまたはコア論理演算装置 | |
JP2001306335A (ja) | コンピュータ | |
US20210157489A1 (en) | Supervisor mode access protection for fast networking | |
JP2023538241A (ja) | メモリロケーションに記憶されたデータが修正されたかどうかを識別するためのメモリロケーションの監視 | |
JPH0628303A (ja) | 通信処理装置 | |
JPH11327798A (ja) | データ転送制御装置 | |
JPS61138344A (ja) | デバツグ方式 | |
JPH02201608A (ja) | 情報処理装置 | |
JPH04309137A (ja) | メモリシステム | |
JPH02183849A (ja) | アドレス対応表無効化処理方式 | |
JPH01181138A (ja) | キャッシュ・メモリ内蔵マイクロコンピュータ |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100907 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101206 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20110104 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110506 |
|
A911 | Transfer of reconsideration by examiner before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20110621 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110705 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110722 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140729 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |