gem5  v20.0.0.3
bip_rp.hh
Go to the documentation of this file.
1 
42 #ifndef __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
43 #define __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
44 
46 
47 struct BIPRPParams;
48 
49 class BIPRP : public LRURP
50 {
51  protected:
56  const unsigned btp;
57 
58  public:
60  typedef BIPRPParams Params;
61 
65  BIPRP(const Params *p);
66 
70  ~BIPRP() {}
71 
79  void reset(const std::shared_ptr<ReplacementData>& replacement_data) const
80  override;
81 };
82 
83 #endif // __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
~BIPRP()
Destructor.
Definition: bip_rp.hh:70
Definition: lru_rp.hh:42
Definition: bip_rp.hh:49
const unsigned btp
Bimodal throtle parameter.
Definition: bip_rp.hh:56
Copyright (c) 2018 Inria All rights reserved.
void reset(const std::shared_ptr< ReplacementData > &replacement_data) const override
Reset replacement data for an entry.
Definition: bip_rp.cc:42
BIPRP(const Params *p)
Construct and initiliaze this replacement policy.
Definition: bip_rp.cc:36
BIPRPParams Params
Convenience typedef.
Definition: bip_rp.hh:60
Bitfield< 0 > p

Generated on Fri Jul 3 2020 15:53:03 for gem5 by doxygen 1.8.13