About: Inter-processor interrupt     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FInter-processor_interrupt

An inter-processor interrupt (IPI), also known as a shoulder tap, is a special type of interrupt by which one processor may interrupt another processor in a multiprocessor system if the interrupting processor requires action from the other processor. Actions that might be requested include:

AttributesValues
rdf:type
rdfs:label
  • Inter Processor Interrupt (de)
  • Inter-processor interrupt (en)
  • Interruzioni inter-processor (it)
  • プロセッサ間割り込み (ja)
  • Міжпроцесорне переривання (uk)
  • 处理器间中断 (zh)
rdfs:comment
  • Ein Inter Processor Interrupt (IPI) ist ein spezieller Interrupt, der von Prozessoren in Multiprozessorsystemen genutzt wird. Durch einen IPI ist ein Prozessor in der Lage, auf einem bestimmten Prozessor den Interrupt auszulösen, der im Interruptvektor angegeben war. Auf diese Weise kann ein Prozessor einen anderen Prozessor oder sich selbst zum Ausführen einer speziellen Funktion veranlassen. In x86-basierten Multiprozessorsystemen wird ein IPI über den Advanced Programmable Interrupt Controller versendet. (de)
  • プロセッサ間割り込み(英:Inter-processor interrupt、IPI)とは、計算機科学における割り込みの一種で、マルチプロセッサシステム上であるプロセッサが他のプロセッサに対して行うものを指す。典型的にIPIはキャッシュコヒーレンシを維持するための同期点を実現するために用いられる。 例としてWindowsが搭載されたマルチプロセッサシステムでは、CPUは以下のいずれかの場合に他のプロセッサに対して割り込みを行う 1. * 特定のスレッドの実行をスケジュールするためにDISPATCH_LEVEL割り込みをキューする場合 2. * プロセッサのTLBキャッシュを更新する場合 3. * システムの終了 4. * システムクラッシュ 5. * カーネルデバッガのブレークポイント Windowsでは、IRQLは29に設定されている。 またx86ベースのシステムでは、IPIによってキャッシュとメモリ管理ユニット (MMU) をプロセッサ間で同期させる。 (ja)
  • Una interruzione inter-processor (IPI) è uno speciale tipo di interruzione con la quale un processore può interrompere un altro processore in un sistema multiprocessore. Le IPI sono di solito utilizzate per effettuare la sincronizzazione della cache, garantendone coerenza. Nei sistemi x86, una interruzione inter-processor sincronizza la cache e l'unità di gestione della memoria (MMU-Memory Management Unit) tra processori. (it)
  • Міжпроцесорне переривання (англ. inter-processor interrupt, IPI) — спеціальний тип переривання, за допомогою якого один процесор може надсилати спеціальні повідомлення іншим процесорам багатопроцесорної обчислювальної системи. Прикладами таких повідомлень або запитів можуть бути * запит MMU на синхронізацію кешів (таких як TLB) на інших процесорах, у випадку, коли один з процесорів змінив відображення (англ. mapping) пам'яті; * старт або зупинка процесорів або ядер. (uk)
  • 处理器间中断(英語:Inter-Processor Interrupt,IPI)是一种特殊类型的中斷,即在多处理器系统中,如果中断处理器需要来自其它处理器的动作,一个处理器向另一个处理器发出的中断行为。可能要求采取的行动包括: * 刷新其它处理器的内存管理单元缓存,如转译后备缓冲器,当一个处理器更改内存映射时; * 停机,当系统被一个处理器关闭时。 (zh)
  • An inter-processor interrupt (IPI), also known as a shoulder tap, is a special type of interrupt by which one processor may interrupt another processor in a multiprocessor system if the interrupting processor requires action from the other processor. Actions that might be requested include: (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • Ein Inter Processor Interrupt (IPI) ist ein spezieller Interrupt, der von Prozessoren in Multiprozessorsystemen genutzt wird. Durch einen IPI ist ein Prozessor in der Lage, auf einem bestimmten Prozessor den Interrupt auszulösen, der im Interruptvektor angegeben war. Auf diese Weise kann ein Prozessor einen anderen Prozessor oder sich selbst zum Ausführen einer speziellen Funktion veranlassen. In x86-basierten Multiprozessorsystemen wird ein IPI über den Advanced Programmable Interrupt Controller versendet. (de)
  • An inter-processor interrupt (IPI), also known as a shoulder tap, is a special type of interrupt by which one processor may interrupt another processor in a multiprocessor system if the interrupting processor requires action from the other processor. Actions that might be requested include: * flushes of memory management unit caches, such as translation lookaside buffers, on other processors when memory mappings are changed by one processor; * stopping when the system is being shut down by one processor. * Notify a processor that higher priority work is available. * Notify a processor of work that cannot be done on all processors due to, e.g., * asymmetric access to I/O channels * special features on some processors (en)
  • プロセッサ間割り込み(英:Inter-processor interrupt、IPI)とは、計算機科学における割り込みの一種で、マルチプロセッサシステム上であるプロセッサが他のプロセッサに対して行うものを指す。典型的にIPIはキャッシュコヒーレンシを維持するための同期点を実現するために用いられる。 例としてWindowsが搭載されたマルチプロセッサシステムでは、CPUは以下のいずれかの場合に他のプロセッサに対して割り込みを行う 1. * 特定のスレッドの実行をスケジュールするためにDISPATCH_LEVEL割り込みをキューする場合 2. * プロセッサのTLBキャッシュを更新する場合 3. * システムの終了 4. * システムクラッシュ 5. * カーネルデバッガのブレークポイント Windowsでは、IRQLは29に設定されている。 またx86ベースのシステムでは、IPIによってキャッシュとメモリ管理ユニット (MMU) をプロセッサ間で同期させる。 (ja)
  • Una interruzione inter-processor (IPI) è uno speciale tipo di interruzione con la quale un processore può interrompere un altro processore in un sistema multiprocessore. Le IPI sono di solito utilizzate per effettuare la sincronizzazione della cache, garantendone coerenza. Nei sistemi x86, una interruzione inter-processor sincronizza la cache e l'unità di gestione della memoria (MMU-Memory Management Unit) tra processori. (it)
  • Міжпроцесорне переривання (англ. inter-processor interrupt, IPI) — спеціальний тип переривання, за допомогою якого один процесор може надсилати спеціальні повідомлення іншим процесорам багатопроцесорної обчислювальної системи. Прикладами таких повідомлень або запитів можуть бути * запит MMU на синхронізацію кешів (таких як TLB) на інших процесорах, у випадку, коли один з процесорів змінив відображення (англ. mapping) пам'яті; * старт або зупинка процесорів або ядер. (uk)
  • 处理器间中断(英語:Inter-Processor Interrupt,IPI)是一种特殊类型的中斷,即在多处理器系统中,如果中断处理器需要来自其它处理器的动作,一个处理器向另一个处理器发出的中断行为。可能要求采取的行动包括: * 刷新其它处理器的内存管理单元缓存,如转译后备缓冲器,当一个处理器更改内存映射时; * 停机,当系统被一个处理器关闭时。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 52 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software