Lines Matching defs:regs
152 static void dump_kernel_instr(const char *lvl, struct pt_regs *regs) in dump_kernel_instr()
185 static int __die(const char *str, long err, struct pt_regs *regs) in __die()
211 void die(const char *str, struct pt_regs *regs, long err) in die()
248 struct pt_regs *regs = task_pt_regs(tsk); in arm64_show_signal() local
296 void arm64_notify_die(const char *str, struct pt_regs *regs, in arm64_notify_die()
317 static u32 compat_get_it_state(struct pt_regs *regs) in compat_get_it_state()
327 static void compat_set_it_state(struct pt_regs *regs, u32 it) in compat_set_it_state()
338 static void advance_itstate(struct pt_regs *regs) in advance_itstate()
361 static void advance_itstate(struct pt_regs *regs) in advance_itstate()
366 void arm64_skip_faulting_instruction(struct pt_regs *regs, unsigned long size) in arm64_skip_faulting_instruction()
383 static int user_insn_read(struct pt_regs *regs, u32 *insnp) in user_insn_read()
417 struct pt_regs *regs = current_pt_regs(); in force_signal_inject() local
460 void do_el0_undef(struct pt_regs *regs, unsigned long esr) in do_el0_undef()
481 void do_el1_undef(struct pt_regs *regs, unsigned long esr) in do_el1_undef()
495 void do_el0_bti(struct pt_regs *regs) in do_el0_bti()
500 void do_el1_bti(struct pt_regs *regs, unsigned long esr) in do_el1_bti()
509 void do_el0_gcs(struct pt_regs *regs, unsigned long esr) in do_el0_gcs()
514 void do_el1_gcs(struct pt_regs *regs, unsigned long esr) in do_el1_gcs()
519 void do_el0_fpac(struct pt_regs *regs, unsigned long esr) in do_el0_fpac()
524 void do_el1_fpac(struct pt_regs *regs, unsigned long esr) in do_el1_fpac()
533 void do_el0_mops(struct pt_regs *regs, unsigned long esr) in do_el0_mops()
544 void do_el1_mops(struct pt_regs *regs, unsigned long esr) in do_el1_mops()
566 static void user_cache_maint_handler(unsigned long esr, struct pt_regs *regs) in user_cache_maint_handler()
606 static void ctr_read_handler(unsigned long esr, struct pt_regs *regs) in ctr_read_handler()
625 static void cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in cntvct_read_handler()
637 static void cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in cntfrq_read_handler()
649 static void mrs_handler(unsigned long esr, struct pt_regs *regs) in mrs_handler()
660 static void wfi_handler(unsigned long esr, struct pt_regs *regs) in wfi_handler()
717 static bool cp15_cond_valid(unsigned long esr, struct pt_regs *regs) in cp15_cond_valid()
737 static void compat_cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntfrq_read_handler()
754 static void compat_cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in compat_cntvct_read_handler()
779 void do_el0_cp15(unsigned long esr, struct pt_regs *regs) in do_el0_cp15()
819 void do_el0_sys(unsigned long esr, struct pt_regs *regs) in do_el0_sys()
894 void bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) in bad_el0_sync()
910 void __noreturn panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) in panic_bad_stack()
940 void __noreturn arm64_serror_panic(struct pt_regs *regs, unsigned long esr) in arm64_serror_panic()
954 bool arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr) in arm64_is_fatal_ras_serror()
986 void do_serror(struct pt_regs *regs, unsigned long esr) in do_serror()
1008 static int bug_handler(struct pt_regs *regs, unsigned long esr) in bug_handler()
1034 static int cfi_handler(struct pt_regs *regs, unsigned long esr) in cfi_handler()
1065 static int reserved_fault_handler(struct pt_regs *regs, unsigned long esr) in reserved_fault_handler()
1087 static int kasan_handler(struct pt_regs *regs, unsigned long esr) in kasan_handler()
1127 static int ubsan_handler(struct pt_regs *regs, unsigned long esr) in ubsan_handler()
1145 struct pt_regs *regs) in early_brk64()