gem5
v20.1.0.0
|
#include <set>
#include <vector>
#include "arch/arm/intregs.hh"
#include "arch/arm/kvm/base_cpu.hh"
#include "arch/arm/miscregs.hh"
Go to the source code of this file.
Classes | |
class | ArmV8KvmCPU |
This is an implementation of a KVM-based ARMv8-compatible CPU. More... | |
struct | ArmV8KvmCPU::IntRegInfo |
Mapping between integer registers in gem5 and KVM. More... | |
struct | ArmV8KvmCPU::MiscRegInfo |
Mapping between misc registers in gem5 and registers in KVM. More... | |