Home
last modified time | relevance | path

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

/arch/x86/lib/
Dusercopy_32.c615 if (n > 64 && cpu_has_xmm2) in __copy_from_user_ll_nocache()
632 if (n > 64 && cpu_has_xmm2) in __copy_from_user_ll_nocache_nozero()
/arch/x86/include/asm/
Dcpufeature.h345 #define cpu_has_xmm2 boot_cpu_has(X86_FEATURE_XMM2) macro
/arch/x86/kernel/cpu/
Dintel.c415 if (cpu_has_xmm2) in init_intel()
Damd.c711 if (cpu_has_xmm2) { in init_amd()
/arch/x86/crypto/
Dserpent_sse2_glue.c603 if (!cpu_has_xmm2) { in serpent_sse2_init()