Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dprefetch.h48 #define spin_lock_prefetch(x) prefetchw(x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h63 #define spin_lock_prefetch(x) prefetch(x) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dprocessor_64.h249 #define spin_lock_prefetch(x) prefetchw(x) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dprocessor.h294 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprocessor.h397 #define spin_lock_prefetch(x) prefetchw(x) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dprocessor.h663 #define spin_lock_prefetch(x) prefetchw(x) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h754 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function