|
gem5
v21.0.1.0
|
Public Member Functions | |
| NonUnitFilterEntry (Addr _addr=0) | |
| void | clear () |
Public Member Functions inherited from RubyPrefetcher::UnitFilterEntry | |
| UnitFilterEntry (Addr _addr=0) | |
Public Attributes | |
| int | stride |
| Stride (in # of cache lines). More... | |
Public Attributes inherited from RubyPrefetcher::UnitFilterEntry | |
| 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... | |
Definition at line 140 of file RubyPrefetcher.hh.
|
inline |
Definition at line 145 of file RubyPrefetcher.hh.
|
inline |
Definition at line 151 of file RubyPrefetcher.hh.
References RubyPrefetcher::UnitFilterEntry::addr, RubyPrefetcher::UnitFilterEntry::hits, and stride.
| int RubyPrefetcher::NonUnitFilterEntry::stride |
Stride (in # of cache lines).
Definition at line 143 of file RubyPrefetcher.hh.
Referenced by clear().