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

Entry data type for the Active Generation Table (AGT) and the Pattern Sequence Table (PST) More...

Inheritance diagram for STeMSPrefetcher::ActiveGenerationTableEntry:
TaggedEntry ReplaceableEntry

Classes

struct  SequenceEntry
 Sequence entry data type. More...
 

Public Member Functions

 ActiveGenerationTableEntry (int num_positions)
 
void invalidate () override
 Invalidates the entry. More...
 
void update (ActiveGenerationTableEntry const &e)
 Update the entry data with an entry from a generation that just ended. More...
 
void addOffset (unsigned int offset)
 Add a new access to the sequence. More...
 
- Public Member Functions inherited from TaggedEntry
 TaggedEntry ()
 
virtual ~TaggedEntry ()
 
bool isValid () const
 Consult the valid bit. More...
 
void setValid ()
 Sets the entry to valid. More...
 
Addr getTag () const
 Obtain the entry tag. More...
 
void setTag (Addr t)
 Sets the tag of the entry. More...
 
bool isSecure () const
 Consult if this entry refers to a memory in the secure area. More...
 
void setSecure (bool s)
 Sets the secure value bit. More...
 
- Public Member Functions inherited from ReplaceableEntry
 ReplaceableEntry ()=default
 
virtual ~ReplaceableEntry ()=default
 
virtual void setPosition (const uint32_t set, const uint32_t way)
 Set both the set and way. More...
 
uint32_t getSet () const
 Get set number. More...
 
uint32_t getWay () const
 Get way number. More...
 
virtual std::string print () const
 Prints relevant information about this entry. More...
 

Public Attributes

Addr paddress
 Physical address of the spatial region. More...
 
Addr pc
 PC that started this generation. More...
 
unsigned int seqCounter
 Counter to keep track of the interleaving between sequences. More...
 
std::vector< SequenceEntrysequence
 Sequence of accesses. More...
 
- Public Attributes inherited from ReplaceableEntry
std::shared_ptr< ReplacementDatareplacementData
 Replacement data associated to this entry. More...
 

Additional Inherited Members

- Protected Attributes inherited from ReplaceableEntry
uint32_t _set
 Set to which this entry belongs. More...
 
uint32_t _way
 Way (relative position within the set) to which this entry belongs. More...
 

Detailed Description

Entry data type for the Active Generation Table (AGT) and the Pattern Sequence Table (PST)

Definition at line 67 of file spatio_temporal_memory_streaming.hh.

Constructor & Destructor Documentation

◆ ActiveGenerationTableEntry()

STeMSPrefetcher::ActiveGenerationTableEntry::ActiveGenerationTableEntry ( int  num_positions)
inline

Definition at line 89 of file spatio_temporal_memory_streaming.hh.

Member Function Documentation

◆ addOffset()

void STeMSPrefetcher::ActiveGenerationTableEntry::addOffset ( unsigned int  offset)
inline

Add a new access to the sequence.

Parameters
offsetoffset in cachelines within the spatial region

Definition at line 127 of file spatio_temporal_memory_streaming.hh.

References STeMSPrefetcher::ActiveGenerationTableEntry::SequenceEntry::offset, and seqCounter.

Referenced by STeMSPrefetcher::calculatePrefetch().

◆ invalidate()

void STeMSPrefetcher::ActiveGenerationTableEntry::invalidate ( )
inlineoverridevirtual

Invalidates the entry.

Reimplemented from TaggedEntry.

Definition at line 96 of file spatio_temporal_memory_streaming.hh.

References TaggedEntry::invalidate().

◆ update()

void STeMSPrefetcher::ActiveGenerationTableEntry::update ( ActiveGenerationTableEntry const &  e)
inline

Update the entry data with an entry from a generation that just ended.

This operation can not be done with the copy constructor, becasuse the TaggedEntry component must not be copied.

Parameters
eentry which generation has ended

Definition at line 115 of file spatio_temporal_memory_streaming.hh.

References paddress, pc, seqCounter, and sequence.

Referenced by STeMSPrefetcher::checkForActiveGenerationsEnd().

Member Data Documentation

◆ paddress

Addr STeMSPrefetcher::ActiveGenerationTableEntry::paddress

Physical address of the spatial region.

Definition at line 69 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::calculatePrefetch(), and update().

◆ pc

Addr STeMSPrefetcher::ActiveGenerationTableEntry::pc

PC that started this generation.

Definition at line 71 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::calculatePrefetch(), and update().

◆ seqCounter

unsigned int STeMSPrefetcher::ActiveGenerationTableEntry::seqCounter

Counter to keep track of the interleaving between sequences.

Definition at line 73 of file spatio_temporal_memory_streaming.hh.

Referenced by addOffset(), and update().

◆ sequence

std::vector<SequenceEntry> STeMSPrefetcher::ActiveGenerationTableEntry::sequence

Sequence of accesses.

Definition at line 87 of file spatio_temporal_memory_streaming.hh.

Referenced by STeMSPrefetcher::reconstructSequence(), and update().


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