gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
BRRIPRP::BRRIPReplData Struct Reference

BRRIP-specific implementation of replacement data. More...

#include <brrip_rp.hh>

Inheritance diagram for BRRIPRP::BRRIPReplData:
ReplacementData

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...
 

Detailed Description

BRRIP-specific implementation of replacement data.

Definition at line 64 of file brrip_rp.hh.

Constructor & Destructor Documentation

◆ BRRIPReplData()

BRRIPRP::BRRIPReplData::BRRIPReplData ( const int  num_bits)
inline

Default constructor.

Invalidate data.

Definition at line 81 of file brrip_rp.hh.

Member Data Documentation

◆ rrpv

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.

◆ valid

bool BRRIPRP::BRRIPReplData::valid

Whether the entry is valid.

Definition at line 76 of file brrip_rp.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:22 for gem5 by doxygen 1.8.17