gem5
v20.1.0.0
|
MRU-specific implementation of replacement data. More...
#include <random_rp.hh>
Public Member Functions | |
RandomReplData () | |
Default constructor. More... | |
Public Attributes | |
bool | valid |
Flag informing if the replacement data is valid or not. More... | |
MRU-specific implementation of replacement data.
Definition at line 46 of file random_rp.hh.
|
inline |
bool RandomRP::RandomReplData::valid |
Flag informing if the replacement data is valid or not.
Invalid entries are prioritized to be evicted.
Definition at line 52 of file random_rp.hh.