Home
last modified time | relevance | path

Searched refs:X86_FEATURE_AVX (Results 1 – 11 of 11) 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.h138 #define X86_FEATURE_AVX ( 4*32+28) /* Advanced Vector Extensions */ macro
/arch/x86/crypto/
Dchacha20_glue.c132 chacha20_use_avx2 = boot_cpu_has(X86_FEATURE_AVX) && in chacha20_simd_mod_init()
Dpoly1305_glue.c185 poly1305_use_avx2 = boot_cpu_has(X86_FEATURE_AVX) && in poly1305_simd_mod_init()
Dsha512_ssse3_glue.c154 if (boot_cpu_has(X86_FEATURE_AVX)) in avx_usable()
Dsha1_ssse3_glue.c169 if (boot_cpu_has(X86_FEATURE_AVX)) in avx_usable()
Dsha256_ssse3_glue.c204 if (boot_cpu_has(X86_FEATURE_AVX)) in avx_usable()
Dcamellia_aesni_avx_glue.c557 if (!boot_cpu_has(X86_FEATURE_AVX) || in camellia_aesni_init()
Dcamellia_aesni_avx2_glue.c565 if (!boot_cpu_has(X86_FEATURE_AVX) || in camellia_aesni_init()
Daesni-intel_glue.c1419 if (boot_cpu_has(X86_FEATURE_AVX)) { in aesni_init()
1432 if (boot_cpu_has(X86_FEATURE_AVX)) { in aesni_init()
/arch/x86/kernel/fpu/
Dxstate.c65 setup_clear_cpu_cap(X86_FEATURE_AVX); in fpu__xstate_clear_all_cpu_caps()