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

/gem5/src/mem/cache/replacement_policies/
H A Dmru_rp.cc48 std::static_pointer_cast<MRUReplData>(
56 std::static_pointer_cast<MRUReplData>(
64 std::static_pointer_cast<MRUReplData>(
78 if (std::static_pointer_cast<MRUReplData>(
80 std::static_pointer_cast<MRUReplData>(
92 return std::shared_ptr<ReplacementData>(new MRUReplData());
H A Dmru_rp.hh50 struct MRUReplData : ReplacementData struct in class:MRURP
58 MRUReplData() : lastTouchTick(0) {} function in struct:MRURP::MRUReplData

Completed in 4 milliseconds