Searched defs:touch (Results 1 - 11 of 11) sorted by relevance

/gem5/src/mem/cache/replacement_policies/
H A Dlfu_rp.cc52 LFURP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:LFURP
H A Drandom_rp.cc54 RandomRP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:RandomRP
H A Dlru_rp.cc53 LRURP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:LRURP
H A Dmru_rp.cc53 MRURP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:MRURP
H A Dfifo_rp.cc53 FIFORP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:FIFORP
H A Dsecond_chance_rp.cc65 SecondChanceRP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:SecondChanceRP
H A Dbrrip_rp.cc59 BRRIPRP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:BRRIPRP
H A Dtree_plru_rp.cc135 TreePLRURP::touch(const std::shared_ptr<ReplacementData>& replacement_data) function in class:TreePLRURP
/gem5/src/mem/ruby/structures/
H A DLRUPolicy.cc51 LRUPolicy::touch(int64_t set, int64_t index, Tick time) function in class:LRUPolicy
H A DCacheMemory.cc255 CacheMemory::allocate(Addr address, AbstractCacheEntry *entry, bool touch) argument
/gem5/src/mem/ruby/system/
H A DWeightedLRUPolicy.cc69 WeightedLRUPolicy::touch(int64_t set, int64_t index, Tick time) function in class:WeightedLRUPolicy
78 WeightedLRUPolicy::touch(int64_t set, int64_t index, Tick time, int occupancy) function in class:WeightedLRUPolicy

Completed in 13 milliseconds