reactos/ntoskrnl/ke/amd64
Timo Kreuzer 410b1030c0 [NTOS:KE/x64] Implement detection of more KF_* feature flags
- Detect KF_SSSE3, KF_SSE4_1, KF_SSE4_2, KF_RDRAND, KF_BRANCH, KF_SLAT, KF_GENUINE_INTEL, KF_AUTHENTICAMD, KF_ACNT2, KF_SMEP, KF_SMAP, KF_RDWRFSGSBASE, KF_XSAVEOPT, KF_XSAVES, KF_HUGEPAGE, KF_RDTSCP
2023-10-03 19:45:44 +03:00
..
boot.S
context.c
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
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
spinlock.c
stubs.c
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
usercall_asm.S
zeropage.S