Home
last modified time | relevance | path

Searched refs:cpu_has_xmm2 (Results 1 – 5 of 5) sorted by relevance

/arch/x86/lib/
Dusercopy_32.c725 if (n > 64 && cpu_has_xmm2) in __copy_from_user_ll_nocache()
740 if (n > 64 && cpu_has_xmm2) in __copy_from_user_ll_nocache_nozero()
/arch/x86/include/asm/
Dcpufeature.h268 #define cpu_has_xmm2 boot_cpu_has(X86_FEATURE_XMM2) macro
/arch/x86/kernel/cpu/
Dintel.c384 if (cpu_has_xmm2) in init_intel()
Damd.c651 if (cpu_has_xmm2) { in init_amd()
/arch/x86/crypto/
Dserpent_sse2_glue.c926 if (!cpu_has_xmm2) { in serpent_sse2_init()