Lines Matching defs:p
48 struct kprobe *p = kprobe_running(); in is_current_kprobe_addr() local
131 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
165 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
171 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
177 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
186 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
213 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
242 int try_to_emulate(struct kprobe *p, struct pt_regs *regs) in try_to_emulate()
274 struct kprobe *p; in kprobe_handler() local
415 static int trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
616 int setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
655 int longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
682 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()