Searched refs:ESR_ELx_EA (Results 1 – 2 of 2) sorted by relevance
103 #define ESR_ELx_EA (UL(1) << ESR_ELx_EA_SHIFT) macro151 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)
101 (esr & ESR_ELx_EA) >> ESR_ELx_EA_SHIFT, in mem_abort_decode()