Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dprefetch.h35 static inline void prefetchw(const void *addr) in prefetchw() function
/arch/alpha/include/asm/
Dprocessor.h75 extern inline void prefetchw(const void *ptr) in prefetchw() function
/arch/arm/include/asm/
Dprocessor.h110 #define prefetchw(ptr) prefetch(ptr) macro
/arch/sparc/include/asm/
Dprocessor_64.h241 static inline void prefetchw(const void *x) in prefetchw() function
/arch/mn10300/include/asm/
Dprocessor.h165 static inline void prefetchw(const void *x) in prefetchw() function
/arch/arm64/include/asm/
Dprocessor.h147 static inline void prefetchw(const void *ptr) in prefetchw() function
/arch/sh/include/asm/
Dprocessor_32.h199 static inline void prefetchw(const void *x) in prefetchw() function
/arch/mips/include/asm/
Dprocessor.h395 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/arch/powerpc/include/asm/
Dprocessor.h397 static inline void prefetchw(const void *x) in prefetchw() function
/arch/ia64/include/asm/
Dprocessor.h692 prefetchw (const void *x) in prefetchw() function
/arch/x86/include/asm/
Dprocessor.h811 static inline void prefetchw(const void *x) in prefetchw() function