Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dtraps.h123 if (esr & ESR_ELx_MOPS_ISS_MEM_INST) { in arm64_mops_reset_regs()
H A Desr.h382 #define ESR_ELx_MOPS_ISS_MEM_INST (UL(1) << 24) macro