gem5  v22.1.0.0
Public Attributes | List of all members
gem5::prefetch::STeMS::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...
 

Detailed Description

Data type of the Region Miss Order Buffer entry.

Definition at line 162 of file spatio_temporal_memory_streaming.hh.

Member Data Documentation

◆ delta

unsigned int gem5::prefetch::STeMS::RegionMissOrderBufferEntry::delta

Delta within the global miss order sequence.

Definition at line 172 of file spatio_temporal_memory_streaming.hh.

Referenced by gem5::prefetch::STeMS::addToRMOB().

◆ pstAddress

Addr gem5::prefetch::STeMS::RegionMissOrderBufferEntry::pstAddress

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

Definition at line 170 of file spatio_temporal_memory_streaming.hh.

Referenced by gem5::prefetch::STeMS::addToRMOB().

◆ srAddress

Addr gem5::prefetch::STeMS::RegionMissOrderBufferEntry::srAddress

Address of the spatial region.

Definition at line 165 of file spatio_temporal_memory_streaming.hh.

Referenced by gem5::prefetch::STeMS::addToRMOB().


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

Generated on Wed Dec 21 2022 10:24:20 for gem5 by doxygen 1.9.1