Home
last modified time | relevance | path

Searched refs:cpu_has_avx (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dxor_avx.h170 if (cpu_has_avx && cpu_has_osxsave) \
175 (cpu_has_avx && cpu_has_osxsave ? &xor_block_avx : FASTEST)
Dcpufeature.h373 #define cpu_has_avx boot_cpu_has(X86_FEATURE_AVX) macro
/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c132 chacha20_use_avx2 = cpu_has_avx && cpu_has_avx2 && in chacha20_simd_mod_init()
Dpoly1305_glue.c186 poly1305_use_avx2 = cpu_has_avx && cpu_has_avx2 && in poly1305_simd_mod_init()
Dsha512_ssse3_glue.c154 if (cpu_has_avx) in avx_usable()
Dsha1_ssse3_glue.c169 if (cpu_has_avx) in avx_usable()
Dsha256_ssse3_glue.c204 if (cpu_has_avx) in avx_usable()
Dcamellia_aesni_avx_glue.c557 if (!cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
Dcamellia_aesni_avx2_glue.c565 if (!cpu_has_avx2 || !cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
Daesni-intel_glue.c1485 if (cpu_has_avx) { in aesni_init()