Lines Matching refs:kprobe
56 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
207 struct kprobe *kp; in __recover_probed_insn()
393 static int prepare_boost(kprobe_opcode_t *buf, struct kprobe *p, in prepare_boost()
446 static int arch_copy_kprobe(struct kprobe *p) in arch_copy_kprobe()
475 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
498 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
503 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
508 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
535 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
577 static void setup_singlestep(struct kprobe *p, struct pt_regs *regs, in setup_singlestep()
620 static int reenter_kprobe(struct kprobe *p, struct pt_regs *regs, in reenter_kprobe()
657 struct kprobe *p; in kprobe_int3_handler()
749 static struct kprobe kretprobe_kprobe = {
907 static void resume_execution(struct kprobe *p, struct pt_regs *regs, in resume_execution()
976 struct kprobe *cur = kprobe_running(); in kprobe_debug_handler()
1011 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
1085 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()