Searched refs:ESR_ELx_AET (Results 1 – 2 of 2) sorted by relevance
92 #define ESR_ELx_AET (UL(0x7) << ESR_ELx_AET_SHIFT) macro181 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)
83 unsigned long aet = esr & ESR_ELx_AET; in arm64_ras_serror_get_severity()