• Home
  • Raw
  • Download

Lines Matching refs:pt_regs

20 asmlinkage long do_syscall_trace_enter(struct pt_regs *regs);
21 asmlinkage void do_syscall_trace_exit(struct pt_regs *regs);
23 void do_protection_exception(struct pt_regs *regs);
24 void do_dat_exception(struct pt_regs *regs);
25 void do_secure_storage_access(struct pt_regs *regs);
26 void do_non_secure_storage_access(struct pt_regs *regs);
27 void do_secure_storage_violation(struct pt_regs *regs);
29 void addressing_exception(struct pt_regs *regs);
30 void data_exception(struct pt_regs *regs);
31 void default_trap_handler(struct pt_regs *regs);
32 void divide_exception(struct pt_regs *regs);
33 void execute_exception(struct pt_regs *regs);
34 void hfp_divide_exception(struct pt_regs *regs);
35 void hfp_overflow_exception(struct pt_regs *regs);
36 void hfp_significance_exception(struct pt_regs *regs);
37 void hfp_sqrt_exception(struct pt_regs *regs);
38 void hfp_underflow_exception(struct pt_regs *regs);
39 void illegal_op(struct pt_regs *regs);
40 void operand_exception(struct pt_regs *regs);
41 void overflow_exception(struct pt_regs *regs);
42 void privileged_op(struct pt_regs *regs);
43 void space_switch_exception(struct pt_regs *regs);
44 void special_op_exception(struct pt_regs *regs);
45 void specification_exception(struct pt_regs *regs);
46 void transaction_exception(struct pt_regs *regs);
47 void translation_exception(struct pt_regs *regs);
48 void vector_exception(struct pt_regs *regs);
49 void monitor_event_exception(struct pt_regs *regs);
51 void do_per_trap(struct pt_regs *regs);
52 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str);
53 void syscall_trace(struct pt_regs *regs, int entryexit);
54 void kernel_stack_overflow(struct pt_regs * regs);
55 void do_signal(struct pt_regs *regs);
57 struct pt_regs *regs);
58 void do_notify_resume(struct pt_regs *regs);
61 void do_IRQ(struct pt_regs *regs, int irq);
64 void die(struct pt_regs *regs, const char *str);
85 void gs_load_bc_cb(struct pt_regs *regs);