Go to the source code of this file.
◆ CPUID_1_EDX_SSE
| #define CPUID_1_EDX_SSE (1UL << 25) |
◆ CPUID_1_EDX_SSE2
| #define CPUID_1_EDX_SSE2 (1UL << 26) |
◆ CPUID_7_EBX_SMAP
| #define CPUID_7_EBX_SMAP (1UL << 20) |
◆ CPUID_7_EBX_SMEP
| #define CPUID_7_EBX_SMEP (1UL << 7) |
◆ CR0_CD
| #define CR0_CD (1UL << 30) |
◆ CR0_EM
| #define CR0_EM (1UL << 2) |
◆ CR0_MP
| #define CR0_MP (1UL << 1) |
◆ CR0_WP
| #define CR0_WP (1UL << 16) |
◆ CR4_FSGSBASE
| #define CR4_FSGSBASE (1UL << 16) |
◆ CR4_OSFXSR
| #define CR4_OSFXSR (1UL << 9) |
◆ CR4_OSXMMEXCPT
| #define CR4_OSXMMEXCPT (1UL << 10) |
◆ CR4_SMAP
| #define CR4_SMAP (1UL << 21) |
◆ CR4_SMEP
| #define CR4_SMEP (1UL << 20) |
◆ CR4_UMIP
| #define CR4_UMIP (1UL << 11) |
◆ MeInitializeProcessor()
| void MeInitializeProcessor |
( |
IN PPROCESSOR | CPU, |
|
|
IN bool | InitializeStandardRoutine, |
|
|
IN bool | AreYouAP ) |
◆ IDT
Definition at line 9 of file idt.c.
◆ PIDT
Definition at line 10 of file idt.c.