Lines Matching defs:p
62 static void copy_instruction(struct kprobe *p) in copy_instruction()
102 static int s390_get_insn_slot(struct kprobe *p) in s390_get_insn_slot()
118 static void s390_free_insn_slot(struct kprobe *p) in s390_free_insn_slot()
130 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
144 int arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location()
150 struct kprobe *p; member
160 struct kprobe *p = args->p; in swap_instruction() local
187 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
195 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
203 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
250 static void push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
279 static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p) in kprobe_reenter_check()
304 struct kprobe *p; in kprobe_handler() local
392 static int trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
490 static void resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
536 struct kprobe *p = kprobe_running(); in post_kprobe_handler() local
565 struct kprobe *p = kprobe_running(); in kprobe_trap_handler() local
677 int setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
703 int longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
729 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()