gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 namespace ReplacementPolicy {
50 
51 class BIP : public LRU
52 {
53  protected:
58  const unsigned btp;
59 
60  public:
61  typedef BIPRPParams Params;
62  BIP(const Params &p);
63  ~BIP() = default;
64 
72  void reset(const std::shared_ptr<ReplacementData>& replacement_data) const
73  override;
74 };
75 
76 } // namespace ReplacementPolicy
77 
78 #endif // __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
ReplacementPolicy::BIP::reset
void reset(const std::shared_ptr< ReplacementData > &replacement_data) const override
Reset replacement data for an entry.
Definition: bip_rp.cc:45
ReplacementPolicy::BIP
Definition: bip_rp.hh:51
ReplacementPolicy::BIP::Params
BIPRPParams Params
Definition: bip_rp.hh:61
ReplacementPolicy::BIP::BIP
BIP(const Params &p)
Definition: bip_rp.cc:39
ReplacementPolicy
Copyright (c) 2018-2020 Inria All rights reserved.
Definition: stride.hh:64
ReplacementPolicy::Base::Params
BaseReplacementPolicyParams Params
Definition: base.hh:51
ReplacementPolicy::BIP::btp
const unsigned btp
Bimodal throtle parameter.
Definition: bip_rp.hh:58
lru_rp.hh
Copyright (c) 2018-2020 Inria All rights reserved.
ReplacementPolicy::LRU
Definition: lru_rp.hh:44
MipsISA::p
Bitfield< 0 > p
Definition: pra_constants.hh:323
ReplacementPolicy::BIP::~BIP
~BIP()=default

Generated on Tue Mar 23 2021 19:41:27 for gem5 by doxygen 1.8.17