Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/alpha/include/asm/
A Dprocessor.h54 #define spin_lock_prefetch(lock) do { } while (0) macro
68 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/linux-6.3-rc2/include/linux/
A Dprefetch.h48 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.3-rc2/arch/mips/include/asm/mach-cavium-octeon/
A Dcpu-feature-overrides.h62 #define spin_lock_prefetch(x) prefetch(x) macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dprocessor_64.h242 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h363 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h413 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dprocessor.h624 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/linux-6.3-rc2/arch/ia64/include/asm/
A Dprocessor.h652 #define spin_lock_prefetch(x) prefetchw(x) macro

Completed in 29 milliseconds