Home
last modified time | relevance | path

Searched refs:cpu_has_osxsave (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/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.h393 #define cpu_has_osxsave boot_cpu_has(X86_FEATURE_OSXSAVE) macro
/linux-4.1.27/arch/x86/crypto/
Dsha1_ssse3_glue.c128 if (!cpu_has_avx || !cpu_has_osxsave) in avx_usable()
Dsha256_ssse3_glue.c137 if (!cpu_has_avx || !cpu_has_osxsave) in avx_usable()
Dsha512_ssse3_glue.c136 if (!cpu_has_avx || !cpu_has_osxsave) in avx_usable()
Dcast5_avx_glue.c473 if (!cpu_has_avx || !cpu_has_osxsave) { in cast5_init()
Dtwofish_avx_glue.c563 if (!cpu_has_avx || !cpu_has_osxsave) { in twofish_init()
Dserpent_avx2_glue.c542 if (!cpu_has_avx2 || !cpu_has_osxsave) { in init()
Dcast6_avx_glue.c595 if (!cpu_has_avx || !cpu_has_osxsave) { in cast6_init()
Dcamellia_aesni_avx2_glue.c566 if (!cpu_has_avx2 || !cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()
Dserpent_avx_glue.c601 if (!cpu_has_avx || !cpu_has_osxsave) { in serpent_init()
Dcamellia_aesni_avx_glue.c558 if (!cpu_has_avx || !cpu_has_aes || !cpu_has_osxsave) { in camellia_aesni_init()