gem5  v21.0.1.0
Public Member Functions | Public Attributes | List of all members
RubyPrefetcher::UnitFilterEntry Struct Reference
Inheritance diagram for RubyPrefetcher::UnitFilterEntry:
RubyPrefetcher::NonUnitFilterEntry

Public Member Functions

 UnitFilterEntry (Addr _addr=0)
 

Public Attributes

Addr addr
 Address to which this filter entry refers. More...
 
uint32_t hits
 Counter of the number of times this entry has been hit. More...
 

Detailed Description

Definition at line 127 of file RubyPrefetcher.hh.

Constructor & Destructor Documentation

◆ UnitFilterEntry()

RubyPrefetcher::UnitFilterEntry::UnitFilterEntry ( Addr  _addr = 0)
inline

Definition at line 134 of file RubyPrefetcher.hh.

Member Data Documentation

◆ addr

Addr RubyPrefetcher::UnitFilterEntry::addr

Address to which this filter entry refers.

Definition at line 130 of file RubyPrefetcher.hh.

Referenced by RubyPrefetcher::NonUnitFilterEntry::clear().

◆ hits

uint32_t RubyPrefetcher::UnitFilterEntry::hits

Counter of the number of times this entry has been hit.

Definition at line 132 of file RubyPrefetcher.hh.

Referenced by RubyPrefetcher::NonUnitFilterEntry::clear().


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

Generated on Tue Jun 22 2021 15:28:43 for gem5 by doxygen 1.8.17