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

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc167 AccessMapEntry *am_entry_curr = getAccessMapEntry(am_addr, is_secure); local
172 assert(am_entry_curr != am_entry_prev);
173 assert(am_entry_curr != am_entry_next);
175 assert(am_entry_curr != nullptr);
178 setEntryState(*am_entry_curr, current_block, AM_ACCESS);
189 states[idx + lines_per_zone] = am_entry_curr->states[idx];
196 * am_entry_curr->states => states[ lines_per_zone .. 2*lines_per_zone-1]
218 // am_entry_curr
221 setEntryState(*am_entry_curr, blk, AM_PREFETCH);
242 // am_entry_curr
[all...]

Completed in 4 milliseconds