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

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc163 uint64_t lines_per_zone = hotZoneSize / blkSize; local
185 std::vector<AccessMapState> states(3 * lines_per_zone);
186 for (unsigned idx = 0; idx < lines_per_zone; idx += 1) {
189 states[idx + lines_per_zone] = am_entry_curr->states[idx];
190 states[idx + 2 * lines_per_zone] =
195 * am_entry_prev->states => states[ 0 .. lines_per_zone-1]
196 * am_entry_curr->states => states[ lines_per_zone .. 2*lines_per_zone-1]
197 * am_entry_next->states => states[2*lines_per_zone .. 3*lines_per_zone
[all...]

Completed in 4 milliseconds