Searched refs:KVM_REG_ARM_CORE_REG (Results 1 – 4 of 4) sorted by relevance
138 case KVM_REG_ARM_CORE_REG(regs.regs[0]) ... in core_id_to_str()139 KVM_REG_ARM_CORE_REG(regs.regs[30]): in core_id_to_str()143 case KVM_REG_ARM_CORE_REG(regs.sp): in core_id_to_str()145 case KVM_REG_ARM_CORE_REG(regs.pc): in core_id_to_str()147 case KVM_REG_ARM_CORE_REG(regs.pstate): in core_id_to_str()149 case KVM_REG_ARM_CORE_REG(sp_el1): in core_id_to_str()151 case KVM_REG_ARM_CORE_REG(elr_el1): in core_id_to_str()153 case KVM_REG_ARM_CORE_REG(spsr[0]) ... in core_id_to_str()159 KVM_REG_ARM_CORE_REG(fp_regs.vregs[31]): in core_id_to_str()163 case KVM_REG_ARM_CORE_REG(fp_regs.fpsr): in core_id_to_str()[all …]
191 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / 4) macro
21 KVM_REG_ARM_CORE | KVM_REG_ARM_CORE_REG(x))
220 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / sizeof(__u32)) macro
Completed in 12 milliseconds