Lines Matching refs:pt_regs
22 asmlinkage long do_syscall_trace_enter(struct pt_regs *regs);
23 asmlinkage void do_syscall_trace_exit(struct pt_regs *regs);
25 void do_protection_exception(struct pt_regs *regs);
26 void do_dat_exception(struct pt_regs *regs);
28 void addressing_exception(struct pt_regs *regs);
29 void data_exception(struct pt_regs *regs);
30 void default_trap_handler(struct pt_regs *regs);
31 void divide_exception(struct pt_regs *regs);
32 void execute_exception(struct pt_regs *regs);
33 void hfp_divide_exception(struct pt_regs *regs);
34 void hfp_overflow_exception(struct pt_regs *regs);
35 void hfp_significance_exception(struct pt_regs *regs);
36 void hfp_sqrt_exception(struct pt_regs *regs);
37 void hfp_underflow_exception(struct pt_regs *regs);
38 void illegal_op(struct pt_regs *regs);
39 void operand_exception(struct pt_regs *regs);
40 void overflow_exception(struct pt_regs *regs);
41 void privileged_op(struct pt_regs *regs);
42 void space_switch_exception(struct pt_regs *regs);
43 void special_op_exception(struct pt_regs *regs);
44 void specification_exception(struct pt_regs *regs);
45 void transaction_exception(struct pt_regs *regs);
46 void translation_exception(struct pt_regs *regs);
47 void vector_exception(struct pt_regs *regs);
49 void do_per_trap(struct pt_regs *regs);
50 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str);
51 void syscall_trace(struct pt_regs *regs, int entryexit);
52 void kernel_stack_overflow(struct pt_regs * regs);
53 void do_signal(struct pt_regs *regs);
55 struct pt_regs *regs);
56 void do_notify_resume(struct pt_regs *regs);
59 void do_IRQ(struct pt_regs *regs, int irq);
63 void die(struct pt_regs *regs, const char *str);
86 void gs_load_bc_cb(struct pt_regs *regs);