mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
4bc591c6f0
- Implement KiExceptionExit, which works like KiServiceExit2, but takes an exception frame as 2nd parameter - Add a local exception frame to NtRaiseException and NtContinue, which is needed to exit with a full context on x64 and arm - Use KeContextToTrapFrame again instead of KiSetTrapContext, since we have a proper exception frame now. |
||
---|---|---|
.. | ||
boot.S | ||
context.c | ||
cpu.c | ||
ctxswitch.S | ||
except.c | ||
freeze.c | ||
interrupt.c | ||
ipi.c | ||
irql.c | ||
kiinit.c | ||
krnlinit.c | ||
mproc.c | ||
spinlock.c | ||
stubs.c | ||
thrdini.c | ||
trap.S | ||
traphandler.c | ||
usercall.c | ||
usercall_asm.S | ||
zeropage.S |