Lines Matching defs:esr

247 	unsigned long esr = tsk->thread.fault_code;  in arm64_show_signal()  local
454 void do_el0_undef(struct pt_regs *regs, unsigned long esr) in do_el0_undef()
475 void do_el1_undef(struct pt_regs *regs, unsigned long esr) in do_el1_undef()
494 void do_el1_bti(struct pt_regs *regs, unsigned long esr) in do_el1_bti()
503 void do_el0_fpac(struct pt_regs *regs, unsigned long esr) in do_el0_fpac()
508 void do_el1_fpac(struct pt_regs *regs, unsigned long esr) in do_el1_fpac()
532 static void user_cache_maint_handler(unsigned long esr, struct pt_regs *regs) in user_cache_maint_handler()
572 static void ctr_read_handler(unsigned long esr, struct pt_regs *regs) in ctr_read_handler()
591 static void cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in cntvct_read_handler()
599 static void cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in cntfrq_read_handler()
607 static void mrs_handler(unsigned long esr, struct pt_regs *regs) in mrs_handler()
618 static void wfi_handler(unsigned long esr, struct pt_regs *regs) in wfi_handler()
675 static bool cp15_cond_valid(unsigned long esr, struct pt_regs *regs) in cp15_cond_valid()
695 static void compat_cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntfrq_read_handler()
712 static void compat_cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntvct_read_handler()
737 void do_el0_cp15(unsigned long esr, struct pt_regs *regs) in do_el0_cp15()
777 void do_el0_sys(unsigned long esr, struct pt_regs *regs) in do_el0_sys()
841 const char *esr_get_class_string(unsigned long esr) in esr_get_class_string()
850 void bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) in bad_el0_sync()
866 void panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) in panic_bad_stack()
896 void __noreturn arm64_serror_panic(struct pt_regs *regs, unsigned long esr) in arm64_serror_panic()
911 bool arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr) in arm64_is_fatal_ras_serror()
943 void do_serror(struct pt_regs *regs, unsigned long esr) in do_serror()
964 static int bug_handler(struct pt_regs *regs, unsigned long esr) in bug_handler()
990 static int cfi_handler(struct pt_regs *regs, unsigned long esr) in cfi_handler()
1021 static int reserved_fault_handler(struct pt_regs *regs, unsigned long esr) in reserved_fault_handler()
1041 #define KASAN_ESR_SIZE(esr) (1 << ((esr) & KASAN_ESR_SIZE_MASK)) argument
1043 static int kasan_handler(struct pt_regs *regs, unsigned long esr) in kasan_handler()
1083 static int ubsan_handler(struct pt_regs *regs, unsigned long esr) in ubsan_handler()
1096 #define esr_comment(esr) ((esr) & ESR_ELx_BRK64_ISS_COMMENT_MASK) argument
1102 int __init early_brk64(unsigned long addr, unsigned long esr, in early_brk64()