gem5
v20.1.0.0
|
Sequence entry data type. More...
#include <spatio_temporal_memory_streaming.hh>
Public Member Functions | |
SequenceEntry () | |
Public Attributes | |
SatCounter | counter |
2-bit confidence counter More... | |
unsigned int | offset |
Offset, in cache lines, within the spatial region. More... | |
unsigned int | delta |
Intearleaving position on the global access sequence. More... | |
Sequence entry data type.
Definition at line 77 of file spatio_temporal_memory_streaming.hh.
|
inline |
Definition at line 84 of file spatio_temporal_memory_streaming.hh.
SatCounter Prefetcher::STeMS::ActiveGenerationTableEntry::SequenceEntry::counter |
2-bit confidence counter
Definition at line 79 of file spatio_temporal_memory_streaming.hh.
unsigned int Prefetcher::STeMS::ActiveGenerationTableEntry::SequenceEntry::delta |
Intearleaving position on the global access sequence.
Definition at line 83 of file spatio_temporal_memory_streaming.hh.
unsigned int Prefetcher::STeMS::ActiveGenerationTableEntry::SequenceEntry::offset |
Offset, in cache lines, within the spatial region.
Definition at line 81 of file spatio_temporal_memory_streaming.hh.