reactos/sdk/include/asm
Timo Kreuzer f1ed97d6cc [NTOS:KE/x64] Implement KiSetTrapContext
KiSetTrapContext is an asm wrapper around RtlSetUnwindContext, which first stores an exception frame to assure that all non-volatile registers were put on the stack, then calls RtlSetUnwindContext to update their first saving positions on the stack and finally restore the exception frame to potentially load any updated registers, that haven't been saved elsewhere on the stack.
2021-06-02 18:25:36 +02:00
..
asm.inc [RTL/x64] Implement RtlRestoreContext 2021-05-29 21:20:48 +02:00
CMakeLists.txt
genincdata.c
ks386.template.h [SDK:INCLUDE] Define KTRAP_FRAME_CS 2021-03-02 14:36:46 +01:00
ksamd64.template.h [NTOS:KE/x64] Implement KiSetTrapContext 2021-06-02 18:25:36 +02:00
ksarm.template.h
ksx.template.h [SDK] Remove duplicate definition 2021-05-24 17:34:49 +02:00
kxamd64.inc [ASM x64] Fix usage of macro .allocstack 2021-01-28 20:31:16 +01:00
kxarm.h
macamd64.inc [ASM x64] Change ; by /* */ for comments 2021-01-07 21:12:11 +01:00
syscalls.inc
trapamd64.inc [NTOS:KE] Add IRQL checks and fix KiInitiateUserApc 2021-05-28 11:52:42 +02:00