gem5
v20.1.0.0
|
Mapping between integer registers in gem5 and KVM. More...
#include <armv8_cpu.hh>
Public Member Functions | |
IntRegInfo (uint64_t _kvm, ArmISA::IntRegIndex _idx, const char *_name) | |
Public Attributes | |
uint64_t | kvm |
Register index in KVM. More... | |
ArmISA::IntRegIndex | idx |
Register index in gem5. More... | |
const char * | name |
Name to use in debug dumps. More... | |
Mapping between integer registers in gem5 and KVM.
Definition at line 95 of file armv8_cpu.hh.
|
inline |
Definition at line 96 of file armv8_cpu.hh.
ArmISA::IntRegIndex ArmV8KvmCPU::IntRegInfo::idx |
Register index in gem5.
Definition at line 102 of file armv8_cpu.hh.
uint64_t ArmV8KvmCPU::IntRegInfo::kvm |
Register index in KVM.
Definition at line 100 of file armv8_cpu.hh.
const char* ArmV8KvmCPU::IntRegInfo::name |
Name to use in debug dumps.
Definition at line 104 of file armv8_cpu.hh.