Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dexception.h27 esr |= (disr & DISR_EL1_ESR_MASK); in disr_to_esr()
Desr.h151 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC) macro