Searched refs:ESR_ELx_MOPS_ISS_DESTREG (Results 1 – 2 of 2) sorted by relevance
381 #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10) macro
521 int dstreg = ESR_ELx_MOPS_ISS_DESTREG(esr); in do_el0_mops()