Lines Matching defs:p
25 static void __kprobes arch_prepare_ss_slot(struct kprobe *p) in arch_prepare_ss_slot()
36 static void __kprobes arch_prepare_simulate(struct kprobe *p) in arch_prepare_simulate()
41 static void __kprobes arch_simulate_insn(struct kprobe *p, struct pt_regs *regs) in arch_simulate_insn()
52 static bool __kprobes arch_check_kprobe(struct kprobe *p) in arch_check_kprobe()
67 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
108 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
117 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
124 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
140 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
166 static void __kprobes setup_singlestep(struct kprobe *p, in setup_singlestep()
194 static int __kprobes reenter_kprobe(struct kprobe *p, in reenter_kprobe()
284 struct kprobe *p, *cur_kprobe; in kprobe_breakpoint_handler() local
361 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()