prefetchw         821 arch/x86/include/asm/processor.h static inline void prefetchw(const void *x)
prefetchw          42 include/linux/prefetch.h #define prefetchw(x) __builtin_prefetch(x,1)