Lines Matching refs:kprobe
25 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
88 struct kprobe *p) in update_kprobe_inst_flag()
288 struct kprobe *p, in prepare_break_inst()
389 static void __kprobes set_current_kprobe(struct kprobe *p, in set_current_kprobe()
399 int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
472 static void __kprobes prepare_booster(struct kprobe *p) in prepare_booster()
476 struct kprobe *other_kp; in prepare_booster()
491 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
530 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
557 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
580 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
596 static void __kprobes resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
664 static void __kprobes prepare_ss(struct kprobe *p, struct pt_regs *regs) in prepare_ss()
697 struct kprobe *p; in pre_kprobes_handler()
795 struct kprobe *cur = kprobe_running(); in post_kprobes_handler()
822 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
893 static struct kprobe trampoline_p = {
904 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()