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()
517 void do_el0_mops(struct pt_regs *regs, unsigned long esr) in do_el0_mops()
589 static void user_cache_maint_handler(unsigned long esr, struct pt_regs *regs) in user_cache_maint_handler()
629 static void ctr_read_handler(unsigned long esr, struct pt_regs *regs) in ctr_read_handler()
648 static void cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in cntvct_read_handler()
656 static void cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in cntfrq_read_handler()
664 static void mrs_handler(unsigned long esr, struct pt_regs *regs) in mrs_handler()
675 static void wfi_handler(unsigned long esr, struct pt_regs *regs) in wfi_handler()
732 static bool cp15_cond_valid(unsigned long esr, struct pt_regs *regs) in cp15_cond_valid()
752 static void compat_cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntfrq_read_handler()
769 static void compat_cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntvct_read_handler()
794 void do_el0_cp15(unsigned long esr, struct pt_regs *regs) in do_el0_cp15()
834 void do_el0_sys(unsigned long esr, struct pt_regs *regs) in do_el0_sys()
899 const char *esr_get_class_string(unsigned long esr) in esr_get_class_string()
908 void bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) in bad_el0_sync()
924 void __noreturn panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) in panic_bad_stack()
954 void __noreturn arm64_serror_panic(struct pt_regs *regs, unsigned long esr) in arm64_serror_panic()
968 bool arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr) in arm64_is_fatal_ras_serror()
1000 void do_serror(struct pt_regs *regs, unsigned long esr) in do_serror()
1022 static int bug_handler(struct pt_regs *regs, unsigned long esr) in bug_handler()
1048 static int cfi_handler(struct pt_regs *regs, unsigned long esr) in cfi_handler()
1079 static int reserved_fault_handler(struct pt_regs *regs, unsigned long esr) in reserved_fault_handler()
1099 #define KASAN_ESR_SIZE(esr) (1 << ((esr) & KASAN_ESR_SIZE_MASK)) argument
1101 static int kasan_handler(struct pt_regs *regs, unsigned long esr) in kasan_handler()
1141 static int ubsan_handler(struct pt_regs *regs, unsigned long esr) in ubsan_handler()
1154 #define esr_comment(esr) ((esr) & ESR_ELx_BRK64_ISS_COMMENT_MASK) argument
1160 int __init early_brk64(unsigned long addr, unsigned long esr, in early_brk64()