Go to the documentation of this file.
38 #ifndef __ARCH_ARM_KVM_BASE_CPU_HH__
39 #define __ARCH_ARM_KVM_BASE_CPU_HH__
53 struct BaseArmKvmCPUParams;
125 std::unique_ptr<kvm_reg_list>
tryGetRegList(uint64_t nelem)
const;
144 #endif // __ARCH_ARM_KVM_BASE_CPU_HH__
void kvmArmVCpuInit(const kvm_vcpu_init &init)
Tell the kernel to initialize this CPU.
BaseArmKvmCPU(const BaseArmKvmCPUParams ¶ms)
Tick kvmRun(Tick ticks) override
Request KVM to run the guest for a given number of ticks.
bool irqAsserted
Cached state of the IRQ line.
std::vector< uint64_t > RegIndexVector
std::unique_ptr< kvm_reg_list > tryGetRegList(uint64_t nelem) const
Base class for KVM based CPU models.
GenericISA::DelaySlotPCState< 4 > PCState
bool fiqAsserted
Cached state of the FIQ line.
uint64_t Tick
Tick count type.
void stutterPC(PCStateBase &pc) const override
Modify a PCStatePtr's value so that its next PC is the current PC.
RegIndexVector _regIndexList
Cached copy of the list of registers supported by KVM.
uint64_t prevDeviceIRQLevel
KVM records whether each in-kernel device IRQ is asserted or disasserted in the kvmRunState->s....
ArmInterruptPin * virtTimerPin
If the user-space GIC and the kernel-space timer are used simultaneously, set up this interrupt pin t...
const RegIndexVector & getRegList() const
Get a list of registers supported by getOneReg() and setOneReg().
Generic representation of an Arm interrupt pin.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void ioctlRun() override
Override for synchronizing state in kvm_run.
Generated on Wed May 4 2022 12:13:48 for gem5 by doxygen 1.8.17