![]() |
My Project
|
#include "../../includes/me.h"#include "../../intrinsics/atomic.h"#include "../../intrinsics/intrin.h"#include <stdatomic.h>Go to the source code of this file.
Functions | |
| void | MeRaiseIrql (IN IRQL NewIrql, OUT PIRQL OldIrql) |
| void | MeLowerIrql (IN IRQL NewIrql) |
| void | _MeSetIrql (IN IRQL NewIrql) |
| bool | MeDisableInterrupts (void) |
| void | MeEnableInterrupts (IN bool EnabledBefore) |
| bool | MeAreInterruptsEnabled (void) |