gem5
v20.1.0.0
|
This is the complete list of members for Cache, including all inherited members.
_drainManager | Drainable | private |
_drainState | Drainable | mutableprivate |
_params | SimObject | protected |
access(PacketPtr pkt, CacheBlk *&blk, Cycles &lat, PacketList &writebacks) override | Cache | protectedvirtual |
addrRanges | BaseCache | protected |
addStat(Stats::Info *info) | Stats::Group | |
addStatGroup(const char *name, Group *block) | Stats::Group | |
allocateBlock(const PacketPtr pkt, PacketList &writebacks) | BaseCache | protected |
allocateMissBuffer(PacketPtr pkt, Tick time, bool sched_send=true) | BaseCache | inline |
allocateWriteBuffer(PacketPtr pkt, Tick time) | BaseCache | inline |
allocOnFill(MemCmd cmd) const | BaseCache | inlineprotected |
BaseCache(const BaseCacheParams *p, unsigned blk_size) | BaseCache | |
blkSize | BaseCache | protected |
blocked | BaseCache | protected |
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 | |
calculateAccessLatency(const CacheBlk *blk, const uint32_t delay, const Cycles lookup_lat) const | BaseCache | protected |
calculateTagOnlyLatency(const uint32_t delay, const Cycles lookup_lat) const | BaseCache | protected |
cleanEvictBlk(CacheBlk *blk) | Cache | protected |
clearBlocked(BlockedCause cause) | BaseCache | inline |
clockDomain | Clocked | private |
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 |
clockPeriodUpdated() | Clocked | inlineprotectedvirtual |
clusivity | BaseCache | protected |
cmpAndSwap(CacheBlk *blk, PacketPtr pkt) | BaseCache | protected |
coalesce() const | BaseCache | |
compressor | BaseCache | protected |
cpuSidePort | BaseCache | protected |
createMissPacket(PacketPtr cpu_pkt, CacheBlk *blk, bool needs_writable, bool is_whole_line_write) const override | Cache | protectedvirtual |
curCycle() const | Clocked | inline |
currentSection() | Serializable | static |
cycle | Clocked | mutableprivate |
cyclesToTicks(Cycles c) const | Clocked | inline |
dataLatency | BaseCache | protected |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
dmDrain() | Drainable | private |
dmDrainResume() | Drainable | private |
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) override | Cache | protectedvirtual |
doWritebacksAtomic(PacketList &writebacks) override | Cache | protectedvirtual |
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 |
evictBlock(CacheBlk *blk) override | Cache | protectedvirtual |
BaseCache::evictBlock(CacheBlk *blk, PacketList &writebacks) | BaseCache | protected |
fillLatency | BaseCache | protected |
find(const char *name) | SimObject | static |
forwardLatency | BaseCache | protected |
forwardSnoops | BaseCache | protected |
frequency() const | Clocked | inline |
functionalAccess(PacketPtr pkt, bool from_cpu_side) | BaseCache | protectedvirtual |
getAddrRanges() const | BaseCache | inline |
getBlockSize() const | BaseCache | inline |
getNextQueueEntry() | BaseCache | protected |
getPort(const std::string &if_name, PortID idx=InvalidPortID) override | BaseCache | virtual |
getProbeManager() | SimObject | |
getStatGroups() const | Stats::Group | |
getStats() const | Stats::Group | |
Group()=delete | Stats::Group | |
Group(const Group &)=delete | Stats::Group | |
Group(Group *parent, const char *name=nullptr) | Stats::Group | |
handleAtomicReqMiss(PacketPtr pkt, CacheBlk *&blk, PacketList &writebacks) override | Cache | protectedvirtual |
handleEvictions(std::vector< CacheBlk * > &evict_blks, PacketList &writebacks) | BaseCache | protected |
handleFill(PacketPtr pkt, CacheBlk *blk, PacketList &writebacks, bool allocate) | BaseCache | protected |
handleSnoop(PacketPtr pkt, CacheBlk *blk, bool is_timing, bool is_deferred, bool pending_inval) | Cache | protected |
handleTimingReqHit(PacketPtr pkt, CacheBlk *blk, Tick request_time) override | Cache | protectedvirtual |
handleTimingReqMiss(PacketPtr pkt, CacheBlk *blk, Tick forward_time, Tick request_time) override | Cache | protectedvirtual |
BaseCache::handleTimingReqMiss(PacketPtr pkt, MSHR *mshr, CacheBlk *blk, Tick forward_time, Tick request_time) | BaseCache | protected |
handleUncacheableWriteResp(PacketPtr pkt) | BaseCache | protected |
hasBeenPrefetched(Addr addr, bool is_secure) const | BaseCache | inline |
inCache(Addr addr, bool is_secure) const | BaseCache | inline |
incHitCount(PacketPtr pkt) | BaseCache | inline |
incMissCount(PacketPtr pkt) | BaseCache | inline |
init() override | BaseCache | virtual |
initState() | SimObject | virtual |
inMissQueue(Addr addr, bool is_secure) const | BaseCache | inline |
inRange(Addr addr) const | BaseCache | protected |
invalidateBlock(CacheBlk *blk) | BaseCache | protected |
invalidateVisitor(CacheBlk &blk) | BaseCache | |
isBlocked() const | BaseCache | inline |
isCachedAbove(PacketPtr pkt, bool is_timing=true) | Cache | protected |
isDirty() const | BaseCache | protected |
isReadOnly | BaseCache | protected |
loadState(CheckpointIn &cp) | SimObject | virtual |
lookupLatency | BaseCache | protected |
maintainClusivity(bool from_cache, CacheBlk *blk) | BaseCache | protected |
markInService(MSHR *mshr, bool pending_modified_resp) | BaseCache | inlineprotected |
markInService(WriteQueueEntry *entry) | BaseCache | inlineprotected |
memInvalidate() override | BaseCache | protectedvirtual |
memSidePort | BaseCache | protected |
memWriteback() override | BaseCache | protectedvirtual |
mergedParent | Stats::Group | private |
mergedStatGroups | Stats::Group | private |
mergeStatGroup(Group *block) | Stats::Group | private |
missCount | BaseCache | protected |
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 | BaseCache | protected |
noTargetMSHR | BaseCache | protected |
notifyFork() | Drainable | inlinevirtual |
NUM_BLOCKED_CAUSES enum value | BaseCache | |
numTarget | BaseCache | protected |
SimObject::operator=(const Group &)=delete | Stats::Group | |
Clocked::operator=(Clocked &)=delete | Clocked | protected |
order | BaseCache | protected |
outstandingSnoop | Cache | protected |
Params typedef | ClockedObject | |
params() const | ClockedObject | inline |
path | Serializable | privatestatic |
pendingDelete | BaseCache | protected |
powerState | ClockedObject | |
ppFill | BaseCache | protected |
ppHit | BaseCache | protected |
ppMiss | BaseCache | protected |
preDumpStats() | Stats::Group | virtual |
prefetcher | BaseCache | protected |
probeManager | SimObject | private |
promoteWholeLineWrites(PacketPtr pkt) | Cache | protected |
recvAtomic(PacketPtr pkt) override | Cache | protectedvirtual |
recvAtomicSnoop(PacketPtr pkt) override | Cache | protectedvirtual |
recvTimingReq(PacketPtr pkt) override | Cache | protectedvirtual |
recvTimingResp(PacketPtr pkt) | BaseCache | protectedvirtual |
recvTimingSnoopReq(PacketPtr pkt) override | Cache | protectedvirtual |
recvTimingSnoopResp(PacketPtr pkt) override | Cache | protectedvirtual |
regenerateBlkAddr(CacheBlk *blk) | BaseCache | protected |
regProbeListeners() | SimObject | virtual |
regProbePoints() override | BaseCache | virtual |
regStats() | Stats::Group | 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() | Stats::Group | virtual |
resolveStat(std::string name) const | Stats::Group | |
responseLatency | BaseCache | protected |
satisfyRequest(PacketPtr pkt, CacheBlk *blk, bool deferred_response=false, bool pending_downgrade=false) override | Cache | protectedvirtual |
schedMemSideSendEvent(Tick time) | BaseCache | inline |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
sendMSHRQueuePacket(MSHR *mshr) override | Cache | virtual |
sendWriteQueuePacket(WriteQueueEntry *wq_entry) | BaseCache | |
sequentialAccess | BaseCache | protected |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | BaseCache | 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 |
serviceMSHRTargets(MSHR *mshr, const PacketPtr pkt, CacheBlk *blk) override | Cache | protectedvirtual |
setBlocked(BlockedCause cause) | BaseCache | inline |
setCurTick(Tick newVal) | EventManager | inline |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
SimObjectList typedef | SimObject | private |
simObjectList | SimObject | privatestatic |
startup() | SimObject | virtual |
statGroups | Stats::Group | private |
stats | BaseCache | |
system | BaseCache | |
tags | BaseCache | protected |
tempBlock | BaseCache | protected |
tempBlockWriteback | BaseCache | protected |
tick | Clocked | mutableprivate |
ticksToCycles(Tick t) const | Clocked | inline |
unserialize(CheckpointIn &cp) override | BaseCache | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
update() const | Clocked | inlineprivate |
updateClockPeriod() | Clocked | inline |
updateCompressionData(CacheBlk *blk, const uint64_t *data, PacketList &writebacks) | BaseCache | protected |
voltage() const | Clocked | inline |
wakeupEventQueue(Tick when=(Tick) -1) | EventManager | inline |
writeAllocator | BaseCache | protected |
writebackBlk(CacheBlk *blk) | BaseCache | protected |
writebackClean | BaseCache | protected |
writebackTempBlockAtomic() | BaseCache | inlineprotected |
writebackTempBlockAtomicEvent | BaseCache | protected |
writebackVisitor(CacheBlk &blk) | BaseCache | |
writeBuffer | BaseCache | protected |
writecleanBlk(CacheBlk *blk, Request::Flags dest, PacketId id) | BaseCache | protected |
~BaseCache() | BaseCache | |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~Group() | Stats::Group | virtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |