Lines Matching defs:regs
36 static inline void __user *get_trap_ip(struct pt_regs *regs) in get_trap_ip()
54 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_report_trap()
65 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap()
74 void do_per_trap(struct pt_regs *regs) in do_per_trap()
85 static void default_trap_handler(struct pt_regs *regs) in default_trap_handler()
127 static inline void do_fp_trap(struct pt_regs *regs, __u32 fpc) in do_fp_trap()
147 static void translation_specification_exception(struct pt_regs *regs) in translation_specification_exception()
153 static void illegal_op(struct pt_regs *regs) in illegal_op()
195 static void vector_exception(struct pt_regs *regs) in vector_exception()
229 static void data_exception(struct pt_regs *regs) in data_exception()
238 static void space_switch_exception(struct pt_regs *regs) in space_switch_exception()
247 static void monitor_event_exception(struct pt_regs *regs) in monitor_event_exception()
264 void kernel_stack_overflow(struct pt_regs *regs) in kernel_stack_overflow()
315 void noinstr __do_pgm_check(struct pt_regs *regs) in __do_pgm_check()