gem5  v19.0.0.0
Public Attributes | List of all members
STeMSPrefetcher::RegionMissOrderBufferEntry Struct Reference

Data type of the Region Miss Order Buffer entry. More...

Public Attributes

Addr srAddress
 Address of the spatial region. More...
 
Addr pstAddress
 Address used to index the PST table, generated using the PC and the offset within the spatial region. More...
 
unsigned int delta
 Delta within the global miss order sequence. More...
 
bool valid
 Valid bit. More...
 

Detailed Description

Data type of the Region Miss Order Buffer entry.

Definition at line 154 of file spatio_temporal_memory_streaming.hh.

Member Data Documentation

◆ delta

unsigned int STeMSPrefetcher::RegionMissOrderBufferEntry::delta

Delta within the global miss order sequence.

Definition at line 163 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::addToRMOB().

◆ pstAddress

Addr STeMSPrefetcher::RegionMissOrderBufferEntry::pstAddress

Address used to index the PST table, generated using the PC and the offset within the spatial region.

Definition at line 161 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::addToRMOB().

◆ srAddress

Addr STeMSPrefetcher::RegionMissOrderBufferEntry::srAddress

Address of the spatial region.

Definition at line 156 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::addToRMOB().

◆ valid

bool STeMSPrefetcher::RegionMissOrderBufferEntry::valid

Valid bit.

Definition at line 165 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::addToRMOB().


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

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