Home
last modified time | relevance | path

Searched refs:cpu_has_osxsave (Results 1 – 5 of 5) 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.h400 #define cpu_has_osxsave boot_cpu_has(X86_FEATURE_OSXSAVE) macro
/linux-4.4.14/arch/x86/crypto/
Dserpent_avx2_glue.c541 if (!cpu_has_avx2 || !cpu_has_osxsave) { in init()
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()