gem5  v21.0.1.0
Public Member Functions | Public Attributes | List of all members
ReplacementPolicy::MRU::MRUReplData Struct Reference

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

#include <mru_rp.hh>

Inheritance diagram for ReplacementPolicy::MRU::MRUReplData:
ReplacementPolicy::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 50 of file mru_rp.hh.

Constructor & Destructor Documentation

◆ MRUReplData()

ReplacementPolicy::MRU::MRUReplData::MRUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 58 of file mru_rp.hh.

Member Data Documentation

◆ lastTouchTick

Tick ReplacementPolicy::MRU::MRUReplData::lastTouchTick

Tick on which the entry was last touched.

Definition at line 53 of file mru_rp.hh.


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

Generated on Tue Jun 22 2021 15:29:10 for gem5 by doxygen 1.8.17