Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Desr.h377 #define ESR_ELx_MOPS_ISS_MEM_INST (UL(1) << 24) macro
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c535 if (esr & ESR_ELx_MOPS_ISS_MEM_INST) { in do_el0_mops()