Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/lib/
Dusercopy_32.c812 if (n > 64 && cpu_has_xmm2) in __copy_from_user_ll_nocache()
827 if (n > 64 && cpu_has_xmm2) in __copy_from_user_ll_nocache_nozero()
/linux-2.6.39/arch/x86/include/asm/
Dcpufeature.h251 #define cpu_has_xmm2 boot_cpu_has(X86_FEATURE_XMM2) macro
/linux-2.6.39/arch/x86/kernel/cpu/
Dintel.c373 if (cpu_has_xmm2) in init_intel()
Damd.c581 if (cpu_has_xmm2) { in init_amd()