Searched refs:limitStride (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.hh54 /** Limit the stride checking to -limitStride/+limitStride */
55 const unsigned limitStride; member in class:AccessMapPatternMatching
H A Daccess_map_pattern_matching.cc40 : ClockedObject(p), blkSize(p->block_size), limitStride(p->limit_stride),
203 int max_stride = limitStride == 0 ? lines_per_zone / 2 : limitStride + 1;

Completed in 5 milliseconds