gem5 v24.0.0.0
|
BRRIP-specific implementation of replacement data. More...
#include <brrip_rp.hh>
Public Member Functions | |
BRRIPReplData (const int num_bits) | |
Default constructor. | |
Public Attributes | |
SatCounter8 | rrpv |
Re-Reference Interval Prediction Value. | |
bool | valid |
Whether the entry is valid. | |
BRRIP-specific implementation of replacement data.
Definition at line 70 of file brrip_rp.hh.
|
inline |
SatCounter8 gem5::replacement_policy::BRRIP::BRRIPReplData::rrpv |
Re-Reference Interval Prediction Value.
Some values have specific names (according to the paper): 0 -> near-immediate re-rereference interval max_RRPV-1 -> long re-rereference interval max_RRPV -> distant re-rereference interval
Definition at line 79 of file brrip_rp.hh.
bool gem5::replacement_policy::BRRIP::BRRIPReplData::valid |
Whether the entry is valid.
Definition at line 82 of file brrip_rp.hh.