Searched refs:cpu_has_avx (Results 1 – 10 of 10) sorted by relevance
170 if (cpu_has_avx && cpu_has_osxsave) \175 (cpu_has_avx && cpu_has_osxsave ? &xor_block_avx : FASTEST)
373 #define cpu_has_avx boot_cpu_has(X86_FEATURE_AVX) macro
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()
154 if (cpu_has_avx) in avx_usable()
169 if (cpu_has_avx) in avx_usable()
204 if (cpu_has_avx) in avx_usable()
557 if (!cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
565 if (!cpu_has_avx2 || !cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
1485 if (cpu_has_avx) { in aesni_init()