gem5  v19.0.0.0
Public Member Functions | Public Attributes | List of all members
STeMSPrefetcher::ActiveGenerationTableEntry::SequenceEntry Struct Reference

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...
 

Detailed Description

Sequence entry data type.

Definition at line 76 of file spatio_temporal_memory_streaming.hh.

Constructor & Destructor Documentation

◆ SequenceEntry()

STeMSPrefetcher::ActiveGenerationTableEntry::SequenceEntry::SequenceEntry ( )
inline

Definition at line 83 of file spatio_temporal_memory_streaming.hh.

Member Data Documentation

◆ counter

SatCounter STeMSPrefetcher::ActiveGenerationTableEntry::SequenceEntry::counter

2-bit confidence counter

Definition at line 78 of file spatio_temporal_memory_streaming.hh.

◆ delta

unsigned int STeMSPrefetcher::ActiveGenerationTableEntry::SequenceEntry::delta

Intearleaving position on the global access sequence.

Definition at line 82 of file spatio_temporal_memory_streaming.hh.

◆ offset

unsigned int STeMSPrefetcher::ActiveGenerationTableEntry::SequenceEntry::offset

Offset, in cache lines, within the spatial region.

Definition at line 80 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::ActiveGenerationTableEntry::addOffset().


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

Generated on Fri Feb 28 2020 16:27:16 for gem5 by doxygen 1.8.13