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

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc168 AccessMapEntry *am_entry_prev = (am_addr > 0) ? local
172 assert(am_entry_curr != am_entry_prev);
174 assert(am_entry_prev != am_entry_next);
188 am_entry_prev != nullptr ? am_entry_prev->states[idx] : AM_INVALID;
195 * am_entry_prev->states => states[ 0 .. lines_per_zone-1]
211 // the previous zone (am_entry_prev), adjust the address
215 setEntryState(*am_entry_prev, blk, AM_PREFETCH);

Completed in 5 milliseconds