|
gem5
v19.0.0.0
|
Second-Chance-specific implementation of replacement data. More...
#include <second_chance_rp.hh>
Public Member Functions | |
| SecondChanceReplData () | |
| Default constructor. More... | |
Public Member Functions inherited from FIFORP::FIFOReplData | |
| FIFOReplData () | |
| Default constructor. More... | |
Public Attributes | |
| bool | hasSecondChance |
| This is different from isTouched because isTouched accounts only for insertion, while this bit is reset every new re-insertion. More... | |
Public Attributes inherited from FIFORP::FIFOReplData | |
| Tick | tickInserted |
| Tick on which the entry was inserted. More... | |
Second-Chance-specific implementation of replacement data.
Definition at line 52 of file second_chance_rp.hh.
|
inline |
Default constructor.
Definition at line 64 of file second_chance_rp.hh.
References SecondChanceRP::useSecondChance().
| bool SecondChanceRP::SecondChanceReplData::hasSecondChance |
This is different from isTouched because isTouched accounts only for insertion, while this bit is reset every new re-insertion.
Definition at line 59 of file second_chance_rp.hh.