Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/arch/alpha/include/asm/
Dprocessor.h68 extern inline void prefetchw(const void *ptr) in prefetchw() function
/arch/arm/include/asm/
Dprocessor.h121 static inline void prefetchw(const void *ptr) in prefetchw() function
/arch/sparc/include/asm/
Dprocessor_64.h238 static inline void prefetchw(const void *x) in prefetchw() function
/arch/sh/include/asm/
Dprocessor_32.h200 static inline void prefetchw(const void *x) in prefetchw() function
/arch/arm64/include/asm/
Dprocessor.h288 static inline void prefetchw(const void *ptr) in prefetchw() function
/arch/mips/include/asm/
Dprocessor.h410 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/arch/powerpc/include/asm/
Dprocessor.h389 static inline void prefetchw(const void *x) in prefetchw() function
/arch/ia64/include/asm/
Dprocessor.h658 prefetchw (const void *x) in prefetchw() function
/arch/x86/include/asm/
Dprocessor.h748 static __always_inline void prefetchw(const void *x) in prefetchw() function