Go to the documentation of this file.
29 #ifndef __MEM_CACHE_REPLACEMENT_POLICIES_DUELING_RP_HH__
30 #define __MEM_CACHE_REPLACEMENT_POLICIES_DUELING_RP_HH__
42 struct DuelingRPParams;
45 namespace replacement_policy
67 const std::shared_ptr<ReplacementData>& repl_data_b)
101 void invalidate(
const std::shared_ptr<ReplacementData>& replacement_data)
103 void touch(
const std::shared_ptr<ReplacementData>& replacement_data,
105 void touch(
const std::shared_ptr<ReplacementData>& replacement_data)
const
107 void reset(
const std::shared_ptr<ReplacementData>& replacement_data,
109 void reset(
const std::shared_ptr<ReplacementData>& replacement_data)
const
119 #endif // __MEM_CACHE_REPLACEMENT_POLICIES_DUELING_RP_HH__
This is a simple scalar statistic, like a counter.
void touch(const std::shared_ptr< ReplacementData > &replacement_data, const PacketPtr pkt) override
Update replacement data.
std::shared_ptr< ReplacementData > replDataA
ReplaceableEntry * getVictim(const ReplacementCandidates &candidates) const override
Find replacement victim among candidates.
BaseReplacementPolicyParams Params
void reset(const std::shared_ptr< ReplacementData > &replacement_data, const PacketPtr pkt) override
Reset replacement data.
Dueler-specific implementation of replacement data.
statistics::Scalar selectedA
Number of times A was selected on victimization.
void invalidate(const std::shared_ptr< ReplacementData > &replacement_data) override
Invalidate replacement data to set it as the next probable victim.
This replacement policy duels two replacement policies to find out which one provides the best result...
std::shared_ptr< ReplacementData > replDataB
The replacement data needed by replacement policies.
Base *const replPolicyB
Sub-replacement policy used in this multiple container.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
DuelerReplData(const std::shared_ptr< ReplacementData > &repl_data_a, const std::shared_ptr< ReplacementData > &repl_data_b)
Default constructor.
gem5::replacement_policy::Dueling::DuelingStats duelingStats
A common base class of cache replacement policy objects.
DuelingStats(statistics::Group *parent)
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
statistics::Scalar selectedB
Number of times B was selected on victimization.
Base *const replPolicyA
Sub-replacement policy used in this multiple container.
std::shared_ptr< ReplacementData > instantiateEntry() override
Instantiate a replacement data entry.
A replaceable entry is a basic entry in a 2d table-like structure that needs to have replacement func...
A dueler is an entry that may or may not be accounted for sampling.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Duel between two sampled options to determine which is the winner.
DuelingMonitor duelingMonitor
A dueling monitor that decides which is the best sub-policy based on their number of misses.
Generated on Thu Jun 16 2022 10:41:55 for gem5 by doxygen 1.8.17