Searched refs:ESR_ELx_AR_SHIFT (Results 1 – 2 of 2) sorted by relevance
127 #define ESR_ELx_AR_SHIFT (14) macro128 #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
78 (esr & ESR_ELx_AR) >> ESR_ELx_AR_SHIFT); in data_abort_decode()
Completed in 7 milliseconds