Definition at line 271 of file pic.c. Referenced by KeDetachProcess(), KeFlushQueuedDpcs(), KeInsertQueueDpc(), KeSetTimerEx(), KeUnstackDetachProcess(), KeUpdateRunTime(), KiCheckForKernelApcDelivery(), KiCheckForTimerExpiration(), KiCompleteTimer(), KiExitDispatcher(), KiInsertQueueApc(), KiIpiServiceRoutine(), KiSwapContextExit(), and KiSwapContextResume(). {
/* Force a software interrupt */
WRITE_REGISTER_ULONG(VIC_SOFT_INT, 1 << Irql);
}
|