reactos/ntoskrnl/ke/amd64
Timo Kreuzer 2ce5d43a33 [NTOS/x64] Gracefully handle invalid Vector in KeConnectInterrupt
Fail instead of asserting. This is needed because a kmtest triggers it.
2024-03-02 07:30:06 +01:00
..
boot.S
context.c
cpu.c
ctxswitch.S
except.c
interrupt.c [NTOS/x64] Gracefully handle invalid Vector in KeConnectInterrupt 2024-03-02 07:30:06 +01:00
ipi.c [NTOS:KE/x64] Implement initial IPI code 2023-12-18 23:16:39 +02:00
irql.c
kiinit.c [NTOS:KE/x64] Factor out KiIntializeProcessorBootStructures 2023-12-08 20:16:51 +02:00
krnlinit.c [NTOS:KE] Fix initialization of node block for application processors 2024-01-18 22:41:46 +01:00
mproc.c
spinlock.c
stubs.c [NTOS:KE] Set IRQL to SYNCH_LEVEL when exiting from idle after the thread is ready for execution (#6386) 2024-01-20 15:55:20 +01:00
thrdini.c
trap.S
traphandler.c [NTOS:KE/x64] Add back a stubs.c file 2023-12-08 19:38:59 +02:00
usercall.c
usercall_asm.S
zeropage.S