prefetchw 68 arch/alpha/include/asm/processor.h extern inline void prefetchw(const void *ptr) prefetchw 130 arch/arm/include/asm/processor.h static inline void prefetchw(const void *ptr) prefetchw 270 arch/arm64/include/asm/processor.h static inline void prefetchw(const void *ptr) prefetchw 668 arch/ia64/include/asm/processor.h prefetchw (const void *x) prefetchw 423 arch/mips/include/asm/processor.h #define prefetchw(x) __builtin_prefetch((x), 1, 1) prefetchw 36 arch/parisc/include/asm/prefetch.h static inline void prefetchw(const void *addr) prefetchw 385 arch/powerpc/include/asm/processor.h static inline void prefetchw(const void *x) prefetchw 200 arch/sh/include/asm/processor_32.h static inline void prefetchw(const void *x) prefetchw 238 arch/sparc/include/asm/processor_64.h static inline void prefetchw(const void *x) prefetchw 805 arch/x86/include/asm/processor.h static inline void prefetchw(const void *x) prefetchw 43 include/linux/prefetch.h #define prefetchw(x) __builtin_prefetch(x,1)