Inter-processor interrupt

This is an old revision of this page, as edited by 137.226.12.102 (talk) at 14:35, 9 January 2006. 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. IPCs are typically used to implement a cache coherency synchronization point.

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

See Also