Jump to content

Inter-processor interrupt

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by PipepBot (talk | contribs) at 00:02, 24 May 2008 (robot Adding: it:Interruzioni Inter-Processor). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An inter-processor interrupt (IPI) is a special type of interrupt by which one processor may interrupt another processor in a multiprocessor system. IPIs are typically used to implement a cache coherency synchronization point.

In x86 based systems, an IPI synchronizes the cache and Memory Management Unit (MMU) between processors.

See also