gem5  v19.0.0.0
Public Member Functions | Public Attributes | List of all members
SBOOEPrefetcher::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 81 of file sbooe.hh.

Constructor & Destructor Documentation

◆ SandboxEntry()

SBOOEPrefetcher::SandboxEntry::SandboxEntry ( )
inline

Definition at line 89 of file sbooe.hh.

Member Data Documentation

◆ expectedArrivalTick

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

◆ line

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

◆ valid

bool SBOOEPrefetcher::SandboxEntry::valid

To indicate if it was initialized.

Definition at line 87 of file sbooe.hh.

Referenced by SBOOEPrefetcher::access().


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

Generated on Fri Feb 28 2020 16:27:15 for gem5 by doxygen 1.8.13