Home
last modified time | relevance | path

Searched refs:spin_lock_prefetch (Results 1 – 7 of 7) sorted by relevance

/arch/alpha/include/asm/
Dprocessor.h73 #define spin_lock_prefetch(lock) do { } while (0) macro
87 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h58 #define spin_lock_prefetch(x) prefetch(x) macro
/arch/arm/include/asm/
Dprocessor.h125 #define spin_lock_prefetch(x) do { } while (0) macro
/arch/sparc/include/asm/
Dprocessor_64.h231 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/powerpc/include/asm/
Dprocessor.h310 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/x86/include/asm/
Dprocessor.h832 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/arch/ia64/include/asm/
Dprocessor.h763 #define spin_lock_prefetch(x) prefetchw(x) macro