Go to the documentation of this file.
38 #ifndef __ARCH_ARM_KVM_BASE_CPU_HH__
39 #define __ARCH_ARM_KVM_BASE_CPU_HH__
52 struct BaseArmKvmCPUParams;
118 std::unique_ptr<kvm_reg_list>
tryGetRegList(uint64_t nelem)
const;
137 #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
const Params & params() const
Base class for KVM based CPU models.
bool fiqAsserted
Cached state of the FIQ line.
uint64_t Tick
Tick count type.
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.
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
void startup() override
startup() is the final initialization call before simulation.
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 Jul 28 2021 12:10:21 for gem5 by doxygen 1.8.17