Searched refs:max_stride (Results 1 - 3 of 3) sorted by relevance

/gem5/configs/dram/
H A Dsweep.py162 max_stride = min(512, page_size) variable
189 for stride_size in range(burst_size, max_stride + 1, burst_size):
203 (burst_size, nbr_banks, max_stride))
H A Dlow_power_sweep.py182 max_stride = min(512, page_size) variable
184 stride_values = [burst_size, mid_stride, max_stride]
249 (burst_size, nbr_banks, max_stride, itt_min))
/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc203 int max_stride = limitStride == 0 ? lines_per_zone / 2 : limitStride + 1; local
204 for (int stride = 1; stride < max_stride; stride += 1) {

Completed in 4 milliseconds