Lines Matching defs:p
141 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
196 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
202 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
208 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
234 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
255 static int evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs, in evaluate_branch_instruction()
289 static void prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep()
322 static void __kprobes resume_execution(struct kprobe *p, in resume_execution()
336 struct kprobe *p; in kprobe_handler() local
520 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
549 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
599 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
663 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()