reactos/ntoskrnl/ke
Hermès Bélusca-Maïto 6e9ff14e26
[NTOS:KD64,KE] IRQL is automatically adjusted during calls to KdEnterDebugger() and KdExitDebugger(). (#3942)
Addendum to 608032bd and 835c3023.

The IRQL is actually raised by KeFreezeExecution() and lowered by
KeThawExecution(), always to HIGH_IRQL on MP systems, or if necessary
on UP. These functions are called respectively by KdEnterDebugger()
and KdExitDebugger().
2021-09-12 18:20:32 +02:00
..
amd64 [NTOS:KE] Also rewrite KeZeroPages in assembly for amd64 2021-08-04 17:48:39 +02:00
arm
i386 Check for PAE 2021-08-08 20:37:06 -05:00
apc.c
balmgr.c
bug.c
clock.c
config.c
devqueue.c
dpc.c
eventobj.c
except.c
freeze.c [NTOS:KD64,KE] IRQL is automatically adjusted during calls to KdEnterDebugger() and KdExitDebugger(). (#3942) 2021-09-12 18:20:32 +02:00
gate.c
gmutex.c
ipi.c
krnlinit.c
mutex.c
procobj.c
profobj.c
queue.c
semphobj.c
spinlock.c
thrdobj.c
thrdschd.c
time.c
timerobj.c
wait.c