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

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

#include <lru_rp.hh>

Inheritance diagram for LRURP::LRUReplData:
ReplacementData

Public Member Functions

 LRUReplData ()
 Default constructor. More...
 

Public Attributes

Tick lastTouchTick
 Tick on which the entry was last touched. More...
 

Detailed Description

LRU-specific implementation of replacement data.

Definition at line 46 of file lru_rp.hh.

Constructor & Destructor Documentation

◆ LRUReplData()

LRURP::LRUReplData::LRUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 54 of file lru_rp.hh.

Member Data Documentation

◆ lastTouchTick

Tick LRURP::LRUReplData::lastTouchTick

Tick on which the entry was last touched.

Definition at line 49 of file lru_rp.hh.


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

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