Searched refs:ESR_ELx_AR_SHIFT (Results 1 – 3 of 3) sorted by relevance
142 #define ESR_ELx_AR_SHIFT (14) macro143 #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
157 #define ESR_ELx_AR_SHIFT (14) macro158 #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
79 (esr & ESR_ELx_AR) >> ESR_ELx_AR_SHIFT); in data_abort_decode()