gem5
v20.1.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 Prefetcher::SBOOE::SandboxEntry::expectedArrivalTick |
Tick when the simulated prefetch is expected to be filled.
Definition at line 84 of file sbooe.hh.
Referenced by Prefetcher::SBOOE::Sandbox::access().
Addr Prefetcher::SBOOE::SandboxEntry::line |
Cache line predicted by the candidate prefetcher.
Definition at line 82 of file sbooe.hh.
Referenced by Prefetcher::SBOOE::Sandbox::access().
bool Prefetcher::SBOOE::SandboxEntry::valid |
To indicate if it was initialized.
Definition at line 86 of file sbooe.hh.
Referenced by Prefetcher::SBOOE::Sandbox::access().