reactos/ntoskrnl/ke/amd64
Timo Kreuzer a016ccd117 [NTOS:KE:X64][ASM:X64] Fix delivery of APCs
- Deliver pending APCs on trap exit
- Pass the trapframe of KiApcInterrupt to KiDeliverApcs, not NULL.
- Fix parameter passing from KiSwapContext to KiSwapContextInternal and KiSwapContextResume, so that the ApcBypass parameter is not uninitialized
- Fix return value of KiSwapContextResume to correctly indicate whether we want to have APCs directly delivered or not (when there are non, or when delivery is suppressed)
2020-10-31 14:23:16 +01:00
..
boot.S
context.c [NTOS:KE:X64] Fix bugs in KeContextToTrapFrame and KeTrapFrameToContext 2020-10-31 14:23:16 +01:00
cpu.c Amd64/misc 64bit fixes (#236) 2018-01-01 12:07:50 +01:00
ctxswitch.S [NTOS:KE:X64][ASM:X64] Fix delivery of APCs 2020-10-31 14:23:16 +01:00
except.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
interrupt.c
irql.c
kiinit.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
krnlinit.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
spinlock.c
stubs.c [NTOS:KE:X64][NTDLL:X64] Implement x64 version of user callback code 2020-10-31 14:23:16 +01:00
thrdini.c [NTOS:KE:X64][ASM:X64] Fix delivery of APCs 2020-10-31 14:23:16 +01:00
trap.S [NTOS:KE:X64][ASM:X64] Fix delivery of APCs 2020-10-31 14:23:16 +01:00
usercall.c [NTOS:KE:X64][NTDLL:X64] Implement x64 version of user callback code 2020-10-31 14:23:16 +01:00
usercall_asm.S [NTOS:KE:X64][NTDLL:X64] Implement x64 version of user callback code 2020-10-31 14:23:16 +01:00