|
gem5
v19.0.0.0
|
Public Member Functions | |
| SandboxEntry () | |
Public Attributes | |
| Addr | line |
| Cache line predicted by the candidate prefetcher. More... | |
| Tick | expectedArrivalTick |
| Tick when the simulated prefetch is expected to be filled. More... | |
| bool | valid |
| To indicate if it was initialized. More... | |
| Tick SBOOEPrefetcher::SandboxEntry::expectedArrivalTick |
Tick when the simulated prefetch is expected to be filled.
Definition at line 85 of file sbooe.hh.
Referenced by SBOOEPrefetcher::access().
| Addr SBOOEPrefetcher::SandboxEntry::line |
Cache line predicted by the candidate prefetcher.
Definition at line 83 of file sbooe.hh.
Referenced by SBOOEPrefetcher::access(), and SBOOEPrefetcher::Sandbox::Sandbox().
| bool SBOOEPrefetcher::SandboxEntry::valid |
To indicate if it was initialized.
Definition at line 87 of file sbooe.hh.
Referenced by SBOOEPrefetcher::access().