Lines Matching defs:regs
37 static inline void __user *get_trap_ip(struct pt_regs *regs) in get_trap_ip()
55 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_report_trap()
66 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap()
75 void do_per_trap(struct pt_regs *regs) in do_per_trap()
86 static void default_trap_handler(struct pt_regs *regs) in default_trap_handler()
128 static inline void do_fp_trap(struct pt_regs *regs, __u32 fpc) in do_fp_trap()
148 static void translation_specification_exception(struct pt_regs *regs) in translation_specification_exception()
154 static void illegal_op(struct pt_regs *regs) in illegal_op()
196 static void vector_exception(struct pt_regs *regs) in vector_exception()
230 static void data_exception(struct pt_regs *regs) in data_exception()
239 static void space_switch_exception(struct pt_regs *regs) in space_switch_exception()
248 static void monitor_event_exception(struct pt_regs *regs) in monitor_event_exception()
265 void kernel_stack_overflow(struct pt_regs *regs) in kernel_stack_overflow()
316 void noinstr __do_pgm_check(struct pt_regs *regs) in __do_pgm_check()