Searched refs:ESR_ELx_EA_SHIFT (Results 1 – 2 of 2) sorted by relevance
100 #define ESR_ELx_EA_SHIFT (9) macro101 #define ESR_ELx_EA (UL(1) << ESR_ELx_EA_SHIFT)
100 (esr & ESR_ELx_EA) >> ESR_ELx_EA_SHIFT, in mem_abort_decode()
Completed in 5 milliseconds