Searched refs:ESR_ELx_SET_SHIFT (Results 1 – 2 of 2) sorted by relevance
101 #define ESR_ELx_SET_SHIFT (11) macro102 #define ESR_ELx_SET_MASK (UL(3) << ESR_ELx_SET_SHIFT)
109 (esr & ESR_ELx_SET_MASK) >> ESR_ELx_SET_SHIFT, in mem_abort_decode()