Searched refs:cpu_has_avx2 (Results 1 – 4 of 4) sorted by relevance
144 if (avx_usable() && cpu_has_avx2 && boot_cpu_has(X86_FEATURE_BMI1) && in avx2_usable()
542 if (!cpu_has_avx2 || !cpu_has_osxsave) { in init()
566 if (!cpu_has_avx2 || !cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
367 #define cpu_has_avx2 boot_cpu_has(X86_FEATURE_AVX2) macro