Go to the documentation of this file.
38 #ifndef __ARCH_ARM_KVM_ARMV8_CPU_HH__
39 #define __ARCH_ARM_KVM_ARMV8_CPU_HH__
51 struct ArmV8KvmCPUParams;
90 void dump()
const override;
115 const char *_name,
bool _is_device =
false)
155 #endif // __ARCH_ARM_KVM_ARMV8_CPU_HH__
static const std::vector< ArmV8KvmCPU::MiscRegInfo > miscRegMap
Mapping between gem5 misc registers and registers in kvm.
RegIndex idx
Register index in gem5.
const char * name
Name to use in debug dumps.
void updateThreadContext() override
Update the current thread context with the KVM state.
static const std::vector< ArmV8KvmCPU::MiscRegInfo > miscRegIdMap
Mapping between gem5 ID misc registers and registers in kvm.
Mapping between integer registers in gem5 and KVM.
This is an implementation of a KVM-based ARMv8-compatible CPU.
uint64_t kvm
Register index in KVM.
MiscRegInfo(uint64_t _kvm, ArmISA::MiscRegIndex _idx, const char *_name, bool _is_device=false)
Mapping between misc registers in gem5 and registers in KVM.
static const std::vector< ArmV8KvmCPU::IntRegInfo > intRegMap
Mapping between gem5 integer registers and integer registers in kvm.
bool is_device
is device register? (needs 'effectful' state update)
IntRegInfo(uint64_t _kvm, RegIndex _idx, const char *_name)
const char * name
Name to use in debug dumps.
const std::vector< ArmV8KvmCPU::MiscRegInfo > & getSysRegMap() const
Get a map between system registers in kvm and gem5 registers.
void updateKvmState() override
Update the KVM state from the current thread context.
void dump() const override
Dump the internal state to the terminal.
ArmV8KvmCPU(const ArmV8KvmCPUParams ¶ms)
uint64_t kvm
Register index in KVM.
std::vector< ArmV8KvmCPU::MiscRegInfo > sysRegMap
Cached mapping between system registers in kvm and misc regs in gem5.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
ArmISA::MiscRegIndex idx
Register index in gem5.
static const std::set< ArmISA::MiscRegIndex > deviceRegSet
Device registers (needing "effectful" MiscReg writes)
Generated on Wed Jul 13 2022 10:39:10 for gem5 by doxygen 1.8.17