Searched refs:ESR_ELx_AR_SHIFT (Results 1 – 2 of 2) sorted by relevance
130 #define ESR_ELx_AR_SHIFT (14) macro131 #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
82 (esr & ESR_ELx_AR) >> ESR_ELx_AR_SHIFT); in data_abort_decode()