Change-Id: I67759a4532e8a46c1643d4c3a9c546ad6b565b81
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/9321
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
*
* @param blk Cache block to be touched.
*/
- void touch(CacheBlk *blk);
+ void touch(CacheBlk *blk) override;
/**
* Reset replacement data for a block. Used when a block is inserted.
*
* @param blk Cache block to be reset.
*/
- void reset(CacheBlk *blk);
+ void reset(CacheBlk *blk) override;
/**
* Find replacement victim using LRU timestamps.
*
* @param blk Cache block to be touched.
*/
- void touch(CacheBlk *blk);
+ void touch(CacheBlk *blk) override;
/**
* Reset replacement data for a block. Used when a block is inserted.
*
* @param blk Cache block to be reset.
*/
- void reset(CacheBlk *blk);
+ void reset(CacheBlk *blk) override;
/**
* Find replacement victim using access timestamps.