Go to the documentation of this file.
36 #ifndef __MEM_CACHE_REPLACEMENT_POLICIES_SHIP_RP_HH__
37 #define __MEM_CACHE_REPLACEMENT_POLICIES_SHIP_RP_HH__
51 struct SHiPMemRPParams;
52 struct SHiPPCRPParams;
55 namespace replacement_policy
129 void invalidate(
const std::shared_ptr<ReplacementData>& replacement_data)
139 void touch(
const std::shared_ptr<ReplacementData>& replacement_data,
141 void touch(
const std::shared_ptr<ReplacementData>& replacement_data)
const
151 void reset(
const std::shared_ptr<ReplacementData>& replacement_data,
153 void reset(
const std::shared_ptr<ReplacementData>& replacement_data)
const
186 SHiPPC(
const SHiPPCRPParams &
p);
193 #endif // __MEM_CACHE_REPLACEMENT_POLICIES_SHIP_RP_HH__
SHiP that Uses memory addresses as signatures.
std::shared_ptr< ReplacementData > instantiateEntry() override
Instantiate a replacement data entry.
SHiPReplData(int num_bits)
BaseReplacementPolicyParams Params
const SignatureType NO_PC_SIGNATURE
Signature to be used when no PC is provided in an access.
void touch(const std::shared_ptr< ReplacementData > &replacement_data, const PacketPtr pkt) override
Touch an entry to update its replacement data.
SHiPPC(const SHiPPCRPParams &p)
std::size_t SignatureType
SignatureType signature
Signature that caused the insertion of this entry.
SignatureType getSignature(const PacketPtr pkt) const override
Extract signature from packet.
BRRIP-specific implementation of replacement data.
void reset(const std::shared_ptr< ReplacementData > &replacement_data, const PacketPtr pkt) override
Reset replacement data.
void invalidate(const std::shared_ptr< ReplacementData > &replacement_data) override
Invalidate replacement data to set it as the next probable victim.
bool wasReReferenced() const
Get whether entry has been re-referenced since insertion.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
virtual SignatureType getSignature(const PacketPtr pkt) const =0
Extract signature from packet.
SignatureType getSignature(const PacketPtr pkt) const override
Extract signature from packet.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
Copyright (c) 2018-2020 Inria All rights reserved.
const double insertionThreshold
Saturation percentage at which an entry starts being inserted as intermediate re-reference.
SignatureType getSignature() const
Get entry's signature.
void setReReferenced()
Set that this entry has been re-referenced.
SHiPMem(const SHiPMemRPParams &p)
bool outcome
Outcome of insertion; set to one if entry is re-referenced.
std::vector< SatCounter8 > SHCT
Signature History Counter Table; learns the re-reference behavior of a signature.
void setSignature(SignatureType signature)
Set this entry's signature and reset outcome.
SHiP-specific implementation of replacement data.
SHiP that Uses PCs as signatures.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Tue Sep 7 2021 14:53:48 for gem5 by doxygen 1.8.17