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()
543 static void user_cache_maint_handler(unsigned long esr, struct pt_regs *regs) in user_cache_maint_handler()
583 static void ctr_read_handler(unsigned long esr, struct pt_regs *regs) in ctr_read_handler()
602 static void cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in cntvct_read_handler()
610 static void cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in cntfrq_read_handler()
618 static void mrs_handler(unsigned long esr, struct pt_regs *regs) in mrs_handler()
629 static void wfi_handler(unsigned long esr, struct pt_regs *regs) in wfi_handler()
686 static bool cp15_cond_valid(unsigned long esr, struct pt_regs *regs) in cp15_cond_valid()
706 static void compat_cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntfrq_read_handler()
723 static void compat_cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntvct_read_handler()
748 void do_el0_cp15(unsigned long esr, struct pt_regs *regs) in do_el0_cp15()
788 void do_el0_sys(unsigned long esr, struct pt_regs *regs) in do_el0_sys()
853 const char *esr_get_class_string(unsigned long esr) in esr_get_class_string()
862 void bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) in bad_el0_sync()
878 void __noreturn panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) in panic_bad_stack()
908 void __noreturn arm64_serror_panic(struct pt_regs *regs, unsigned long esr) in arm64_serror_panic()
922 bool arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr) in arm64_is_fatal_ras_serror()
954 void do_serror(struct pt_regs *regs, unsigned long esr) in do_serror()
976 static int bug_handler(struct pt_regs *regs, unsigned long esr) in bug_handler()
1002 static int cfi_handler(struct pt_regs *regs, unsigned long esr) in cfi_handler()
1033 static int reserved_fault_handler(struct pt_regs *regs, unsigned long esr) in reserved_fault_handler()
1053 #define KASAN_ESR_SIZE(esr) (1 << ((esr) & KASAN_ESR_SIZE_MASK)) argument
1055 static int kasan_handler(struct pt_regs *regs, unsigned long esr) in kasan_handler()
1095 static int ubsan_handler(struct pt_regs *regs, unsigned long esr) in ubsan_handler()
1108 #define esr_comment(esr) ((esr) & ESR_ELx_BRK64_ISS_COMMENT_MASK) argument
1114 int __init early_brk64(unsigned long addr, unsigned long esr, in early_brk64()