Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Desr.h378 #define ESR_ELx_MOPS_ISS_FROM_EPILOGUE (UL(1) << 18) macro
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c562 if (esr & ESR_ELx_MOPS_ISS_FROM_EPILOGUE) in do_el0_mops()