Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/crypto/
Dsha1_ssse3_glue.c192 if (!cpu_has_avx || !cpu_has_osxsave) in avx_usable()
/linux-3.4.99/arch/x86/include/asm/
Dcpufeature.h272 #define cpu_has_avx boot_cpu_has(X86_FEATURE_AVX) macro