diff options
| -rw-r--r-- | tools/arch/x86/include/asm/cpufeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/arch/x86/include/asm/cpufeatures.h b/tools/arch/x86/include/asm/cpufeatures.h index 89a048c2faec..28c4a502b419 100644 --- a/tools/arch/x86/include/asm/cpufeatures.h +++ b/tools/arch/x86/include/asm/cpufeatures.h | |||
| @@ -331,6 +331,8 @@ | |||
| 331 | #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ | 331 | #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ |
| 332 | #define X86_FEATURE_RDPID (16*32+22) /* RDPID instruction */ | 332 | #define X86_FEATURE_RDPID (16*32+22) /* RDPID instruction */ |
| 333 | #define X86_FEATURE_CLDEMOTE (16*32+25) /* CLDEMOTE instruction */ | 333 | #define X86_FEATURE_CLDEMOTE (16*32+25) /* CLDEMOTE instruction */ |
| 334 | #define X86_FEATURE_MOVDIRI (16*32+27) /* MOVDIRI instruction */ | ||
| 335 | #define X86_FEATURE_MOVDIR64B (16*32+28) /* MOVDIR64B instruction */ | ||
| 334 | 336 | ||
| 335 | /* AMD-defined CPU features, CPUID level 0x80000007 (EBX), word 17 */ | 337 | /* AMD-defined CPU features, CPUID level 0x80000007 (EBX), word 17 */ |
| 336 | #define X86_FEATURE_OVERFLOW_RECOV (17*32+ 0) /* MCA overflow recovery support */ | 338 | #define X86_FEATURE_OVERFLOW_RECOV (17*32+ 0) /* MCA overflow recovery support */ |
