Lines Matching refs:kprobe
69 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
220 struct kprobe *kp; in __recover_probed_insn()
406 static int prepare_boost(kprobe_opcode_t *buf, struct kprobe *p, in prepare_boost()
448 static int arch_copy_kprobe(struct kprobe *p) in arch_copy_kprobe()
477 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
500 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
505 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
510 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
537 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
578 static void setup_singlestep(struct kprobe *p, struct pt_regs *regs, in setup_singlestep()
621 static int reenter_kprobe(struct kprobe *p, struct pt_regs *regs, in reenter_kprobe()
658 struct kprobe *p; in kprobe_int3_handler()
869 static void resume_execution(struct kprobe *p, struct pt_regs *regs, in resume_execution()
938 struct kprobe *cur = kprobe_running(); in kprobe_debug_handler()
973 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
1088 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()