Home
last modified time | relevance | path

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

/linux-4.4.14/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
/linux-4.4.14/include/linux/
Dprefetch.h46 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h65 #define spin_lock_prefetch(x) prefetch(x) macro
/linux-4.4.14/arch/sparc/include/asm/
Dprocessor_64.h253 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-4.4.14/arch/arm64/include/asm/
Dprocessor.h180 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h440 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-4.4.14/arch/ia64/include/asm/
Dprocessor.h698 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h691 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function