gem5
v20.1.0.0
|
Mapping between misc registers in gem5 and registers in KVM. More...
#include <armv8_cpu.hh>
Public Member Functions | |
MiscRegInfo (uint64_t _kvm, ArmISA::MiscRegIndex _idx, const char *_name, bool _is_device=false) | |
Public Attributes | |
uint64_t | kvm |
Register index in KVM. More... | |
ArmISA::MiscRegIndex | idx |
Register index in gem5. More... | |
const char * | name |
Name to use in debug dumps. More... | |
bool | is_device |
is device register? (needs 'effectful' state update) More... | |
Mapping between misc registers in gem5 and registers in KVM.
Definition at line 108 of file armv8_cpu.hh.
|
inline |
Definition at line 109 of file armv8_cpu.hh.
ArmISA::MiscRegIndex ArmV8KvmCPU::MiscRegInfo::idx |
Register index in gem5.
Definition at line 116 of file armv8_cpu.hh.
bool ArmV8KvmCPU::MiscRegInfo::is_device |
is device register? (needs 'effectful' state update)
Definition at line 120 of file armv8_cpu.hh.
uint64_t ArmV8KvmCPU::MiscRegInfo::kvm |
Register index in KVM.
Definition at line 114 of file armv8_cpu.hh.
const char* ArmV8KvmCPU::MiscRegInfo::name |
Name to use in debug dumps.
Definition at line 118 of file armv8_cpu.hh.