prefetch          808 arch/x86/include/asm/processor.h static inline void prefetch(const void *x)
prefetch           38 include/linux/prefetch.h #define prefetch(x) __builtin_prefetch(x)