Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dprocessor.h69 #define spin_lock_prefetch(lock) do { } while (0) macro
83 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h65 #define spin_lock_prefetch(x) prefetch(x) macro
/arch/sparc/include/asm/
Dprocessor_64.h247 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/arm64/include/asm/
Dprocessor.h232 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/arch/powerpc/include/asm/
Dprocessor.h475 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/ia64/include/asm/
Dprocessor.h679 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/x86/include/asm/
Dprocessor.h819 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function