reactos/ntoskrnl/ke/amd64
Timo Kreuzer 786017c5b6 [NTOS] Don't assert, when dispatching an exception to user mode fails
Instead continue with second chance handling.
2022-08-04 16:15:24 +02:00
..
boot.S
context.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
cpu.c [NTOS:KE] Fix CPU extended family and model detection 2022-05-09 21:50:24 +03:00
ctxswitch.S [NTOS:KE] Fix usage of KTHREAD::SwapBusy 2021-06-19 12:17:18 +02:00
except.c [NTOS] Don't assert, when dispatching an exception to user mode fails 2022-08-04 16:15:24 +02:00
interrupt.c
irql.c
kiinit.c [NDK][HAL][NTOS] Add missing PRCB_MINOR_VERSION / PRCB_MAJOR_VERSION and use them. 2022-05-07 18:14:38 +02:00
krnlinit.c
spinlock.c [NTOS] Fix build with CONFIG_SMP 2021-06-19 12:17:18 +02:00
stubs.c [NTOS:KE] Restore interrupts in KiSwitchKernelStack 2022-08-04 16:15:24 +02:00
thrdini.c [NTOS:KE] Fix usage of KTHREAD::SwapBusy 2021-06-19 12:17:18 +02:00
trap.S [NTOS] Treat page faults with interrupts disabled as access violation 2022-08-04 16:15:24 +02:00
usercall.c
usercall_asm.S
zeropage.S [NTOS:KE] Also rewrite KeZeroPages in assembly for amd64 2021-08-04 17:48:39 +02:00