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

/gem5/src/mem/cache/replacement_policies/
H A Dsecond_chance_rp.cc35 #include "params/SecondChanceRP.hh"
37 SecondChanceRP::SecondChanceRP(const Params *p) function in class:SecondChanceRP
43 SecondChanceRP::useSecondChance(
54 SecondChanceRP::invalidate(
65 SecondChanceRP::touch(const std::shared_ptr<ReplacementData>& replacement_data) const
75 SecondChanceRP::reset(const std::shared_ptr<ReplacementData>& replacement_data) const
85 SecondChanceRP::getVictim(const ReplacementCandidates& candidates) const
129 SecondChanceRP::instantiateEntry()
134 SecondChanceRP*
[all...]
H A Dsecond_chance_rp.hh48 class SecondChanceRP : public FIFORP class in inherits:FIFORP
57 * @sa SecondChanceRP.
82 SecondChanceRP(const Params *p);
87 ~SecondChanceRP() {}
H A DReplacementPolicies.py43 class SecondChanceRP(FIFORP): class in inherits:FIFORP
44 type = 'SecondChanceRP'
45 cxx_class = 'SecondChanceRP'

Completed in 5 milliseconds