Sunday, March 23, 2008

inter-processor interrupt (IPI)

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

0 Comments:

Post a Comment

<< Home