Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_SERROR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h63 #define ESR_ELx_EC_SERROR (0x2F) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dexception.h19 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr()
H A Desr.h55 #define ESR_ELx_EC_SERROR UL(0x2F) macro
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c887 [ESR_ELx_EC_SERROR] = "SError",