Searched refs:has_esr (Results 1 – 2 of 2) sorted by relevance
784 bool has_esr = events->exception.serror_has_esr; in __kvm_arm_vcpu_set_events() local805 if (!cpus_have_final_cap(ARM64_HAS_RAS_EXTN) && has_esr) in __kvm_arm_vcpu_set_events()808 if (has_esr && (esr & ~ESR_ELx_ISS_MASK)) in __kvm_arm_vcpu_set_events()811 if (has_esr) in __kvm_arm_vcpu_set_events()
1218 advertise KVM_CAP_ARM_INJECT_SERROR_ESR. In this case exception.has_esr will1222 with exception.has_esr as zero, KVM will choose an ESR.1224 Specifying exception.has_esr on a system that does not support it will return