Inter-processor interrupt: Difference between revisions

Content deleted Content added
IPI's are used order to pause all processors at a kernel debugger breakpoint. Added 5th condition to list.
Line 6:
2. Updating the processor's translation look-aside buffers cache.<br />
3. System shutdown.<br />
4. System crash.<br />
5. Kernel debugger breakpoint.
 
In Windows, this has IRQL as 29.