LRU-specific implementation of replacement data.
More...
#include <lru_rp.hh>
LRU-specific implementation of replacement data.
Definition at line 52 of file lru_rp.hh.
◆ LRUReplData()
gem5::replacement_policy::LRU::LRUReplData::LRUReplData |
( |
| ) |
|
|
inline |
Default constructor.
Invalidate data.
Definition at line 60 of file lru_rp.hh.
◆ lastTouchTick
Tick gem5::replacement_policy::LRU::LRUReplData::lastTouchTick |
Tick on which the entry was last touched.
Definition at line 55 of file lru_rp.hh.
The documentation for this struct was generated from the following file: