Home
last modified time | relevance | path

Searched refs:movsl_mask (Results 1 – 3 of 3) sorted by relevance

/arch/x86/lib/
Dusercopy_32.c18 struct movsl_mask movsl_mask __read_mostly;
24 if (n >= 64 && ((a1 ^ a2) & movsl_mask.mask)) in __movsl_is_ok()
/arch/x86/include/asm/
Duaccess.h553 extern struct movsl_mask { struct
555 } ____cacheline_aligned_in_smp movsl_mask; argument
/arch/x86/kernel/cpu/
Dintel.c553 movsl_mask.mask = 7; in intel_workarounds()
556 movsl_mask.mask = 7; in intel_workarounds()