__builtin_prefetch   65 arch/alpha/include/asm/processor.h 	__builtin_prefetch(ptr, 0, 3);
__builtin_prefetch   70 arch/alpha/include/asm/processor.h 	__builtin_prefetch(ptr, 1, 3);
__builtin_prefetch   76 arch/alpha/include/asm/processor.h 	__builtin_prefetch(ptr, 1, 3);
__builtin_prefetch  420 arch/mips/include/asm/processor.h #define prefetch(x) __builtin_prefetch((x), 0, 1)
__builtin_prefetch  423 arch/mips/include/asm/processor.h #define prefetchw(x) __builtin_prefetch((x), 1, 1)
__builtin_prefetch  197 arch/sh/include/asm/processor_32.h 	__builtin_prefetch(x, 0, 3);
__builtin_prefetch  202 arch/sh/include/asm/processor_32.h 	__builtin_prefetch(x, 1, 3);
__builtin_prefetch   39 include/linux/prefetch.h #define prefetch(x) __builtin_prefetch(x)
__builtin_prefetch   43 include/linux/prefetch.h #define prefetchw(x) __builtin_prefetch(x,1)
__builtin_prefetch   40 lib/zstd/decompress.c #define ZSTD_PREFETCH(ptr) __builtin_prefetch(ptr, 0, 0)