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

/gem5/src/mem/cache/prefetch/
H A Dpif.cc175 IndexEntry *idx_entry = local
177 if (idx_entry != nullptr) {
178 index.accessEntry(idx_entry);
180 idx_entry = index.findVictim(spatialCompactor.trigger);
181 assert(idx_entry != nullptr);
183 idx_entry);
185 idx_entry->historyIndex = historyBufferTail;
224 IndexEntry *idx_entry = index.findEntry(addr, /* unused */ false); local
226 if (idx_entry != nullptr) {
227 index.accessEntry(idx_entry);
[all...]

Completed in 47 milliseconds