Searched refs:ESR_ELx_ISS_MASK (Results 1 – 5 of 5) sorted by relevance
77 #define ESR_ELx_ISS_MASK (GENMASK(24, 0)) macro78 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK)
24 esr |= (disr & ESR_ELx_ISS_MASK); in disr_to_esr()
516 FIELD_PREP(ESR_ELx_ISS_MASK, iss) | in kvm_hyp_handle_impdef()
79 esr & ESR_ELx_ISS_MASK, iss2); in data_abort_decode()
808 if (has_esr && (esr & ~ESR_ELx_ISS_MASK)) in __kvm_arm_vcpu_set_events()