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

/gem5/src/mem/cache/replacement_policies/
H A Dbip_rp.hh51 class BIPRP : public LRURP class in inherits:LRURP
67 BIPRP(const Params *p);
72 ~BIPRP() {}
H A Dbip_rp.cc36 #include "params/BIPRP.hh"
38 BIPRP::BIPRP(const Params *p) function in class:BIPRP
44 BIPRP::reset(const std::shared_ptr<ReplacementData>& replacement_data) const
58 BIPRP*
61 return new BIPRP(this);
H A DReplacementPolicies.py58 class BIPRP(LRURP): class in inherits:LRURP
59 type = 'BIPRP'
60 cxx_class = 'BIPRP'
64 class LIPRP(BIPRP):

Completed in 6 milliseconds