Home
last modified time | relevance | path

Searched refs:X86_FEATURE_OSXSAVE (Results 1 – 7 of 7) sorted by relevance

/arch/x86/include/asm/
Dxor_avx.h170 if (boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE)) \
175 (boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE) ? &xor_block_avx : FASTEST)
Dcpufeatures.h141 #define X86_FEATURE_OSXSAVE ( 4*32+27) /* "" XSAVE instruction enabled in the OS */ macro
/arch/x86/include/asm/trace/
Dfpu.h24 if (boot_cpu_has(X86_FEATURE_OSXSAVE)) {
/arch/x86/xen/
Denlighten_pv.c255 (1 << (X86_FEATURE_OSXSAVE % 32)); in xen_check_xsave()
287 setup_clear_cpu_cap(X86_FEATURE_OSXSAVE); in xen_init_capabilities()
/arch/x86/crypto/
Dserpent_avx2_glue.c541 if (!boot_cpu_has(X86_FEATURE_AVX2) || !boot_cpu_has(X86_FEATURE_OSXSAVE)) { in init()
Dcamellia_aesni_avx2_glue.c568 !boot_cpu_has(X86_FEATURE_OSXSAVE)) { in camellia_aesni_init()
Dcamellia_aesni_avx_glue.c559 !boot_cpu_has(X86_FEATURE_OSXSAVE)) { in camellia_aesni_init()