_currPwrState | ClockedObject | protected |
_params | SimObject | protected |
accessBlock(Addr addr, bool is_secure, Cycles &lat) | LRU | virtual |
accessLatency | BaseTags | protected |
ageTaskId | BaseTags | protected |
allocAssoc | BaseSetAssoc | protected |
assoc | BaseSetAssoc | protected |
avgOccs | BaseTags | protected |
avgRefs | BaseTags | protected |
BaseSetAssoc(const Params *p) | BaseSetAssoc | |
BaseTags(const Params *p) | BaseTags | |
blkAlign(Addr addr) const | BaseTags | inline |
blkMask | BaseTags | protected |
blks | BaseSetAssoc | protected |
blkSize | BaseTags | protected |
BlkType typedef | BaseSetAssoc | |
cache | BaseTags | protected |
ckptCount | Serializable | static |
ckptMaxCount | Serializable | static |
ckptPrevCount | Serializable | static |
cleanupRefs() override | BaseSetAssoc | virtual |
Clocked(ClockDomain &clk_domain) | Clocked | inlineprotected |
Clocked(Clocked &)=delete | Clocked | protected |
clockEdge(Cycles cycles=Cycles(0)) const | Clocked | inline |
ClockedObject(const ClockedObjectParams *p) | ClockedObject | |
clockPeriod() const | Clocked | inline |
computeStats() override | BaseSetAssoc | virtual |
curCycle() const | Clocked | inline |
currentSection() | Serializable | static |
cyclesToTicks(Cycles c) const | Clocked | inline |
dataAccesses | BaseTags | protected |
dataBlks | BaseSetAssoc | protected |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
drain() override | SimObject | inlinevirtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
extractBlkOffset(Addr addr) const | BaseTags | inline |
extractSet(Addr addr) const override | BaseSetAssoc | inlinevirtual |
extractTag(Addr addr) const override | BaseSetAssoc | inlinevirtual |
find(const char *name) | SimObject | static |
findBlock(Addr addr, bool is_secure) const override | BaseSetAssoc | virtual |
findBlockBySetAndWay(int set, int way) const override | BaseSetAssoc | virtual |
findVictim(Addr addr) | LRU | virtual |
forEachBlk(CacheBlkVisitor &visitor) override | BaseSetAssoc | inlinevirtual |
frequency() const | Clocked | inline |
getProbeManager() | SimObject | |
getWayAllocationMax() const override | BaseSetAssoc | inlinevirtual |
init() | SimObject | virtual |
initState() | SimObject | virtual |
insertBlock(PacketPtr pkt, BlkType *blk) | LRU | virtual |
invalidate(CacheBlk *blk) | LRU | virtual |
loadState(CheckpointIn &cp) | SimObject | virtual |
lookupLatency | BaseTags | protected |
LRU(const Params *p) | LRU | |
memInvalidate() | SimObject | inlinevirtual |
memWriteback() | SimObject | inlinevirtual |
name() const | SimObject | inlinevirtual |
nextCycle() const | Clocked | inline |
notifyFork() | Drainable | inlinevirtual |
numBlocks | BaseTags | protected |
numPwrStateTransitions | ClockedObject | protected |
numSets | BaseSetAssoc | protected |
occupancies | BaseTags | protected |
occupanciesTaskId | BaseTags | protected |
operator=(Clocked &)=delete | Clocked | protected |
Params typedef | LRU | |
params() const | ClockedObject | inline |
percentOccsTaskId | BaseTags | protected |
print() const override | BaseSetAssoc | virtual |
prvEvalTick | ClockedObject | protected |
pwrState() const | ClockedObject | inline |
pwrState(Enums::PwrState) | ClockedObject | |
pwrStateClkGateDist | ClockedObject | protected |
pwrStateName() const | ClockedObject | inline |
pwrStateResidencyTicks | ClockedObject | protected |
pwrStateWeights() const | ClockedObject | |
regenerateBlkAddr(Addr tag, unsigned set) const override | BaseSetAssoc | inlinevirtual |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() | BaseTags | virtual |
replacements | BaseTags | protected |
reschedule(Event &event, Tick when, bool always=false) | EventManager | inline |
reschedule(Event *event, Tick when, bool always=false) | EventManager | inline |
resetClock() const | Clocked | inlineprotected |
resetStats() | SimObject | virtual |
sampledRefs | BaseTags | protected |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
sequentialAccess | BaseSetAssoc | protected |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | ClockedObject | virtual |
serializeAll(CheckpointOut &cp) | SimObject | static |
Serializable::serializeAll(const std::string &cpt_dir) | Serializable | static |
serializeSection(CheckpointOut &cp, const char *name) const | Serializable | |
serializeSection(CheckpointOut &cp, const std::string &name) const | Serializable | inline |
setCache(BaseCache *_cache) | BaseTags | |
setCurTick(Tick newVal) | EventManager | inline |
setMask | BaseSetAssoc | protected |
sets | BaseSetAssoc | protected |
setShift | BaseSetAssoc | protected |
SetType typedef | BaseSetAssoc | |
setWayAllocationMax(int ways) override | BaseSetAssoc | inlinevirtual |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
size | BaseTags | protected |
startup() | SimObject | virtual |
tagAccesses | BaseTags | protected |
tagShift | BaseSetAssoc | protected |
tagsInUse | BaseTags | protected |
ticksToCycles(Tick t) const | Clocked | inline |
totalRefs | BaseTags | protected |
unserialize(CheckpointIn &cp) override | ClockedObject | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
updateClockPeriod() const | Clocked | inline |
voltage() const | Clocked | inline |
wakeupEventQueue(Tick when=(Tick)-1) | EventManager | inline |
warmedUp | BaseTags | protected |
warmupBound | BaseTags | protected |
warmupCycle | BaseTags | protected |
~BaseSetAssoc() | BaseSetAssoc | virtual |
~BaseTags() | BaseTags | inlinevirtual |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~LRU() | LRU | inline |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |