_currPwrState | ClockedObject | protected |
_params | SimObject | protected |
access(PacketPtr pkt, CacheBlk *&blk, Cycles &lat, PacketList &writebacks) | Cache | protected |
accesses | BaseCache | |
addrRanges | BaseCache | protected |
allocateBlock(Addr addr, bool is_secure, PacketList &writebacks) | Cache | protected |
allocateMissBuffer(PacketPtr pkt, Tick time, bool sched_send=true) | BaseCache | inline |
allocateWriteBuffer(PacketPtr pkt, Tick time) | BaseCache | inline |
allocOnFill(MemCmd cmd) const override | Cache | inlineprotectedvirtual |
avg_blocked | BaseCache | |
avgMissLatency | BaseCache | |
avgMshrMissLatency | BaseCache | |
avgMshrUncacheableLatency | BaseCache | |
BaseCache(const BaseCacheParams *p, unsigned blk_size) | BaseCache | |
blkSize | BaseCache | protected |
blocked | BaseCache | protected |
blocked_causes | BaseCache | |
blocked_cycles | BaseCache | |
Blocked_NoMSHRs enum value | BaseCache | |
Blocked_NoTargets enum value | BaseCache | |
Blocked_NoWBBuffers enum value | BaseCache | |
BlockedCause enum name | BaseCache | |
blockedCycle | BaseCache | protected |
Cache(const CacheParams *p) | Cache | |
ckptCount | Serializable | static |
ckptMaxCount | Serializable | static |
ckptPrevCount | Serializable | static |
cleanEvictBlk(CacheBlk *blk) | Cache | protected |
clearBlocked(BlockedCause cause) | BaseCache | inline |
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 |
clusivity | Cache | protected |
cmpAndSwap(CacheBlk *blk, PacketPtr pkt) | Cache | protected |
computeStats() | ClockedObject | |
cpuSidePort | BaseCache | protected |
createMissPacket(PacketPtr cpu_pkt, CacheBlk *blk, bool needsWritable) const | Cache | protected |
curCycle() const | Clocked | inline |
currentSection() | Serializable | static |
cyclesToTicks(Cycles c) const | Clocked | inline |
dataLatency | BaseCache | protected |
demandAccesses | BaseCache | |
demandAvgMissLatency | BaseCache | |
demandAvgMshrMissLatency | BaseCache | |
demandHits | BaseCache | |
demandMisses | BaseCache | |
demandMissLatency | BaseCache | |
demandMissRate | BaseCache | |
demandMshrHits | BaseCache | |
demandMshrMisses | BaseCache | |
demandMshrMissLatency | BaseCache | |
demandMshrMissRate | BaseCache | |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
doFastWrites | Cache | protected |
doTimingSupplyResponse(PacketPtr req_pkt, const uint8_t *blk_data, bool already_copied, bool pending_inval) | Cache | protected |
doWritebacks(PacketList &writebacks, Tick forward_time) | Cache | protected |
doWritebacksAtomic(PacketList &writebacks) | Cache | protected |
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 |
fillLatency | BaseCache | protected |
find(const char *name) | SimObject | static |
findBlock(Addr addr, bool is_secure) const | Cache | inlineprotected |
forwardLatency | BaseCache | protected |
forwardSnoops | BaseCache | protected |
frequency() const | Clocked | inline |
functionalAccess(PacketPtr pkt, bool fromCpuSide) | Cache | protected |
getAddrRanges() const | BaseCache | inline |
getBlockSize() const | BaseCache | inline |
getMasterPort(const std::string &if_name, PortID idx=InvalidPortID) | BaseCache | virtual |
getNextQueueEntry() | Cache | protected |
getProbeManager() | SimObject | |
getSlavePort(const std::string &if_name, PortID idx=InvalidPortID) | BaseCache | virtual |
handleFill(PacketPtr pkt, CacheBlk *blk, PacketList &writebacks, bool allocate) | Cache | protected |
handleSnoop(PacketPtr pkt, CacheBlk *blk, bool is_timing, bool is_deferred, bool pending_inval) | Cache | protected |
handleUncacheableWriteResp(PacketPtr pkt) | Cache | protected |
hits | BaseCache | |
inCache(Addr addr, bool is_secure) const override | Cache | inlineprotectedvirtual |
incHitCount(PacketPtr pkt) | BaseCache | inline |
incMissCount(PacketPtr pkt) | BaseCache | inline |
init() | BaseCache | virtual |
initState() | SimObject | virtual |
inMissQueue(Addr addr, bool is_secure) const override | Cache | inlineprotectedvirtual |
inRange(Addr addr) const | BaseCache | protected |
invalidateBlock(CacheBlk *blk) | Cache | protected |
invalidateVisitor(CacheBlk &blk) | Cache | protected |
isBlocked() const | BaseCache | inline |
isCachedAbove(PacketPtr pkt, bool is_timing=true) const | Cache | protected |
isDirty() const override | Cache | protectedvirtual |
isReadOnly | BaseCache | protected |
loadState(CheckpointIn &cp) | SimObject | virtual |
lookupLatency | BaseCache | protected |
maintainClusivity(bool from_cache, CacheBlk *blk) | Cache | protected |
markInService(MSHR *mshr, bool pending_modified_resp) | BaseCache | inlineprotected |
markInService(WriteQueueEntry *entry) | BaseCache | inlineprotected |
memInvalidate() override | Cache | protectedvirtual |
MemObject(const Params *params) | MemObject | |
memSidePort | BaseCache | protected |
memWriteback() override | Cache | protectedvirtual |
missCount | BaseCache | protected |
misses | BaseCache | |
missLatency | BaseCache | |
missRate | BaseCache | |
mshr_hits | BaseCache | |
mshr_miss_latency | BaseCache | |
mshr_misses | BaseCache | |
mshr_uncacheable | BaseCache | |
mshr_uncacheable_lat | BaseCache | |
mshrMissRate | BaseCache | |
mshrQueue | BaseCache | protected |
MSHRQueue_MSHRs enum value | BaseCache | protected |
MSHRQueue_WriteBuffer enum value | BaseCache | protected |
MSHRQueueIndex enum name | BaseCache | protected |
name() const | SimObject | inlinevirtual |
nextCycle() const | Clocked | inline |
nextQueueReadyTime() const | Cache | protected |
noTargetMSHR | BaseCache | protected |
notifyFork() | Drainable | inlinevirtual |
NUM_BLOCKED_CAUSES enum value | BaseCache | |
numPwrStateTransitions | ClockedObject | protected |
numTarget | BaseCache | protected |
operator=(Clocked &)=delete | Clocked | protected |
order | BaseCache | protected |
outstandingMisses() const | Cache | inlineprotected |
outstandingSnoop | Cache | protected |
overallAccesses | BaseCache | |
overallAvgMissLatency | BaseCache | |
overallAvgMshrMissLatency | BaseCache | |
overallAvgMshrUncacheableLatency | BaseCache | |
overallHits | BaseCache | |
overallMisses | BaseCache | |
overallMissLatency | BaseCache | |
overallMissRate | BaseCache | |
overallMshrHits | BaseCache | |
overallMshrMisses | BaseCache | |
overallMshrMissLatency | BaseCache | |
overallMshrMissRate | BaseCache | |
overallMshrUncacheable | BaseCache | |
overallMshrUncacheableLatency | BaseCache | |
Params typedef | MemObject | |
params() const | MemObject | inline |
pendingDelete | Cache | protected |
prefetcher | Cache | protected |
prefetchOnAccess | Cache | protected |
promoteWholeLineWrites(PacketPtr pkt) | Cache | protected |
prvEvalTick | ClockedObject | protected |
pwrState() const | ClockedObject | inline |
pwrState(Enums::PwrState) | ClockedObject | |
pwrStateClkGateDist | ClockedObject | protected |
pwrStateName() const | ClockedObject | inline |
pwrStateResidencyTicks | ClockedObject | protected |
pwrStateWeights() const | ClockedObject | |
recvAtomic(PacketPtr pkt) | Cache | protected |
recvAtomicSnoop(PacketPtr pkt) | Cache | protected |
recvTimingReq(PacketPtr pkt) | Cache | protected |
recvTimingResp(PacketPtr pkt) | Cache | protected |
recvTimingSnoopReq(PacketPtr pkt) | Cache | protected |
recvTimingSnoopResp(PacketPtr pkt) | Cache | protected |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() override | Cache | virtual |
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 |
responseLatency | BaseCache | protected |
satisfyRequest(PacketPtr pkt, CacheBlk *blk, bool deferred_response=false, bool pending_downgrade=false) | Cache | protected |
schedMemSideSendEvent(Tick time) | BaseCache | inline |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
sendMSHRQueuePacket(MSHR *mshr) | Cache | |
sendWriteQueuePacket(WriteQueueEntry *wq_entry) | Cache | |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | Cache | 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 |
setBlocked(BlockedCause cause) | BaseCache | inline |
setCurTick(Tick newVal) | EventManager | inline |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
startup() | SimObject | virtual |
system | BaseCache | |
tags | Cache | protected |
tempBlock | Cache | protected |
tempBlockWriteback | Cache | protected |
ticksToCycles(Tick t) const | Clocked | inline |
unserialize(CheckpointIn &cp) override | Cache | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
unusedPrefetches | BaseCache | |
updateClockPeriod() const | Clocked | inline |
voltage() const | Clocked | inline |
wakeupEventQueue(Tick when=(Tick)-1) | EventManager | inline |
writebackBlk(CacheBlk *blk) | Cache | protected |
writebackClean | Cache | protected |
writebacks | BaseCache | |
writebackTempBlockAtomic() | Cache | inlineprotected |
writebackTempBlockAtomicEvent | Cache | protected |
writebackVisitor(CacheBlk &blk) | Cache | protected |
writeBuffer | BaseCache | protected |
~BaseCache() | BaseCache | inline |
~Cache() | Cache | virtual |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |