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