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