reactos/sdk/include/asm
Timo Kreuzer 15fbcc19b9 [NTOS:KE/x64] Fix KiConvertToGuiThread
- Do not allocate a new stack, if the thread already has a large one. This prevents the function from freeing a large stack as a normal stack and subsequently leaking system PTEs.
- Fix the check for failure of PsConvertToGuiThread (test eax, not rax, for being negative, because by default rax is zero extended from eax, not sign extended). This fixes an infinite loop on failure.
2023-05-16 22:03:13 +03:00
..
asm.inc [ASM x64] Fix UNIMPLEMENTED macro for MSVC 2022-05-25 23:16:04 +02:00
CMakeLists.txt [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
genincdata.c [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
ks386.template.h [SDK:INCLUDE] Define KTRAP_FRAME_CS 2021-03-02 14:36:46 +01:00
ksamd64.template.h [NTOS:KE/x64] Fix KiConvertToGuiThread 2023-05-16 22:03:13 +03:00
ksarm.template.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ksarm64.template.h [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
ksx.template.h [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
kxamd64.inc [ASM x64] Fix usage of macro .allocstack 2021-01-28 20:31:16 +01:00
kxarm.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
macamd64.inc [ASM x64] Change ; by /* */ for comments 2021-01-07 21:12:11 +01:00
syscalls.inc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
trapamd64.inc [NTOS] Add MxCsr handling to trap handlers 2022-08-22 11:22:08 +02:00