Lines Matching defs:esr

246 	unsigned long esr = tsk->thread.fault_code;  in arm64_show_signal()  local
489 void do_undefinstr(struct pt_regs *regs, unsigned long esr) in do_undefinstr()
510 void do_el1_bti(struct pt_regs *regs, unsigned long esr) in do_el1_bti()
516 void do_el0_fpac(struct pt_regs *regs, unsigned long esr) in do_el0_fpac()
521 void do_el1_fpac(struct pt_regs *regs, unsigned long esr) in do_el1_fpac()
586 static void ctr_read_handler(unsigned long esr, struct pt_regs *regs) in ctr_read_handler()
605 static void cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in cntvct_read_handler()
613 static void cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in cntfrq_read_handler()
621 static void mrs_handler(unsigned long esr, struct pt_regs *regs) in mrs_handler()
632 static void wfi_handler(unsigned long esr, struct pt_regs *regs) in wfi_handler()
689 static bool cp15_cond_valid(unsigned long esr, struct pt_regs *regs) in cp15_cond_valid()
709 static void compat_cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntfrq_read_handler()
726 static void compat_cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntvct_read_handler()
751 void do_cp15instr(unsigned long esr, struct pt_regs *regs) in do_cp15instr()
792 void do_sysinstr(unsigned long esr, struct pt_regs *regs) in do_sysinstr()
857 const char *esr_get_class_string(unsigned long esr) in esr_get_class_string()
866 void bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) in bad_el0_sync()
882 void panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) in panic_bad_stack()
912 void __noreturn arm64_serror_panic(struct pt_regs *regs, unsigned long esr) in arm64_serror_panic()
927 bool arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr) in arm64_is_fatal_ras_serror()
959 void do_serror(struct pt_regs *regs, unsigned long esr) in do_serror()
980 static int bug_handler(struct pt_regs *regs, unsigned long esr) in bug_handler()
1006 static int cfi_handler(struct pt_regs *regs, unsigned long esr) in cfi_handler()
1037 static int reserved_fault_handler(struct pt_regs *regs, unsigned long esr) in reserved_fault_handler()
1057 #define KASAN_ESR_SIZE(esr) (1 << ((esr) & KASAN_ESR_SIZE_MASK)) argument
1059 static int kasan_handler(struct pt_regs *regs, unsigned long esr) in kasan_handler()
1099 #define esr_comment(esr) ((esr) & ESR_ELx_BRK64_ISS_COMMENT_MASK) argument
1105 int __init early_brk64(unsigned long addr, unsigned long esr, in early_brk64()