Lines Matching defs:esr
74 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument
79 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) argument
82 #define ESR_ELx_ISS2(esr) (((esr) & ESR_ELx_ISS2_MASK) >> ESR_ELx_ISS2_SHIFT) argument
221 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument
381 #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10) argument
382 #define ESR_ELx_MOPS_ISS_SRCREG(esr) (((esr) & (UL(0x1f) << 5)) >> 5) argument
383 #define ESR_ELx_MOPS_ISS_SIZEREG(esr) (((esr) & (UL(0x1f) << 0)) >> 0) argument
388 static inline bool esr_is_data_abort(unsigned long esr) in esr_is_data_abort()
395 static inline bool esr_fsc_is_translation_fault(unsigned long esr) in esr_fsc_is_translation_fault()
400 static inline bool esr_fsc_is_permission_fault(unsigned long esr) in esr_fsc_is_permission_fault()
405 static inline bool esr_fsc_is_access_flag_fault(unsigned long esr) in esr_fsc_is_access_flag_fault()