Home
last modified time | relevance | path

Searched refs:cpu_has_avx2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Dsha1_ssse3_glue.c144 if (avx_usable() && cpu_has_avx2 && boot_cpu_has(X86_FEATURE_BMI1) && in avx2_usable()
Dserpent_avx2_glue.c542 if (!cpu_has_avx2 || !cpu_has_osxsave) { in init()
Dcamellia_aesni_avx2_glue.c566 if (!cpu_has_avx2 || !cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h367 #define cpu_has_avx2 boot_cpu_has(X86_FEATURE_AVX2) macro