reactos/ntoskrnl/ke/amd64
Timo Kreuzer 29721ac552 [NTOS:KE/x64] Fix unwinding in KiUserApcDispatcher
This adds a MACHINE_FRAME to the user mode APC dispatcher stack frame.
2024-12-16 16:19:32 +02:00
..
boot.S
context.c [NTOS:KE/x64] Fix handling of non-volatiles in trap vs exception frame 2024-04-14 16:09:20 +02:00
cpu.c [NTOS:KE/x64] Implement KiSaveProcessorState / KiRestoreProcessorState 2024-04-23 15:50:06 +02:00
ctxswitch.S
except.c [NTOS:Ke/x64] Improve KiDispatchExceptionToUser 2024-04-04 18:41:39 +02:00
freeze.c [NTOS:KE/x64] Implement Kd processor switching 2024-04-23 15:50:06 +02:00
interrupt.c
ipi.c
irql.c
kiinit.c [NTOS:KE/x64] On syscalls clear nested task flag 2024-04-27 15:12:40 +02:00
krnlinit.c
mproc.c
spinlock.c
stubs.c
thrdini.c
trap.S [NTOS:KE/x64] Fix exception information on page faults 2024-09-12 17:07:59 +03:00
traphandler.c [NTOS:KE/x64] Fix handling of PCR::UserRsp 2024-12-16 16:18:45 +02:00
usercall.c [NTOS:KE/x64] Fix unwinding in KiUserApcDispatcher 2024-12-16 16:19:32 +02:00
usercall_asm.S [NTOS:KE/x64] Implement KiUserCallbackExit 2024-04-07 09:13:58 +02:00
zeropage.S