Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dprocessor.h60 #define spin_lock_prefetch(lock) do { } while (0) macro
74 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h63 #define spin_lock_prefetch(x) prefetch(x) macro
/arch/sparc/include/asm/
Dprocessor_64.h249 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/powerpc/include/asm/
Dprocessor.h379 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/arm64/include/asm/
Dprocessor.h362 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/arch/ia64/include/asm/
Dprocessor.h663 #define spin_lock_prefetch(x) prefetchw(x) macro
/arch/x86/include/asm/
Dprocessor.h748 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function