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

/gem5/src/mem/cache/tags/
H A Dfa_lru.hh282 class CacheTracking class in class:FALRU
285 CacheTracking(unsigned min_size, unsigned max_size, function in class:FALRU::CacheTracking
392 CacheTracking cacheTracking;
H A Dfa_lru.cc293 FALRU::CacheTracking::check(const FALRUBlk *head, const FALRUBlk *tail) const
321 FALRU::CacheTracking::init(FALRUBlk *head, FALRUBlk *tail)
348 FALRU::CacheTracking::moveBlockToHead(FALRUBlk *blk)
374 FALRU::CacheTracking::moveBlockToTail(FALRUBlk *blk)
399 FALRU::CacheTracking::recordAccess(FALRUBlk *blk)
432 FALRU::CacheTracking::regStats(std::string name)

Completed in 4 milliseconds