gem5 v24.1.0.1
|
Sequence entry data type. More...
#include <spatio_temporal_memory_streaming.hh>
Public Member Functions | |
SequenceEntry () | |
Public Attributes | |
SatCounter8 | counter |
2-bit confidence counter | |
unsigned int | offset |
Offset, in cache lines, within the spatial region. | |
unsigned int | delta |
Intearleaving position on the global access sequence. | |
Sequence entry data type.
Definition at line 83 of file spatio_temporal_memory_streaming.hh.
|
inline |
Definition at line 91 of file spatio_temporal_memory_streaming.hh.
SatCounter8 gem5::prefetch::STeMS::ActiveGenerationTableEntry::SequenceEntry::counter |
2-bit confidence counter
Definition at line 86 of file spatio_temporal_memory_streaming.hh.
unsigned int gem5::prefetch::STeMS::ActiveGenerationTableEntry::SequenceEntry::delta |
Intearleaving position on the global access sequence.
Definition at line 90 of file spatio_temporal_memory_streaming.hh.
unsigned int gem5::prefetch::STeMS::ActiveGenerationTableEntry::SequenceEntry::offset |
Offset, in cache lines, within the spatial region.
Definition at line 88 of file spatio_temporal_memory_streaming.hh.