gem5
|
Mapping between integer registers in gem5 and KVM. More...
#include <armv8_cpu.hh>
Public Member Functions | |
IntRegInfo (uint64_t _kvm, IntRegIndex _idx, const char *_name) | |
Public Attributes | |
uint64_t | kvm |
Register index in KVM. More... | |
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 96 of file armv8_cpu.hh.
|
inline |
Definition at line 97 of file armv8_cpu.hh.
IntRegIndex ArmV8KvmCPU::IntRegInfo::idx |
Register index in gem5.
Definition at line 103 of file armv8_cpu.hh.
uint64_t ArmV8KvmCPU::IntRegInfo::kvm |
Register index in KVM.
Definition at line 101 of file armv8_cpu.hh.
const char* ArmV8KvmCPU::IntRegInfo::name |
Name to use in debug dumps.
Definition at line 105 of file armv8_cpu.hh.