Searched refs:ESR_ELx_ISS_MASK (Results 1 – 5 of 5) sorted by relevance
29 esr |= (disr & ESR_ELx_ISS_MASK); in disr_to_esr()
77 #define ESR_ELx_ISS_MASK (ESR_ELx_IL - 1) macro
165 vcpu_set_vsesr(vcpu, esr & ESR_ELx_ISS_MASK); in kvm_set_sei_esr()
828 if (!((events->exception.serror_esr) & ~ESR_ELx_ISS_MASK)) in __kvm_arm_vcpu_set_events()
80 pr_alert(" ISV = 0, ISS = 0x%08lx\n", esr & ESR_ELx_ISS_MASK); in data_abort_decode()
Completed in 10 milliseconds