reactos/ntoskrnl/ke/amd64
Timo Kreuzer 71fefa32db
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)
* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally
* Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it
* Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC)
* Place INIT_FUNCTION before the return type (required by MSVC)
* Make sure declarations and implementations share the same modifiers (required by MSVC)
* Add a global linker option to suppress warnings about defined but unused INIT section
* Merge INIT section into .text in freeldr
2018-12-30 12:19:11 +01:00
..
boot.S
context.c Amd64/misc 64bit fixes (#236) 2018-01-01 12:07:50 +01:00
cpu.c Amd64/misc 64bit fixes (#236) 2018-01-01 12:07:50 +01:00
ctxswitch.S
except.c
interrupt.c
irql.c
kiinit.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
krnlinit.c [NTOS:KE] Move RtlpUse16ByteSLists initialization into KiInitializeKernel 2017-12-20 06:56:09 +01:00
spinlock.c
stubs.c [NDK] Fix the type of KPROCESS::ActiveProcessors 2018-07-01 14:45:21 +02:00
thrdini.c
trap.S [NTOS:MM] Pass page fault code to MmAccessFault 2018-01-06 18:20:24 +01:00