Lines Matching defs:regs
29 static inline void __user *get_trap_ip(struct pt_regs *regs) in get_trap_ip()
45 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_report_trap()
58 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap()
67 void do_per_trap(struct pt_regs *regs) in do_per_trap()
78 void default_trap_handler(struct pt_regs *regs) in default_trap_handler()
120 static inline void do_fp_trap(struct pt_regs *regs, __u32 fpc) in do_fp_trap()
140 void translation_exception(struct pt_regs *regs) in translation_exception()
146 void illegal_op(struct pt_regs *regs) in illegal_op()
188 void vector_exception(struct pt_regs *regs) in vector_exception()
222 void data_exception(struct pt_regs *regs) in data_exception()
231 void space_switch_exception(struct pt_regs *regs) in space_switch_exception()
240 void monitor_event_exception(struct pt_regs *regs) in monitor_event_exception()
261 void kernel_stack_overflow(struct pt_regs *regs) in kernel_stack_overflow()