Searched refs:ESR_ELx_EA (Results 1 – 3 of 3) sorted by relevance
105 #define ESR_ELx_EA (UL(1) << ESR_ELx_EA_SHIFT) macro182 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)
110 #define ESR_ELx_EA (UL(1) << ESR_ELx_EA_SHIFT) macro202 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)
111 (esr & ESR_ELx_EA) >> ESR_ELx_EA_SHIFT, in mem_abort_decode()