Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dprocessor.h67 #define spin_lock_prefetch(lock) do { } while (0) macro
81 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h66 #define spin_lock_prefetch(x) prefetch(x) macro
/arch/arm/include/asm/
Dprocessor.h113 #define spin_lock_prefetch(x) do { } while (0) macro
/arch/arm64/include/asm/
Dprocessor.h153 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/arch/sparc/include/asm/
Dprocessor_64.h252 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/powerpc/include/asm/
Dprocessor.h405 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/ia64/include/asm/
Dprocessor.h697 #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