Home
last modified time | relevance | path

Searched refs:has_esr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/
H A Dguest.c784 bool has_esr = events->exception.serror_has_esr; in __kvm_arm_vcpu_set_events() local
805 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()
/linux/Documentation/virt/kvm/
H A Dapi.rst1218 advertise KVM_CAP_ARM_INJECT_SERROR_ESR. In this case exception.has_esr will
1222 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