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

/gem5/src/mem/
H A Dsnoop_filter.cc59 cachedLocations.erase(sf_it);
79 reqLookupResult.it = cachedLocations.find(line_addr);
80 bool is_hit = (reqLookupResult.it != cachedLocations.end());
91 cachedLocations.emplace(line_addr, SnoopItem()).first;
160 if (reqLookupResult.it != cachedLocations.end()) {
194 auto sf_it = cachedLocations.find(line_addr);
195 bool is_hit = (sf_it != cachedLocations.end());
197 panic_if(!is_hit && (cachedLocations.size() >= maxEntryCount),
267 SnoopItem& sf_item = cachedLocations[line_addr];
314 auto sf_it = cachedLocations
[all...]
H A Dsnoop_filter.hh97 SimObject(p), reqLookupResult(cachedLocations.end()),
263 SnoopFilterCache cachedLocations; member in class:SnoopFilter

Completed in 6 milliseconds