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

/gem5/src/mem/
H A Dsnoop_filter.hh99 maxEntryCount(p->max_capacity / p->system->cacheLineSize())
304 const unsigned maxEntryCount; member in class:SnoopFilter
H A Dsnoop_filter.cc197 panic_if(!is_hit && (cachedLocations.size() >= maxEntryCount),
199 maxEntryCount);

Completed in 7 milliseconds