_regIndexList | BaseArmKvmCPU | mutableprivate |
_status | BaseKvmCPU | protected |
activateContext(ThreadID thread_num) override | BaseKvmCPU | |
alwaysSyncTC | BaseKvmCPU | protected |
archIsDrained() const | BaseKvmCPU | inlineprotectedvirtual |
BaseArmKvmCPU(BaseArmKvmCPUParams *params) | BaseArmKvmCPU | |
BaseKvmCPU(BaseKvmCPUParams *params) | BaseKvmCPU | |
ctrInsts | BaseKvmCPU | |
dataPort | BaseKvmCPU | protected |
deallocateContext(ThreadID thread_num) | BaseKvmCPU | |
doMMIOAccess(Addr paddr, void *data, int size, bool write) | BaseKvmCPU | protected |
drain() override | BaseKvmCPU | |
drainResume() override | BaseKvmCPU | |
dump() const | BaseKvmCPU | virtual |
finishMMIOPending() | BaseKvmCPU | |
fiqAsserted | BaseArmKvmCPU | protected |
getAndFormatOneReg(uint64_t id) const | BaseKvmCPU | protected |
getContext(int tn) override | BaseKvmCPU | |
getDataPort() override | BaseKvmCPU | inline |
getFPUState(struct kvm_fpu &state) const | BaseKvmCPU | protected |
getGuestData(uint64_t offset) const | BaseKvmCPU | inlineprotected |
getHostCycles() const | BaseKvmCPU | protectedvirtual |
getInstPort() override | BaseKvmCPU | inline |
getKvmRunState() | BaseKvmCPU | inlineprotected |
getOneReg(uint64_t id, void *addr) const | BaseKvmCPU | protected |
getOneRegU32(uint64_t id) const | BaseKvmCPU | inlineprotected |
getOneRegU64(uint64_t id) const | BaseKvmCPU | inlineprotected |
getRegisters(struct kvm_regs ®s) const | BaseKvmCPU | protected |
getRegList() const | BaseArmKvmCPU | protected |
getRegList(struct kvm_reg_list ®s) const | BaseArmKvmCPU | private |
getSpecialRegisters(struct kvm_sregs ®s) const | BaseKvmCPU | protected |
getVCpuID() const | BaseKvmCPU | inline |
haltContext(ThreadID thread_num) override | BaseKvmCPU | |
handleKvmExit() | BaseKvmCPU | protectedvirtual |
handleKvmExitException() | BaseKvmCPU | protectedvirtual |
handleKvmExitFailEntry() | BaseKvmCPU | protectedvirtual |
handleKvmExitHypercall() | BaseKvmCPU | protectedvirtual |
handleKvmExitIO() | BaseKvmCPU | protectedvirtual |
handleKvmExitIRQWindowOpen() | BaseKvmCPU | protectedvirtual |
handleKvmExitUnknown() | BaseKvmCPU | protectedvirtual |
Idle enum value | BaseKvmCPU | protected |
init() override | BaseKvmCPU | |
instPort | BaseKvmCPU | protected |
ioctl(int request, long p1) const | BaseKvmCPU | protected |
ioctl(int request, void *p1) const | BaseKvmCPU | inlineprotected |
ioctl(int request) const | BaseKvmCPU | inlineprotected |
irqAsserted | BaseArmKvmCPU | protected |
kick() const | BaseKvmCPU | inline |
kvmArmVCpuInit(const struct kvm_vcpu_init &init) | BaseArmKvmCPU | protected |
kvmInterrupt(const struct kvm_interrupt &interrupt) | BaseKvmCPU | protected |
kvmNonMaskableInterrupt() | BaseKvmCPU | protected |
kvmRun(Tick ticks) override | BaseArmKvmCPU | protectedvirtual |
kvmRunDrain() | BaseKvmCPU | protectedvirtual |
kvmStateDirty | BaseKvmCPU | protected |
notifyFork() override | BaseKvmCPU | |
numCoalescedMMIO | BaseKvmCPU | |
numExitSignal | BaseKvmCPU | |
numHalt | BaseKvmCPU | |
numHypercalls | BaseKvmCPU | |
numInsts | BaseKvmCPU | |
numInterrupts | BaseKvmCPU | |
numIO | BaseKvmCPU | |
numMMIO | BaseKvmCPU | |
numSimulatedInsts() | BaseCPU | inlinestatic |
numSimulatedOps() | BaseCPU | inlinestatic |
numVMExits | BaseKvmCPU | |
numVMHalfEntries | BaseKvmCPU | |
RegIndexVector typedef | BaseArmKvmCPU | protected |
regStats() override | BaseKvmCPU | |
Running enum value | BaseKvmCPU | protected |
RunningMMIOPending enum value | BaseKvmCPU | protected |
RunningService enum value | BaseKvmCPU | protected |
RunningServiceCompletion enum value | BaseKvmCPU | protected |
serializeThread(CheckpointOut &cp, ThreadID tid) const override | BaseKvmCPU | |
setFPUState(const struct kvm_fpu &state) | BaseKvmCPU | protected |
setOneReg(uint64_t id, const void *addr) | BaseKvmCPU | protected |
setOneReg(uint64_t id, uint64_t value) | BaseKvmCPU | inlineprotected |
setOneReg(uint64_t id, uint32_t value) | BaseKvmCPU | inlineprotected |
setRegisters(const struct kvm_regs ®s) | BaseKvmCPU | protected |
setSignalMask(const sigset_t *mask) | BaseKvmCPU | protected |
setSpecialRegisters(const struct kvm_sregs ®s) | BaseKvmCPU | protected |
startup() override | BaseArmKvmCPU | |
Status enum name | BaseKvmCPU | protected |
suspendContext(ThreadID thread_num) override | BaseKvmCPU | |
switchOut() override | BaseKvmCPU | |
syncKvmState() | BaseKvmCPU | protected |
syncThreadContext() | BaseKvmCPU | protected |
takeOverFrom(BaseCPU *cpu) override | BaseKvmCPU | |
tc | BaseKvmCPU | |
thread | BaseKvmCPU | |
threadContextDirty | BaseKvmCPU | protected |
tick() | BaseKvmCPU | protected |
totalInsts() const override | BaseKvmCPU | |
totalOps() const override | BaseKvmCPU | |
tryGetRegList(uint64_t nelem) const | BaseArmKvmCPU | private |
unserializeThread(CheckpointIn &cp, ThreadID tid) override | BaseKvmCPU | |
updateKvmState()=0 | BaseKvmCPU | protectedpure virtual |
updateThreadContext()=0 | BaseKvmCPU | protectedpure virtual |
vcpuID | BaseKvmCPU | protected |
vcpuThread | BaseKvmCPU | protected |
verifyMemoryMode() const override | BaseKvmCPU | |
vm | BaseKvmCPU | |
wakeup(ThreadID tid=0) override | BaseKvmCPU | |
~BaseArmKvmCPU() | BaseArmKvmCPU | virtual |
~BaseKvmCPU() | BaseKvmCPU | virtual |