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

/gem5/src/mem/cache/replacement_policies/
H A Dfifo_rp.cc48 std::static_pointer_cast<FIFOReplData>(
62 std::static_pointer_cast<FIFOReplData>(
76 if (std::static_pointer_cast<FIFOReplData>(
78 std::static_pointer_cast<FIFOReplData>(
90 return std::shared_ptr<ReplacementData>(new FIFOReplData());
H A Dsecond_chance_rp.hh52 struct SecondChanceReplData : public FIFOReplData
64 SecondChanceReplData() : FIFOReplData(), hasSecondChance(false) {}
H A Dfifo_rp.hh50 struct FIFOReplData : ReplacementData struct in class:FIFORP
58 FIFOReplData() : tickInserted(0) {} function in struct:FIFORP::FIFOReplData

Completed in 6 milliseconds