|
gem5
v21.0.1.0
|
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... | |
Definition at line 127 of file RubyPrefetcher.hh.
|
inline |
Definition at line 134 of file RubyPrefetcher.hh.
| Addr RubyPrefetcher::UnitFilterEntry::addr |
Address to which this filter entry refers.
Definition at line 130 of file RubyPrefetcher.hh.
Referenced by RubyPrefetcher::NonUnitFilterEntry::clear().
| 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().