Lines Matching defs:regs
149 static void dump_kernel_instr(const char *lvl, struct pt_regs *regs) in dump_kernel_instr()
184 static int __die(const char *str, long err, struct pt_regs *regs) in __die()
210 void die(const char *str, struct pt_regs *regs, long err) in die()
247 struct pt_regs *regs = task_pt_regs(tsk); in arm64_show_signal() local
289 void arm64_notify_die(const char *str, struct pt_regs *regs, in arm64_notify_die()
310 static u32 compat_get_it_state(struct pt_regs *regs) in compat_get_it_state()
320 static void compat_set_it_state(struct pt_regs *regs, u32 it) in compat_set_it_state()
331 static void advance_itstate(struct pt_regs *regs) in advance_itstate()
354 static void advance_itstate(struct pt_regs *regs) in advance_itstate()
359 void arm64_skip_faulting_instruction(struct pt_regs *regs, unsigned long size) in arm64_skip_faulting_instruction()
397 static int call_undef_hook(struct pt_regs *regs) in call_undef_hook()
446 struct pt_regs *regs = current_pt_regs(); in force_signal_inject() local
489 void do_undefinstr(struct pt_regs *regs, unsigned long esr) in do_undefinstr()
505 void do_el0_bti(struct pt_regs *regs) in do_el0_bti()
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()
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()
1059 static int kasan_handler(struct pt_regs *regs, unsigned long esr) in kasan_handler()
1106 struct pt_regs *regs) in early_brk64()