Home
last modified time | relevance | path

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

/Linux-v5.4/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
/Linux-v5.4/include/linux/
Dprefetch.h47 #define spin_lock_prefetch(x) prefetchw(x) macro
/Linux-v5.4/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h63 #define spin_lock_prefetch(x) prefetch(x) macro
/Linux-v5.4/arch/sparc/include/asm/
Dprocessor_64.h249 #define spin_lock_prefetch(x) prefetchw(x) macro
/Linux-v5.4/arch/arm64/include/asm/
Dprocessor.h276 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/Linux-v5.4/arch/powerpc/include/asm/
Dprocessor.h393 #define spin_lock_prefetch(x) prefetchw(x) macro
/Linux-v5.4/arch/ia64/include/asm/
Dprocessor.h673 #define spin_lock_prefetch(x) prefetchw(x) macro
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h812 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function