mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
[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
This commit is contained in:
parent
1a7ab2fe68
commit
410b1030c0
4 changed files with 156 additions and 22 deletions
|
@ -249,7 +249,7 @@ typedef enum
|
|||
#define MSR_GS_SWAP 0xC0000102
|
||||
#define MSR_MCG_STATUS 0x017A
|
||||
#define MSR_AMD_ACCESS 0x9C5A203A
|
||||
#define MSR_IA32_MISC_ENABLE 0x01A0
|
||||
#define MSR_IA32_MISC_ENABLE 0x000001A0
|
||||
#define MSR_LAST_BRANCH_FROM 0x01DB
|
||||
#define MSR_LAST_BRANCH_TO 0x01DC
|
||||
#define MSR_LAST_EXCEPTION_FROM 0x01DD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue