Home
last modified time | relevance | path

Searched refs:ESR_ELx_MOPS_ISS_SIZEREG (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/arm64/include/asm/
Desr.h383 #define ESR_ELx_MOPS_ISS_SIZEREG(esr) (((esr) & (UL(0x1f) << 0)) >> 0) macro
/linux-6.6.21/arch/arm64/kernel/
Dtraps.c523 int sizereg = ESR_ELx_MOPS_ISS_SIZEREG(esr); in do_el0_mops()