Searched refs:ESR_ELx_MOPS_ISS_SIZEREG (Results 1 – 2 of 2) sorted by relevance
383 #define ESR_ELx_MOPS_ISS_SIZEREG(esr) (((esr) & (UL(0x1f) << 0)) >> 0) macro
523 int sizereg = ESR_ELx_MOPS_ISS_SIZEREG(esr); in do_el0_mops()