Searched refs:MiscRegInfo (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/kvm/
H A Darmv8_cpu.hh110 struct MiscRegInfo { struct in class:ArmV8KvmCPU
111 MiscRegInfo(uint64_t _kvm, MiscRegIndex _idx, const char *_name, function in struct:ArmV8KvmCPU::MiscRegInfo
135 const std::vector<ArmV8KvmCPU::MiscRegInfo> &getSysRegMap() const;
140 static const std::vector<ArmV8KvmCPU::MiscRegInfo> miscRegMap;
144 static const std::vector<ArmV8KvmCPU::MiscRegInfo> miscRegIdMap;
147 mutable std::vector<ArmV8KvmCPU::MiscRegInfo> sysRegMap;
H A Darmv8_cpu.cc105 const std::vector<ArmV8KvmCPU::MiscRegInfo> ArmV8KvmCPU::miscRegMap = {
106 MiscRegInfo(INT_REG(elr_el1), MISCREG_ELR_EL1, "ELR(EL1)"),
107 MiscRegInfo(INT_REG(spsr[KVM_SPSR_EL1]), MISCREG_SPSR_EL1, "SPSR(EL1)"),
108 MiscRegInfo(INT_REG(spsr[KVM_SPSR_ABT]), MISCREG_SPSR_ABT, "SPSR(ABT)"),
109 MiscRegInfo(INT_REG(spsr[KVM_SPSR_UND]), MISCREG_SPSR_UND, "SPSR(UND)"),
110 MiscRegInfo(INT_REG(spsr[KVM_SPSR_IRQ]), MISCREG_SPSR_IRQ, "SPSR(IRQ)"),
111 MiscRegInfo(INT_REG(spsr[KVM_SPSR_FIQ]), MISCREG_SPSR_FIQ, "SPSR(FIQ)"),
112 MiscRegInfo(INT_REG(fp_regs.fpsr), MISCREG_FPSR, "FPSR"),
113 MiscRegInfo(INT_REG(fp_regs.fpcr), MISCREG_FPCR, "FPCR"),
122 const std::vector<ArmV8KvmCPU::MiscRegInfo> ArmV8KvmCP
[all...]
/gem5/src/arch/arm/
H A Dmiscregs.hh940 enum MiscRegInfo { enum in namespace:ArmISA

Completed in 15 milliseconds