Go to the documentation of this file.
34 #ifndef __MEM_CACHE_TAGS_SECTOR_BLK_HH__
35 #define __MEM_CACHE_TAGS_SECTOR_BLK_HH__
112 void insert(
const Addr tag,
const bool is_secure)
override;
124 std::string
print()
const override;
179 void setPosition(
const uint32_t set,
const uint32_t way)
override;
186 std::string
print()
const override;
189 #endif //__MEM_CACHE_TAGS_SECTOR_BLK_HH__
std::string print() const override
Print relevant information for this sector block and its sub-blocks.
Copyright (c) 2020 Inria All rights reserved.
uint8_t _validCounter
Counter of the number of valid sub-blocks.
void invalidate() override
Invalidate the block and inform sector block.
SectorBlk * _sectorBlk
Sector block associated to this block.
void insert(const Addr tag, const bool is_secure) override
Insert the block by assigning it a tag and marking it valid.
std::vector< SectorSubBlk * > blks
List of blocks associated to this sector.
void setSectorBlock(SectorBlk *sector_blk)
Set sector block associated to this block.
void invalidateSubBlk()
Decrease the number of valid sub-blocks.
void setPosition(const uint32_t set, const uint32_t way) override
Sets the position of the sub-entries, besides its own.
void setValid() override
Set valid bit and inform sector block.
SectorSubBlk & operator=(const SectorSubBlk &)=delete
Addr getTag() const override
Get tag associated to this block.
SectorBlk & operator=(const SectorBlk &)=delete
uint8_t getNumValid() const
Get the number of sub-blocks that have been validated.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
SectorBlk * getSectorBlock() const
Get sector block associated to this block.
int _sectorOffset
The offset of this sub-block in the sector.
void validateSubBlk()
Increase the number of valid sub-blocks.
std::string print() const override
Pretty-print sector offset and other CacheBlk information.
void setSectorOffset(const int sector_offset)
Set offset of this sub-block within the sector.
int getSectorOffset() const
Get offset of this sub-block within the sector.
A sector is composed of sub-blocks, and each sub-block has information regarding its sector and a poi...
bool isValid() const override
Checks that a sector block is valid.
Generated on Tue Mar 23 2021 19:41:27 for gem5 by doxygen 1.8.17