gem5 v24.0.0.0
|
Data type of the Region Miss Order Buffer entry. More...
Public Attributes | |
Addr | srAddress |
Address of the spatial region. | |
Addr | pstAddress |
Address used to index the PST table, generated using the PC and the offset within the spatial region. | |
unsigned int | delta |
Delta within the global miss order sequence. | |
Data type of the Region Miss Order Buffer entry.
Definition at line 161 of file spatio_temporal_memory_streaming.hh.
unsigned int gem5::prefetch::STeMS::RegionMissOrderBufferEntry::delta |
Delta within the global miss order sequence.
Definition at line 171 of file spatio_temporal_memory_streaming.hh.
Referenced by gem5::prefetch::STeMS::addToRMOB().
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 169 of file spatio_temporal_memory_streaming.hh.
Referenced by gem5::prefetch::STeMS::addToRMOB().
Addr gem5::prefetch::STeMS::RegionMissOrderBufferEntry::srAddress |
Address of the spatial region.
Definition at line 164 of file spatio_temporal_memory_streaming.hh.
Referenced by gem5::prefetch::STeMS::addToRMOB().