Home
last modified time | relevance | path

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

/include/linux/
Dprefetch.h51 #ifndef PREFETCH_STRIDE
52 #define PREFETCH_STRIDE (4*L1_CACHE_BYTES) macro
61 for (cp = addr; cp < end; cp += PREFETCH_STRIDE) in prefetch_range()