reactos/ntoskrnl/ke/amd64
Justin Miller 516ccad340
[NTOS:KE][HALX86] Implement AP startup code (#5879)
Co-authored-by: Victor Perevertkin <victor.perevertkin@reactos.org>

Introduce the initial changes needed to get other processors up and into kernel mode. 
This only supports x86 as of now but is the first real step towards using other system processors.
2023-11-19 15:51:33 -08:00
..
boot.S
context.c [NTOS][RTL] Initialize MxCsr where missing 2022-08-22 11:22:08 +02:00
cpu.c [NTOS:KE/x64] Implement detection of more KF_* feature flags 2023-10-03 19:45:44 +03:00
ctxswitch.S [NTOS] Fix unwinding through KiThreadStartup 2022-11-24 21:17:58 +02:00
except.c [NTOS] Fix a bug in KiPrepareUserDebugData 2022-11-24 21:17:58 +02:00
interrupt.c [NTOS:KE/x64] Implement KeDisconnectInterrupt() for amd64 (#4883) 2022-11-22 23:52:18 +03:00
irql.c
kiinit.c [NTOS:KE/x64] Improve CPU feature detection 2023-10-03 19:45:44 +03:00
krnlinit.c [NTOS:KE/x64] Calculate the CPU frequency on AMD64 2023-07-15 20:50:12 +03:00
mproc.c [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
spinlock.c [NTOS] Fix build with CONFIG_SMP 2021-06-19 12:17:18 +02:00
stubs.c [NTOS:KE] Restore interrupts in KiSwitchKernelStack 2022-08-04 16:15:24 +02:00
thrdini.c [NTOSKRNL/x64] Fix bug in KiInitializeContextThread 2023-09-07 01:16:14 +03:00
trap.S [NTOSKRNL/x64] Fix a bug in KeSwitchKernelStack 2023-09-17 10:37:50 +03:00
usercall.c [NTOS:KE] Fix stack alignment issues 2021-05-28 11:52:42 +02:00
usercall_asm.S [ASM x64] Change ; by /* */ for comments 2021-01-07 21:12:11 +01:00
zeropage.S [NTOS:KE] Also rewrite KeZeroPages in assembly for amd64 2021-08-04 17:48:39 +02:00