Lines Matching refs:esr
11 #include <asm/esr.h>
32 int early_brk64(unsigned long addr, unsigned long esr, struct pt_regs *regs);
61 static inline bool arm64_is_ras_serror(unsigned long esr)
65 if (esr & ESR_ELx_IDS)
81 static inline unsigned long arm64_ras_serror_get_severity(unsigned long esr)
83 unsigned long aet = esr & ESR_ELx_AET;
85 if (!arm64_is_ras_serror(esr)) {
94 if ((esr & ESR_ELx_FSC) != ESR_ELx_FSC_SERROR) {
102 bool arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr);
103 void __noreturn arm64_serror_panic(struct pt_regs *regs, unsigned long esr);