gem5
v20.1.0.0
|
BRRIP-specific implementation of replacement data. More...
#include <brrip_rp.hh>
Public Member Functions | |
BRRIPReplData (const int num_bits) | |
Default constructor. More... | |
Public Attributes | |
SatCounter | rrpv |
Re-Reference Interval Prediction Value. More... | |
bool | valid |
Whether the entry is valid. More... | |
BRRIP-specific implementation of replacement data.
Definition at line 64 of file brrip_rp.hh.
|
inline |
SatCounter BRRIPRP::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 73 of file brrip_rp.hh.
bool BRRIPRP::BRRIPReplData::valid |
Whether the entry is valid.
Definition at line 76 of file brrip_rp.hh.