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

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

#include <mru_rp.hh>

Inheritance diagram for MRURP::MRUReplData:
ReplacementData

Public Member Functions

 MRUReplData ()
 Default constructor. More...
 

Public Attributes

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

Detailed Description

MRU-specific implementation of replacement data.

Definition at line 48 of file mru_rp.hh.

Constructor & Destructor Documentation

◆ MRUReplData()

MRURP::MRUReplData::MRUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 56 of file mru_rp.hh.

Member Data Documentation

◆ lastTouchTick

Tick MRURP::MRUReplData::lastTouchTick

Tick on which the entry was last touched.

Definition at line 51 of file mru_rp.hh.


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

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