_kvmRun | BaseKvmCPU | private |
_status | BaseKvmCPU | protected |
activateContext(ThreadID thread_num) override | BaseKvmCPU | |
activeInstPeriod | BaseKvmCPU | private |
alwaysSyncTC | BaseKvmCPU | protected |
archIsDrained() const | BaseKvmCPU | inlineprotectedvirtual |
BaseKvmCPU(BaseKvmCPUParams *params) | BaseKvmCPU | |
ctrInsts | BaseKvmCPU | |
dataPort | BaseKvmCPU | protected |
deallocateContext(ThreadID thread_num) | BaseKvmCPU | |
discardPendingSignal(int signum) const | BaseKvmCPU | private |
doMMIOAccess(Addr paddr, void *data, int size, bool write) | BaseKvmCPU | protected |
drain() override | BaseKvmCPU | |
drainResume() override | BaseKvmCPU | |
dump() const | BaseKvmCPU | virtual |
finishMMIOPending() | BaseKvmCPU | |
flushCoalescedMMIO() | BaseKvmCPU | private |
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 |
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 |
hostFactor | BaseKvmCPU | private |
hwCycles | BaseKvmCPU | private |
hwInstructions | BaseKvmCPU | private |
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 |
ioctlRun() | BaseKvmCPU | private |
kick() const | BaseKvmCPU | inline |
kvmInterrupt(const struct kvm_interrupt &interrupt) | BaseKvmCPU | protected |
kvmNonMaskableInterrupt() | BaseKvmCPU | protected |
kvmRun(Tick ticks) | BaseKvmCPU | protectedvirtual |
kvmRunDrain() | BaseKvmCPU | protectedvirtual |
kvmStateDirty | BaseKvmCPU | protected |
mmioRing | BaseKvmCPU | private |
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 | |
pageSize | BaseKvmCPU | private |
perfControlledByTimer | BaseKvmCPU | private |
regStats() override | BaseKvmCPU | |
Running enum value | BaseKvmCPU | protected |
RunningMMIOPending enum value | BaseKvmCPU | protected |
RunningService enum value | BaseKvmCPU | protected |
RunningServiceCompletion enum value | BaseKvmCPU | protected |
runTimer | BaseKvmCPU | private |
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 |
setupCounters() | BaseKvmCPU | private |
setupInstCounter(uint64_t period=0) | BaseKvmCPU | private |
setupInstStop() | BaseKvmCPU | private |
setupSignalHandler() | BaseKvmCPU | private |
startup() override | BaseKvmCPU | |
startupThread() | BaseKvmCPU | private |
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 |
tickEvent | BaseKvmCPU | private |
totalInsts() const override | BaseKvmCPU | |
totalOps() const override | BaseKvmCPU | |
tryDrain() | BaseKvmCPU | private |
unserializeThread(CheckpointIn &cp, ThreadID tid) override | BaseKvmCPU | |
updateKvmState()=0 | BaseKvmCPU | protectedpure virtual |
updateThreadContext()=0 | BaseKvmCPU | protectedpure virtual |
vcpuFD | BaseKvmCPU | private |
vcpuID | BaseKvmCPU | protected |
vcpuMMapSize | BaseKvmCPU | private |
vcpuThread | BaseKvmCPU | protected |
verifyMemoryMode() const override | BaseKvmCPU | |
vm | BaseKvmCPU | |
wakeup(ThreadID tid=0) override | BaseKvmCPU | |
~BaseKvmCPU() | BaseKvmCPU | virtual |