Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Desr.h79 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) macro
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c1517 if (ESR_ELx_ISS(esr) != ESR_ELx_SME_ISS_SME_DISABLED) { in do_sme_acc()