Searched refs:PREFETCH_STRIDE (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dprefetch.h32 there is also PREFETCH_STRIDE which is the architecure-preferred
49 #ifndef PREFETCH_STRIDE
50 #define PREFETCH_STRIDE (4*L1_CACHE_BYTES) macro
59 for (cp = addr; cp < end; cp += PREFETCH_STRIDE) prefetch_range()
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h66 #define PREFETCH_STRIDE 128 macro
/linux-4.4.14/arch/avr32/include/asm/
H A Dprocessor.h163 #define PREFETCH_STRIDE L1_CACHE_BYTES macro
/linux-4.4.14/arch/sh/include/asm/
H A Dprocessor_32.h200 #define PREFETCH_STRIDE L1_CACHE_BYTES macro
/linux-4.4.14/arch/tile/include/asm/
H A Dprocessor.h295 #define PREFETCH_STRIDE CHIP_L2_LINE_SIZE() macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dprocessor.h684 #define PREFETCH_STRIDE L1_CACHE_BYTES macro

Completed in 210 milliseconds