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

/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.cc174 IndirectPatternDetectorEntry *ipd_entry = ipd.findEntry(ipd_entry_addr, local
176 if (ipd_entry != nullptr) {
177 ipd.accessEntry(ipd_entry);
178 if (!ipd_entry->secondIndexSet) {
180 ipd_entry->idx2 = index;
181 ipd_entry->secondIndexSet = true;
182 ipdEntryTrackingMisses = ipd_entry;
186 ipd_entry->reset();
190 ipd_entry = ipd.findVictim(ipd_entry_addr);
191 assert(ipd_entry !
[all...]

Completed in 4 milliseconds