gem5
v20.1.0.0
|
This is the complete list of members for FALRU, including all inherited members.
_drainManager | Drainable | private |
_drainState | Drainable | mutableprivate |
_params | SimObject | protected |
accessBlock(Addr addr, bool is_secure, Cycles &lat, CachesMask *in_cache_mask) | FALRU | |
accessBlock(Addr addr, bool is_secure, Cycles &lat) override | FALRU | virtual |
addStat(Stats::Info *info) | Stats::Group | |
addStatGroup(const char *name, Group *block) | Stats::Group | |
anyBlk(std::function< bool(CacheBlk &)> visitor) override | FALRU | inlinevirtual |
BaseTags(const Params *p) | BaseTags | |
blkAlign(Addr addr) const | BaseTags | inline |
blkMask | BaseTags | protected |
blks | FALRU | protected |
blkSize | BaseTags | protected |
BlkType typedef | FALRU | |
cacheTracking | FALRU | private |
cleanupRefs() | BaseTags | |
cleanupRefsVisitor(CacheBlk &blk) | BaseTags | private |
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 |
computeStats() | BaseTags | |
computeStatsVisitor(CacheBlk &blk) | BaseTags | private |
curCycle() const | Clocked | inline |
currentSection() | Serializable | static |
cycle | Clocked | mutableprivate |
cyclesToTicks(Cycles c) const | Clocked | inline |
dataBlks | BaseTags | protected |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
dmDrain() | Drainable | private |
dmDrainResume() | Drainable | private |
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 |
extractTag(Addr addr) const override | FALRU | inlinevirtual |
FALRU(const Params *p) | FALRU | |
find(const char *name) | SimObject | static |
findBlock(Addr addr, bool is_secure) const override | FALRU | virtual |
findBlockBySetAndWay(int set, int way) const override | FALRU | virtual |
findVictim(Addr addr, const bool is_secure, const std::size_t size, std::vector< CacheBlk * > &evict_blks) override | FALRU | virtual |
forEachBlk(std::function< void(CacheBlk &)> visitor) override | FALRU | inlinevirtual |
frequency() const | Clocked | inline |
getPort(const std::string &if_name, PortID idx=InvalidPortID) | SimObject | virtual |
getProbeManager() | SimObject | |
getStatGroups() const | Stats::Group | |
getStats() const | Stats::Group | |
getWayAllocationMax() const | BaseTags | inlinevirtual |
Group()=delete | Stats::Group | |
Group(const Group &)=delete | Stats::Group | |
Group(Group *parent, const char *name=nullptr) | Stats::Group | |
head | FALRU | protected |
indexingPolicy | BaseTags | protected |
init() | SimObject | virtual |
initState() | SimObject | virtual |
insertBlock(const PacketPtr pkt, CacheBlk *blk) override | FALRU | virtual |
invalidate(CacheBlk *blk) override | FALRU | virtual |
loadState(CheckpointIn &cp) | SimObject | virtual |
lookupLatency | BaseTags | protected |
memInvalidate() | SimObject | inlinevirtual |
memWriteback() | SimObject | inlinevirtual |
mergedParent | Stats::Group | private |
mergedStatGroups | Stats::Group | private |
mergeStatGroup(Group *block) | Stats::Group | private |
moveToHead(FALRUBlk *blk) | FALRU | protected |
moveToTail(FALRUBlk *blk) | FALRU | protected |
name() const | SimObject | inlinevirtual |
nextCycle() const | Clocked | inline |
notifyFork() | Drainable | inlinevirtual |
numBlocks | BaseTags | protected |
SimObject::operator=(const Group &)=delete | Stats::Group | |
Clocked::operator=(Clocked &)=delete | Clocked | protected |
params() const | ClockedObject | inline |
Params typedef | FALRU | |
path | Serializable | privatestatic |
powerState | ClockedObject | |
preDumpStats() | Stats::Group | virtual |
print() | BaseTags | |
probeManager | SimObject | private |
regenerateBlkAddr(const CacheBlk *blk) const override | FALRU | inlinevirtual |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() override | FALRU | 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 | |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
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 |
setCurTick(Tick newVal) | EventManager | inline |
setWayAllocationMax(int ways) | BaseTags | inlinevirtual |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
simObjectList | SimObject | privatestatic |
SimObjectList typedef | SimObject | private |
size | BaseTags | protected |
startup() | SimObject | virtual |
statGroups | Stats::Group | private |
stats | BaseTags | protected |
system | BaseTags | protected |
tagHash | FALRU | protected |
TagHash typedef | FALRU | protected |
TagHashKey typedef | FALRU | protected |
tagsInit() override | FALRU | virtual |
tail | FALRU | protected |
tick | Clocked | mutableprivate |
ticksToCycles(Tick t) const | Clocked | inline |
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 |
update() const | Clocked | inlineprivate |
updateClockPeriod() | Clocked | inline |
voltage() const | Clocked | inline |
wakeupEventQueue(Tick when=(Tick) -1) | EventManager | inline |
warmedUp | BaseTags | protected |
warmupBound | BaseTags | protected |
~BaseTags() | BaseTags | inlinevirtual |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~FALRU() | FALRU | |
~Group() | Stats::Group | virtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |