reactos/ntoskrnl/include/internal/i386
Timo Kreuzer 4bc591c6f0 [NTOS:KE] Fix NtRaiseException and NtContinue on x64
- 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.
2024-05-01 11:30:29 +02:00
..
asmmacro.S
callconv.s [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
intrin_i.h [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
ke.h [NTOS:KE] Fix NtRaiseException and NtContinue on x64 2024-05-01 11:30:29 +02:00
mm.h [NTOS:MM] MI_IS_*(): Improve documentation 2021-11-04 23:20:21 +03:00
trap_x.h