Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Inter-processor interrupt

From Wikipedia, the free encyclopedia
Type of interrupt signal sent between computer processors
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Inter-processor interrupt" – news ·newspapers ·books ·scholar ·JSTOR
(December 2014) (Learn how and when to remove this message)

Incomputing, aninter-processor interrupt (IPI), also known as ashoulder tap, is a special type ofinterrupt by which oneprocessor may interrupt another processor in amultiprocessor system if the interrupting processor requires action from the other processor. Actions that might be requested include:

  • Flushes ofmemory management unit caches, such astranslation lookaside buffers, on other processors when memory mappings are changed by one processor;
  • Stop when the system is being shut down by one processor.
  • Notify an alternate CPU of a malfunction for Alternate CPU Recovery (ACR).
  • 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.,

Mechanism

[edit]

TheM65MP option ofOS/360 used the Direct Control feature of theS/360 to generate an interrupt on another processor; onS/370 and its successors, includingz/Architecture, the SIGNAL PROCESSOR instruction provides a more formalized interface. The documentation for some IBM operating systems refers to this as a shoulder tap.

OnIBM PC compatible computers that use theAdvanced Programmable Interrupt Controller (APIC), IPI signaling is often performed using the APIC. When a CPU wishes to send an interrupt to another CPU, it stores theinterrupt vector and the identifier of the target's local APIC in the Interrupt Command Register (ICR) of its own local APIC. A message is then sent via the APIC bus to the target's local APIC, which then issues a corresponding interrupt to its own CPU.

Examples

[edit]

In a multiprocessor system runningMicrosoft Windows, a processor may interrupt another processor for the following reasons, in addition to the ones listed above:[3]

  1. queue a DISPATCH_LEVEL interrupt to schedule a particular thread for execution;
  2. kernel debugger breakpoint.

IPIs are given anIRQL of 29.[4]

See also

[edit]

References

[edit]
  1. ^"Appendix F: Multiprocessing Extensions"(PDF).OS I/O Supervisor Logic - Release 21 - Program Number 360S-CI-505(PDF). Program Logic.IBM. p. 271. GY28-6616-9. RetrievedAugust 28, 2022.
  2. ^"AMD Technical Information Portal".docs.amd.com. Retrieved2024-07-18.
  3. ^"Inter Processor Interrupt usage".Stack Overflow. Retrieved2024-07-18.
  4. ^Matt (2002-04-28)."Understanding IRQL". Archived fromthe original on 2019-10-14. Retrieved2014-12-06.

External links

[edit]


Stub icon

Thiscomputer hardware article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Inter-processor_interrupt&oldid=1299615891"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp