1.3.2 IRQL
-
KeRaiseIrql
-
Raises the hardware priority to a given IRQL value, thereby masking off
interrupts of equivalent or lower IRQL on the current processor.
-
KeLowerIrql
-
Restores the IRQL on the current processor to its original value.
-
KeGetCurrentIrql
-
Returns the current hardware priority IRQL value.