gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry Struct Reference

Indirect Pattern Detector entrt. More...

Inheritance diagram for gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry:
gem5::TaggedEntry gem5::ReplaceableEntry

Public Member Functions

 IndirectPatternDetectorEntry (unsigned int num_addresses, unsigned int num_shifts)
 
void invalidate () override
 Invalidate the block. More...
 
- Public Member Functions inherited from gem5::TaggedEntry
 TaggedEntry ()
 
 ~TaggedEntry ()=default
 
virtual bool isValid () const
 Checks if the entry is valid. More...
 
bool isSecure () const
 Check if this block holds data from the secure memory space. More...
 
virtual Addr getTag () const
 Get tag associated to this block. More...
 
virtual bool matchTag (Addr tag, bool is_secure) const
 Checks if the given tag information corresponds to this entry's. More...
 
virtual void insert (const Addr tag, const bool is_secure)
 Insert the block by assigning it a tag and marking it valid. More...
 
std::string print () const override
 Prints relevant information about this entry. More...
 
- Public Member Functions inherited from gem5::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...
 

Public Attributes

int64_t idx1
 First index. More...
 
int64_t idx2
 Second index. More...
 
bool secondIndexSet
 Valid bit for the second index. More...
 
int numMisses
 Number of misses currently recorded. More...
 
std::vector< std::vector< Addr > > baseAddr
 Potential BaseAddr candidates for each recorded miss. More...
 
- Public Attributes inherited from gem5::ReplaceableEntry
std::shared_ptr< replacement_policy::ReplacementDatareplacementData
 Replacement data associated to this entry. More...
 

Additional Inherited Members

- Protected Member Functions inherited from gem5::TaggedEntry
virtual void setTag (Addr tag)
 Set tag associated to this block. More...
 
virtual void setSecure ()
 Set secure bit. More...
 
virtual void setValid ()
 Set valid bit. More...
 
- Protected Attributes inherited from gem5::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

Indirect Pattern Detector entrt.

Definition at line 128 of file indirect_memory.hh.

Constructor & Destructor Documentation

◆ IndirectPatternDetectorEntry()

gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::IndirectPatternDetectorEntry ( unsigned int  num_addresses,
unsigned int  num_shifts 
)
inline

Definition at line 145 of file indirect_memory.hh.

Member Function Documentation

◆ invalidate()

void gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::invalidate ( )
inlineoverridevirtual

Invalidate the block.

Its contents are no longer valid.

Reimplemented from gem5::TaggedEntry.

Definition at line 154 of file indirect_memory.hh.

References idx1, idx2, gem5::TaggedEntry::invalidate(), numMisses, and secondIndexSet.

Member Data Documentation

◆ baseAddr

std::vector<std::vector<Addr> > gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::baseAddr

Potential BaseAddr candidates for each recorded miss.

The number of candidates per miss is determined by the number of elements in the shiftValues array.

Definition at line 143 of file indirect_memory.hh.

Referenced by gem5::prefetch::IndirectMemory::trackMissIndex1(), and gem5::prefetch::IndirectMemory::trackMissIndex2().

◆ idx1

int64_t gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::idx1

◆ idx2

int64_t gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::idx2

◆ numMisses

int gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::numMisses

Number of misses currently recorded.

Definition at line 137 of file indirect_memory.hh.

Referenced by invalidate(), gem5::prefetch::IndirectMemory::trackMissIndex1(), and gem5::prefetch::IndirectMemory::trackMissIndex2().

◆ secondIndexSet

bool gem5::prefetch::IndirectMemory::IndirectPatternDetectorEntry::secondIndexSet

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

Generated on Wed Dec 21 2022 10:24:20 for gem5 by doxygen 1.9.1