gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
ArmV8KvmCPU::IntRegInfo Struct Reference

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...
 

Detailed Description

Mapping between integer registers in gem5 and KVM.

Definition at line 95 of file armv8_cpu.hh.

Constructor & Destructor Documentation

◆ IntRegInfo()

ArmV8KvmCPU::IntRegInfo::IntRegInfo ( uint64_t  _kvm,
ArmISA::IntRegIndex  _idx,
const char *  _name 
)
inline

Definition at line 96 of file armv8_cpu.hh.

Member Data Documentation

◆ idx

ArmISA::IntRegIndex ArmV8KvmCPU::IntRegInfo::idx

Register index in gem5.

Definition at line 102 of file armv8_cpu.hh.

◆ kvm

uint64_t ArmV8KvmCPU::IntRegInfo::kvm

Register index in KVM.

Definition at line 100 of file armv8_cpu.hh.

◆ name

const char* ArmV8KvmCPU::IntRegInfo::name

Name to use in debug dumps.

Definition at line 104 of file armv8_cpu.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:21 for gem5 by doxygen 1.8.17