Lines Matching refs:kprobe
27 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
72 static void copy_instruction(struct kprobe *p) in copy_instruction()
105 static int s390_get_insn_slot(struct kprobe *p) in s390_get_insn_slot()
121 static void s390_free_insn_slot(struct kprobe *p) in s390_free_insn_slot()
133 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
148 struct kprobe *p;
155 struct kprobe *p = args->p; in swap_instruction()
164 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
172 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
180 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
227 static void push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
257 static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p) in kprobe_reenter_check()
282 struct kprobe *p; in kprobe_handler()
352 static int trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
372 static void resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
400 struct kprobe *p = kprobe_running(); in post_kprobe_handler()
429 struct kprobe *p = kprobe_running(); in kprobe_trap_handler()
536 static struct kprobe trampoline = {
546 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()