Lines Matching refs:regs
338 static int aggr_pre_handler(struct kprobe *p, struct pt_regs *regs);
370 void opt_pre_handler(struct kprobe *p, struct pt_regs *regs) in opt_pre_handler() argument
377 kp->pre_handler(kp, regs); in opt_pre_handler()
1095 static int aggr_pre_handler(struct kprobe *p, struct pt_regs *regs) in aggr_pre_handler() argument
1102 if (kp->pre_handler(kp, regs)) in aggr_pre_handler()
1111 static void aggr_post_handler(struct kprobe *p, struct pt_regs *regs, in aggr_post_handler() argument
1119 kp->post_handler(kp, regs, flags); in aggr_post_handler()
1126 static int aggr_fault_handler(struct kprobe *p, struct pt_regs *regs, in aggr_fault_handler() argument
1136 if (cur->fault_handler(cur, regs, trapnr)) in aggr_fault_handler()
1837 static int pre_handler_kretprobe(struct kprobe *p, struct pt_regs *regs) in pre_handler_kretprobe() argument
1866 if (rp->entry_handler && rp->entry_handler(ri, regs)) { in pre_handler_kretprobe()
1873 arch_prepare_kretprobe(ri, regs); in pre_handler_kretprobe()
2031 static int pre_handler_kretprobe(struct kprobe *p, struct pt_regs *regs) in pre_handler_kretprobe() argument