_drainManager | Drainable | private |
_drainState | Drainable | mutableprivate |
_params | SimObject | protected |
accessCycles | X86ISA::GpuTLB | |
accessDistance | X86ISA::GpuTLB | protected |
AccessPatternTable typedef | X86ISA::GpuTLB | |
addStat(Stats::Info *info) | Stats::Group | |
addStatGroup(const char *name, Group *block) | Stats::Group | |
allocationPolicy | X86ISA::GpuTLB | protected |
assoc | X86ISA::GpuTLB | protected |
avgReuseDistance | X86ISA::GpuTLB | |
cleanup() | X86ISA::GpuTLB | |
cleanupEvent | X86ISA::GpuTLB | |
cleanupQueue | X86ISA::GpuTLB | |
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 |
configAddress | X86ISA::GpuTLB | protected |
cpuSidePort | X86ISA::GpuTLB | |
curCycle() const | Clocked | inline |
currentSection() | Serializable | static |
cycle | Clocked | mutableprivate |
cyclesToTicks(Cycles c) const | Clocked | inline |
demapPage(Addr va, uint64_t asn) | X86ISA::GpuTLB | |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
dmDrain() | Drainable | private |
dmDrainResume() | Drainable | private |
doMmuRegRead(ThreadContext *tc, Packet *pkt) | X86ISA::GpuTLB | |
doMmuRegWrite(ThreadContext *tc, Packet *pkt) | X86ISA::GpuTLB | |
drain() override | SimObject | inlinevirtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
dumpAll() | X86ISA::GpuTLB | |
entryList | X86ISA::GpuTLB | protected |
EntryList typedef | X86ISA::GpuTLB | protected |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
exitCallback() | X86ISA::GpuTLB | |
exitEvent | X86ISA::GpuTLB | |
FA | X86ISA::GpuTLB | protected |
find(const char *name) | SimObject | static |
freeList | X86ISA::GpuTLB | protected |
frequency() const | Clocked | inline |
getPort(const std::string &if_name, PortID idx=InvalidPortID) override | X86ISA::GpuTLB | virtual |
getProbeManager() | SimObject | |
getStatGroups() const | Stats::Group | |
getStats() const | Stats::Group | |
getWalker() | X86ISA::GpuTLB | |
globalNumTLBAccesses | X86ISA::GpuTLB | |
globalNumTLBHits | X86ISA::GpuTLB | |
globalNumTLBMisses | X86ISA::GpuTLB | |
globalTLBMissRate | X86ISA::GpuTLB | |
GpuTLB(const Params *p) | X86ISA::GpuTLB | |
Group()=delete | Stats::Group | |
Group(const Group &)=delete | Stats::Group | |
Group(Group *parent, const char *name=nullptr) | Stats::Group | |
handleFuncTranslationReturn(PacketPtr pkt, tlbOutcome outcome) | X86ISA::GpuTLB | |
handleTranslationReturn(Addr addr, tlbOutcome outcome, PacketPtr pkt) | X86ISA::GpuTLB | |
hasMemSidePort | X86ISA::GpuTLB | protected |
hitLatency | X86ISA::GpuTLB | |
init() | SimObject | virtual |
initState() | SimObject | virtual |
insert(Addr vpn, TlbEntry &entry) | X86ISA::GpuTLB | |
invalidateAll() | X86ISA::GpuTLB | |
invalidateNonGlobal() | X86ISA::GpuTLB | |
issueTLBLookup(PacketPtr pkt) | X86ISA::GpuTLB | |
issueTranslation() | X86ISA::GpuTLB | |
loadState(CheckpointIn &cp) | SimObject | virtual |
localCycles | X86ISA::GpuTLB | |
localLatency | X86ISA::GpuTLB | |
localNumTLBAccesses | X86ISA::GpuTLB | |
localNumTLBHits | X86ISA::GpuTLB | |
localNumTLBMisses | X86ISA::GpuTLB | |
localTLBMissRate | X86ISA::GpuTLB | |
lookup(Addr va, bool update_lru=true) | X86ISA::GpuTLB | |
lookupIt(Addr va, bool update_lru=true) | X86ISA::GpuTLB | protected |
maxCoalescedReqs | X86ISA::GpuTLB | |
memInvalidate() | SimObject | inlinevirtual |
memSidePort | X86ISA::GpuTLB | |
memWriteback() | SimObject | inlinevirtual |
mergedParent | Stats::Group | private |
mergedStatGroups | Stats::Group | private |
mergeStatGroup(Group *block) | Stats::Group | private |
MISS_RETURN enum value | X86ISA::GpuTLB | |
missLatency1 | X86ISA::GpuTLB | |
missLatency2 | X86ISA::GpuTLB | |
Mode typedef | X86ISA::GpuTLB | |
name() const | SimObject | inlinevirtual |
nextCycle() const | Clocked | inline |
notifyFork() | Drainable | inlinevirtual |
numSets | X86ISA::GpuTLB | protected |
numUniquePages | X86ISA::GpuTLB | |
SimObject::operator=(const Group &)=delete | Stats::Group | |
Clocked::operator=(Clocked &)=delete | Clocked | protected |
outstandingReqs | X86ISA::GpuTLB | |
PAGE_WALK enum value | X86ISA::GpuTLB | |
pageTableCycles | X86ISA::GpuTLB | |
pagingProtectionChecks(ThreadContext *tc, PacketPtr pkt, TlbEntry *tlb_entry, Mode mode) | X86ISA::GpuTLB | |
params() const | ClockedObject | inline |
Params typedef | X86ISA::GpuTLB | |
path | Serializable | privatestatic |
powerState | ClockedObject | |
preDumpStats() | Stats::Group | virtual |
printAccessPattern() | X86ISA::GpuTLB | |
probeManager | SimObject | private |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() override | X86ISA::GpuTLB | 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 | X86ISA::GpuTLB | 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 |
setConfigAddress(uint32_t addr) | X86ISA::GpuTLB | |
setCurTick(Tick newVal) | EventManager | inline |
setMask | X86ISA::GpuTLB | protected |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
SimObjectList typedef | SimObject | private |
simObjectList | SimObject | privatestatic |
size | X86ISA::GpuTLB | protected |
startup() | SimObject | virtual |
statGroups | Stats::Group | private |
stats | Stats::Group | private |
tick | Clocked | mutableprivate |
ticksToCycles(Tick t) const | Clocked | inline |
tlb | X86ISA::GpuTLB | protected |
TLB_HIT enum value | X86ISA::GpuTLB | |
TLB_MISS enum value | X86ISA::GpuTLB | |
TLBFootprint | X86ISA::GpuTLB | |
tlbLookup(const RequestPtr &req, ThreadContext *tc, bool update_stats) | X86ISA::GpuTLB | |
tlbOutcome enum name | X86ISA::GpuTLB | |
translate(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode, bool &delayedResponse, bool timing, int &latency) | X86ISA::GpuTLB | protected |
translateAtomic(const RequestPtr &req, ThreadContext *tc, Mode mode, int &latency) | X86ISA::GpuTLB | |
translateInt(bool read, const RequestPtr &req, ThreadContext *tc) | X86ISA::GpuTLB | protected |
translateTiming(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode, int &latency) | X86ISA::GpuTLB | |
translationReturn(Addr virtPageAddr, tlbOutcome outcome, PacketPtr pkt) | X86ISA::GpuTLB | |
translationReturnEvent | X86ISA::GpuTLB | |
unserialize(CheckpointIn &cp) override | X86ISA::GpuTLB | 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 |
updatePageFootprint(Addr virt_page_addr) | X86ISA::GpuTLB | |
updatePhysAddresses(Addr virt_page_addr, TlbEntry *tlb_entry, Addr phys_page_addr) | X86ISA::GpuTLB | |
voltage() const | Clocked | inline |
wakeupEventQueue(Tick when=(Tick) -1) | EventManager | inline |
walker | X86ISA::GpuTLB | protected |
Walker class | X86ISA::GpuTLB | friend |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~GpuTLB() | X86ISA::GpuTLB | |
~Group() | Stats::Group | virtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |