gem5 v24.0.0.0
|
Public Member Functions | |
NonUnitFilterEntry (Addr _addr=0) | |
void | clear () |
Public Member Functions inherited from gem5::ruby::RubyPrefetcher::UnitFilterEntry | |
UnitFilterEntry (Addr _addr=0) | |
Public Attributes | |
int | stride |
Stride (in # of cache lines). | |
Public Attributes inherited from gem5::ruby::RubyPrefetcher::UnitFilterEntry | |
Addr | addr |
Address to which this filter entry refers. | |
uint32_t | hits |
Counter of the number of times this entry has been hit. | |
Definition at line 145 of file RubyPrefetcher.hh.
|
inline |
Definition at line 150 of file RubyPrefetcher.hh.
|
inline |
Definition at line 156 of file RubyPrefetcher.hh.
References gem5::ruby::RubyPrefetcher::UnitFilterEntry::addr, gem5::ruby::RubyPrefetcher::UnitFilterEntry::hits, and stride.
int gem5::ruby::RubyPrefetcher::NonUnitFilterEntry::stride |
Stride (in # of cache lines).
Definition at line 148 of file RubyPrefetcher.hh.
Referenced by clear().