aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/cpufeature.h')
-rw-r--r--arch/x86/include/asm/cpufeature.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
index 4258aac99a6e..48a93ef5c84b 100644
--- a/arch/x86/include/asm/cpufeature.h
+++ b/arch/x86/include/asm/cpufeature.h
@@ -257,7 +257,9 @@ extern const char * const x86_power_flags[32];
257#define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM) 257#define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
258#define cpu_has_xmm2 boot_cpu_has(X86_FEATURE_XMM2) 258#define cpu_has_xmm2 boot_cpu_has(X86_FEATURE_XMM2)
259#define cpu_has_xmm3 boot_cpu_has(X86_FEATURE_XMM3) 259#define cpu_has_xmm3 boot_cpu_has(X86_FEATURE_XMM3)
260#define cpu_has_ssse3 boot_cpu_has(X86_FEATURE_SSSE3)
260#define cpu_has_aes boot_cpu_has(X86_FEATURE_AES) 261#define cpu_has_aes boot_cpu_has(X86_FEATURE_AES)
262#define cpu_has_avx boot_cpu_has(X86_FEATURE_AVX)
261#define cpu_has_ht boot_cpu_has(X86_FEATURE_HT) 263#define cpu_has_ht boot_cpu_has(X86_FEATURE_HT)
262#define cpu_has_mp boot_cpu_has(X86_FEATURE_MP) 264#define cpu_has_mp boot_cpu_has(X86_FEATURE_MP)
263#define cpu_has_nx boot_cpu_has(X86_FEATURE_NX) 265#define cpu_has_nx boot_cpu_has(X86_FEATURE_NX)
@@ -285,6 +287,7 @@ extern const char * const x86_power_flags[32];
285#define cpu_has_xmm4_2 boot_cpu_has(X86_FEATURE_XMM4_2) 287#define cpu_has_xmm4_2 boot_cpu_has(X86_FEATURE_XMM4_2)
286#define cpu_has_x2apic boot_cpu_has(X86_FEATURE_X2APIC) 288#define cpu_has_x2apic boot_cpu_has(X86_FEATURE_X2APIC)
287#define cpu_has_xsave boot_cpu_has(X86_FEATURE_XSAVE) 289#define cpu_has_xsave boot_cpu_has(X86_FEATURE_XSAVE)
290#define cpu_has_osxsave boot_cpu_has(X86_FEATURE_OSXSAVE)
288#define cpu_has_hypervisor boot_cpu_has(X86_FEATURE_HYPERVISOR) 291#define cpu_has_hypervisor boot_cpu_has(X86_FEATURE_HYPERVISOR)
289#define cpu_has_pclmulqdq boot_cpu_has(X86_FEATURE_PCLMULQDQ) 292#define cpu_has_pclmulqdq boot_cpu_has(X86_FEATURE_PCLMULQDQ)
290#define cpu_has_perfctr_core boot_cpu_has(X86_FEATURE_PERFCTR_CORE) 293#define cpu_has_perfctr_core boot_cpu_has(X86_FEATURE_PERFCTR_CORE)