gem5
v19.0.0.0
|
This is the complete list of members for DummyChecker, including all inherited members.
_cacheLineSize | BaseCPU | protected |
_cpuId | BaseCPU | protected |
_currPwrState | ClockedObject | protected |
_dataMasterId | BaseCPU | protected |
_instMasterId | BaseCPU | protected |
_params | SimObject | protected |
_pid | BaseCPU | protected |
_socketId | BaseCPU | protected |
_switchedOut | BaseCPU | protected |
_taskId | BaseCPU | protected |
activateContext(ThreadID thread_num) | BaseCPU | virtual |
addStat(Stats::Info *info) | Stats::Group | |
addStatGroup(const char *name, Group *block) | Stats::Group | |
amoMem(Addr addr, uint8_t *data, unsigned size, Request::Flags flags, AtomicOpFunctorPtr amo_op) override | CheckerCPU | inline |
ExecContext::amoMem(Addr addr, uint8_t *data, unsigned int size, Request::Flags flags, AtomicOpFunctorPtr amo_op) | ExecContext | inlinevirtual |
armMonitor(Addr address) override | CheckerCPU | inlinevirtual |
BaseCPU::armMonitor(ThreadID tid, Addr address) | BaseCPU | |
BaseCPU(Params *params, bool is_checker=false) | BaseCPU | |
cacheLineSize() const | BaseCPU | inline |
changedPC | CheckerCPU | |
CheckerCPU(Params *p) | CheckerCPU | |
checkFlags(const RequestPtr &unverified_req, Addr vAddr, Addr pAddr, int flags) | CheckerCPU | |
checkInterrupts(ThreadContext *tc) const | BaseCPU | inline |
ckptCount | Serializable | static |
ckptMaxCount | Serializable | static |
ckptPrevCount | Serializable | static |
clearInterrupt(ThreadID tid, int int_num, int index) | BaseCPU | inline |
clearInterrupts(ThreadID tid) | BaseCPU | 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 |
clockPeriodUpdated() | Clocked | inlineprotectedvirtual |
computeStats() | ClockedObject | |
contextToThread(ContextID cid) | BaseCPU | inline |
CPU_STATE_ON enum value | BaseCPU | protected |
CPU_STATE_SLEEP enum value | BaseCPU | protected |
CPU_STATE_WAKEUP enum value | BaseCPU | protected |
cpuId() const | BaseCPU | inline |
CPUState enum name | BaseCPU | protected |
curCycle() const | Clocked | inline |
curMacroStaticInst | CheckerCPU | protected |
currentSection() | Serializable | static |
curStaticInst | CheckerCPU | protected |
cyclesToTicks(Cycles c) const | Clocked | inline |
dataMasterId() const | BaseCPU | inline |
dbg_vtophys(Addr addr) | CheckerCPU | protected |
dcachePort | CheckerCPU | protected |
demapDataPage(Addr vaddr, uint64_t asn) | CheckerCPU | inline |
demapInstPage(Addr vaddr, uint64_t asn) | CheckerCPU | inline |
demapPage(Addr vaddr, uint64_t asn) override | CheckerCPU | inlinevirtual |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
deschedulePowerGatingEvent() | BaseCPU | |
drain() override | SimObject | inlinevirtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
dtb | CheckerCPU | protected |
DummyChecker(Params *p) | DummyChecker | inline |
dumpAndExit() | CheckerCPU | |
enterPwrGating() | BaseCPU | protected |
enterPwrGatingEvent | BaseCPU | protected |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
exitOnError | CheckerCPU | |
find(const char *name) | SimObject | static |
findContext(ThreadContext *tc) | BaseCPU | |
flushTLBs() | BaseCPU | |
frequency() const | Clocked | inline |
genMemFragmentRequest(Addr frag_addr, int size, Request::Flags flags, const std::vector< bool > &byte_enable, int &frag_size, int &size_left) const | CheckerCPU | |
getAddrMonitor() override | CheckerCPU | inlinevirtual |
getContext(int tn) | BaseCPU | inlinevirtual |
getCpuAddrMonitor(ThreadID tid) | BaseCPU | inline |
getCurrentInstCount(ThreadID tid) | BaseCPU | |
getDataPort() override | CheckerCPU | inlinevirtual |
getDTBPtr() | CheckerCPU | inline |
getInstPort() override | CheckerCPU | inlinevirtual |
getInterruptController(ThreadID tid) | BaseCPU | inline |
getITBPtr() | CheckerCPU | inline |
getPid() const | BaseCPU | inline |
getPort(const std::string &if_name, PortID idx=InvalidPortID) override | BaseCPU | virtual |
getProbeManager() | SimObject | |
getSendFunctional() | BaseCPU | inlinevirtual |
getStatGroups() const | Stats::Group | |
getStats() const | Stats::Group | |
getTracer() | BaseCPU | inline |
getWritableVecPredRegOperand(const StaticInst *si, int idx) override | CheckerCPU | inlinevirtual |
getWritableVecRegOperand(const StaticInst *si, int idx) override | CheckerCPU | inlinevirtual |
Group()=delete | Stats::Group | |
Group(const Group &)=delete | Stats::Group | |
Group(Group *parent, const char *name=nullptr) | Stats::Group | |
haltContext(ThreadID thread_num) | BaseCPU | virtual |
handleError() | CheckerCPU | inline |
icachePort | CheckerCPU | protected |
init() override | CheckerCPU | virtual |
initiateMemAMO(Addr addr, unsigned int size, Request::Flags flags, AtomicOpFunctorPtr amo_op) | ExecContext | inlinevirtual |
initiateMemRead(Addr addr, unsigned int size, Request::Flags flags, const std::vector< bool > &byte_enable=std::vector< bool >()) | ExecContext | inlinevirtual |
initState() | SimObject | virtual |
instAddr() | CheckerCPU | inline |
instCnt | BaseCPU | protected |
instCount() | BaseCPU | inline |
instMasterId() const | BaseCPU | inline |
interrupts | BaseCPU | protected |
invldPid | BaseCPU | static |
itb | CheckerCPU | protected |
loadState(CheckpointIn &cp) | SimObject | virtual |
MachInst typedef | CheckerCPU | protected |
masterId | CheckerCPU | protected |
memInvalidate() | SimObject | inlinevirtual |
memWriteback() | SimObject | inlinevirtual |
microcodeRom | BaseCPU | |
microPC() | CheckerCPU | inline |
miscRegIdxs | CheckerCPU | protected |
mwait(PacketPtr pkt) override | CheckerCPU | inlinevirtual |
BaseCPU::mwait(ThreadID tid, PacketPtr pkt) | BaseCPU | |
mwaitAtomic(ThreadContext *tc) override | CheckerCPU | inlinevirtual |
BaseCPU::mwaitAtomic(ThreadID tid, ThreadContext *tc, BaseTLB *dtb) | BaseCPU | |
name() const | SimObject | inlinevirtual |
newPCState | CheckerCPU | |
nextCycle() const | Clocked | inline |
nextInstAddr() | CheckerCPU | inline |
notifyFork() | Drainable | inlinevirtual |
numContexts() | BaseCPU | inline |
numCycles | BaseCPU | |
numInst | CheckerCPU | protected |
numLoad | CheckerCPU | |
numSimulatedCPUs() | BaseCPU | inlinestatic |
numSimulatedInsts() | BaseCPU | inlinestatic |
numSimulatedInsts() | BaseCPU | inlinestatic |
numSimulatedOps() | BaseCPU | inlinestatic |
numSimulatedOps() | BaseCPU | inlinestatic |
numThreads | BaseCPU | |
numWorkItemsCompleted | BaseCPU | |
numWorkItemsStarted | BaseCPU | |
SimObject::operator=(const Group &)=delete | Stats::Group | |
Clocked::operator=(Clocked &)=delete | Clocked | protected |
Params typedef | CheckerCPU | |
params() const | BaseCPU | inline |
PCMask | BaseCPU | static |
PCState typedef | ExecContext | |
pcState() const override | CheckerCPU | inlinevirtual |
pcState(const TheISA::PCState &val) override | CheckerCPU | inlinevirtual |
pmuProbePoint(const char *name) | BaseCPU | protected |
postInterrupt(ThreadID tid, int int_num, int index) | BaseCPU | inline |
powerGatingOnIdle | BaseCPU | protected |
ppActiveCycles | BaseCPU | protected |
ppAllCycles | BaseCPU | protected |
ppRetiredBranches | BaseCPU | protected |
ppRetiredInsts | BaseCPU | protected |
ppRetiredInstsPC | BaseCPU | protected |
ppRetiredLoads | BaseCPU | protected |
ppRetiredStores | BaseCPU | protected |
ppSleeping | BaseCPU | protected |
preDumpStats() | Stats::Group | virtual |
previousCycle | BaseCPU | protected |
previousState | BaseCPU | protected |
probeInstCommit(const StaticInstPtr &inst, Addr pc) | BaseCPU | virtual |
processProfileEvent() | BaseCPU | |
profileEvent | BaseCPU | |
prvEvalTick | ClockedObject | protected |
pwrGatingLatency | BaseCPU | protected |
pwrState() const | ClockedObject | inline |
pwrState(Enums::PwrState) | ClockedObject | |
pwrStateName() const | ClockedObject | inline |
pwrStateWeights() const | ClockedObject | |
readCCRegOperand(const StaticInst *si, int idx) override | CheckerCPU | inlinevirtual |
readFloatRegOperandBits(const StaticInst *si, int idx) override | CheckerCPU | inlinevirtual |
readIntRegOperand(const StaticInst *si, int idx) override | CheckerCPU | inlinevirtual |
readMem(Addr addr, uint8_t *data, unsigned size, Request::Flags flags, const std::vector< bool > &byte_enable=std::vector< bool >()) override | CheckerCPU | |
ExecContext::readMem(Addr addr, uint8_t *data, unsigned int size, Request::Flags flags, const std::vector< bool > &byte_enable=std::vector< bool >()) | ExecContext | inlinevirtual |
readMemAccPredicate() const override | CheckerCPU | inlinevirtual |
readMiscReg(int misc_reg) override | CheckerCPU | inlinevirtual |
readMiscRegNoEffect(int misc_reg) const | CheckerCPU | inline |
readMiscRegOperand(const StaticInst *si, int idx) override | CheckerCPU | inlinevirtual |
readPredicate() const override | CheckerCPU | inlinevirtual |
readStCondFailures() const override | CheckerCPU | inlinevirtual |
readVec16BitLaneOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
readVec32BitLaneOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
readVec64BitLaneOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
readVec8BitLaneOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
readVecElemOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
readVecPredRegOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
readVecRegOperand(const StaticInst *si, int idx) const override | CheckerCPU | inlinevirtual |
recordPCChange(const TheISA::PCState &val) | CheckerCPU | inline |
registerThreadContexts() | BaseCPU | |
regProbeListeners() | SimObject | virtual |
regProbePoints() override | BaseCPU | virtual |
regStats() override | BaseCPU | 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 |
result | CheckerCPU | protected |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
scheduleInstStop(ThreadID tid, Counter insts, const char *cause) | BaseCPU | |
schedulePowerGatingEvent() | BaseCPU | |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | CheckerCPU | 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 |
serializeThread(CheckpointOut &cp, ThreadID tid) const | BaseCPU | inlinevirtual |
setCCRegOperand(const StaticInst *si, int idx, RegVal val) override | CheckerCPU | inlinevirtual |
setCurTick(Tick newVal) | EventManager | inline |
setDcachePort(MasterPort *dcache_port) | CheckerCPU | |
setFloatRegOperandBits(const StaticInst *si, int idx, RegVal val) override | CheckerCPU | inlinevirtual |
setIcachePort(MasterPort *icache_port) | CheckerCPU | |
setIntRegOperand(const StaticInst *si, int idx, RegVal val) override | CheckerCPU | inlinevirtual |
setMemAccPredicate(bool val) override | CheckerCPU | inlinevirtual |
setMiscReg(int misc_reg, RegVal val) override | CheckerCPU | inlinevirtual |
setMiscRegNoEffect(int misc_reg, RegVal val) | CheckerCPU | inline |
setMiscRegOperand(const StaticInst *si, int idx, RegVal val) override | CheckerCPU | inlinevirtual |
setPid(uint32_t pid) | BaseCPU | inline |
setPredicate(bool val) override | CheckerCPU | inlinevirtual |
setScalarResult(T &&t) | CheckerCPU | inline |
setStCondFailures(unsigned int sc_failures) override | CheckerCPU | inlinevirtual |
setSystem(System *system) | CheckerCPU | |
setVecElemOperand(const StaticInst *si, int idx, const VecElem val) override | CheckerCPU | inlinevirtual |
setVecElemResult(T &&t) | CheckerCPU | inline |
setVecLaneOperand(const StaticInst *si, int idx, const LaneData< LaneSize::Byte > &val) override | CheckerCPU | inlinevirtual |
setVecLaneOperand(const StaticInst *si, int idx, const LaneData< LaneSize::TwoByte > &val) override | CheckerCPU | inlinevirtual |
setVecLaneOperand(const StaticInst *si, int idx, const LaneData< LaneSize::FourByte > &val) override | CheckerCPU | inlinevirtual |
setVecLaneOperand(const StaticInst *si, int idx, const LaneData< LaneSize::EightByte > &val) override | CheckerCPU | inlinevirtual |
setVecLaneOperandT(const StaticInst *si, int idx, const LD &val) | CheckerCPU | inline |
setVecPredRegOperand(const StaticInst *si, int idx, const VecPredRegContainer &val) override | CheckerCPU | inlinevirtual |
setVecPredResult(T &&t) | CheckerCPU | inline |
setVecRegOperand(const StaticInst *si, int idx, const VecRegContainer &val) override | CheckerCPU | inlinevirtual |
setVecResult(T &&t) | CheckerCPU | inline |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
socketId() const | BaseCPU | inline |
startNumInst | CheckerCPU | protected |
startNumLoad | CheckerCPU | |
startup() override | BaseCPU | virtual |
stats | ClockedObject | protected |
suspendContext(ThreadID thread_num) | BaseCPU | virtual |
switchedOut() const | BaseCPU | inline |
switchOut() | BaseCPU | virtual |
syscall(Fault *fault) override | CheckerCPU | inlinevirtual |
syscallRetryLatency | BaseCPU | |
system | BaseCPU | |
systemPtr | CheckerCPU | protected |
takeOverFrom(BaseCPU *cpu) | BaseCPU | virtual |
taskId() const | BaseCPU | inline |
taskId(uint32_t id) | BaseCPU | inline |
tc | CheckerCPU | protected |
tcBase() override | CheckerCPU | inlinevirtual |
thread | CheckerCPU | |
threadBase() | CheckerCPU | inline |
threadContexts | BaseCPU | protected |
ticksToCycles(Tick t) const | Clocked | inline |
totalInsts() const override | CheckerCPU | inlinevirtual |
totalOps() const override | CheckerCPU | inlinevirtual |
traceFunctions(Addr pc) | BaseCPU | inline |
tracer | BaseCPU | protected |
unserialize(CheckpointIn &cp) override | CheckerCPU | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
unserializeThread(CheckpointIn &cp, ThreadID tid) | BaseCPU | inlinevirtual |
unverifiedMemData | CheckerCPU | |
unverifiedReq | CheckerCPU | |
unverifiedResult | CheckerCPU | |
updateClockPeriod() | Clocked | inline |
updateCycleCounters(CPUState state) | BaseCPU | inlineprotected |
updateOnError | CheckerCPU | |
VecElem typedef | ExecContext | |
VecPredRegContainer typedef | ExecContext | |
VecRegContainer typedef | CheckerCPU | protected |
verifyMemoryMode() const | BaseCPU | inlinevirtual |
voltage() const | Clocked | inline |
waitForRemoteGDB() const | BaseCPU | |
wakeup(ThreadID tid) override | CheckerCPU | inlinevirtual |
wakeupEventQueue(Tick when=(Tick) -1) | EventManager | inline |
warnOnlyOnLoadError | CheckerCPU | |
willChangePC | CheckerCPU | |
workItemBegin() | BaseCPU | inline |
workItemEnd() | BaseCPU | inline |
workload | CheckerCPU | protected |
writeMem(uint8_t *data, unsigned size, Addr addr, Request::Flags flags, uint64_t *res, const std::vector< bool > &byte_enable=std::vector< bool >()) override | CheckerCPU | |
ExecContext::writeMem(uint8_t *data, unsigned int size, Addr addr, Request::Flags flags, uint64_t *res, const std::vector< bool > &byte_enable=std::vector< bool >())=0 | ExecContext | pure virtual |
youngestSN | CheckerCPU | |
~BaseCPU() | BaseCPU | virtual |
~CheckerCPU() | CheckerCPU | virtual |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~Group() | Stats::Group | virtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |