Searched refs:cpu_has_avx2 (Results 1 – 5 of 5) sorted by relevance
132 chacha20_use_avx2 = cpu_has_avx && cpu_has_avx2 && in chacha20_simd_mod_init()
186 poly1305_use_avx2 = cpu_has_avx && cpu_has_avx2 && in poly1305_simd_mod_init()
541 if (!cpu_has_avx2 || !cpu_has_osxsave) { in init()
565 if (!cpu_has_avx2 || !cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
374 #define cpu_has_avx2 boot_cpu_has(X86_FEATURE_AVX2) macro