Home
last modified time | relevance | path

Searched defs:prefetchw (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/arch/parisc/include/asm/
A Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/linux-6.3-rc2/include/linux/
A Dprefetch.h44 #define prefetchw(x) __builtin_prefetch(x,1) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dprocessor.h62 extern inline void prefetchw(const void *ptr) in prefetchw() function
/linux-6.3-rc2/arch/arm/include/asm/
A Dprocessor.h119 static inline void prefetchw(const void *ptr) in prefetchw() function
/linux-6.3-rc2/arch/sparc/include/asm/
A Dprocessor_64.h231 static inline void prefetchw(const void *x) in prefetchw() function
/linux-6.3-rc2/arch/sh/include/asm/
A Dprocessor_32.h197 static inline void prefetchw(const void *x) in prefetchw() function
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dprocessor.h213 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dprocessor.h385 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h357 static inline void prefetchw(const void *ptr) in prefetchw() function
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h405 static inline void prefetchw(const void *x) in prefetchw() function
/linux-6.3-rc2/arch/x86/include/asm/
A Dprocessor.h617 static __always_inline void prefetchw(const void *x) in prefetchw() function
/linux-6.3-rc2/arch/ia64/include/asm/
A Dprocessor.h647 prefetchw (const void *x) in prefetchw() function

Completed in 22 milliseconds