gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
Prefetcher::SBOOE::SandboxEntry Struct Reference

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...
 

Detailed Description

Definition at line 80 of file sbooe.hh.

Constructor & Destructor Documentation

◆ SandboxEntry()

Prefetcher::SBOOE::SandboxEntry::SandboxEntry ( )
inline

Definition at line 88 of file sbooe.hh.

Member Data Documentation

◆ expectedArrivalTick

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().

◆ line

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().

◆ valid

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().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:03:07 for gem5 by doxygen 1.8.17