Searched refs:ESR_ELx_SET_MASK (Results 1 – 3 of 3) sorted by relevance
101 #define ESR_ELx_SET_MASK (UL(3) << ESR_ELx_SET_SHIFT) macro
106 #define ESR_ELx_SET_MASK (UL(3) << ESR_ELx_SET_SHIFT) macro
104 (esr & ESR_ELx_SET_MASK) >> ESR_ELx_SET_SHIFT, in mem_abort_decode()