gem5
v21.0.1.0
|
Simple class to provide virtual print() method on cache blocks without allocating a vtable pointer for every single cache block. More...
#include <cache_blk.hh>
Public Member Functions | |
CacheBlkPrintWrapper (CacheBlk *_blk) | |
virtual | ~CacheBlkPrintWrapper () |
void | print (std::ostream &o, int verbosity=0, const std::string &prefix="") const |
![]() | |
Printable () | |
virtual | ~Printable () |
Private Attributes | |
CacheBlk * | blk |
Simple class to provide virtual print() method on cache blocks without allocating a vtable pointer for every single cache block.
Just wrap the CacheBlk object in an instance of this before passing to a function that requires a Printable object.
Definition at line 549 of file cache_blk.hh.
|
inline |
Definition at line 553 of file cache_blk.hh.
|
inlinevirtual |
Definition at line 554 of file cache_blk.hh.
|
virtual |
Implements Printable.
Definition at line 69 of file cache_blk.cc.
References blk, ccprintf(), CacheBlk::DirtyBit, TaggedEntry::isSecure(), CacheBlk::isSet(), TaggedEntry::isValid(), X86ISA::os, and CacheBlk::WritableBit.
|
private |
Definition at line 551 of file cache_blk.hh.
Referenced by print().