Home
last modified time | relevance | path

Searched defs:ESR_ELx_MOPS_ISS_DESTREG (Results 1 – 2 of 2) sorted by relevance

/linux/tools/arch/arm64/include/asm/
H A Desr.h384 #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10) macro
/linux/arch/arm64/include/asm/
H A Desr.h405 #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10) macro