Lines Matching refs:kprobe
38 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
101 struct kprobe *p) in update_kprobe_inst_flag()
301 struct kprobe *p, in prepare_break_inst()
402 static void __kprobes set_current_kprobe(struct kprobe *p, in set_current_kprobe()
420 int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
558 static void __kprobes prepare_booster(struct kprobe *p) in prepare_booster()
562 struct kprobe *other_kp; in prepare_booster()
577 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
616 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
643 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
666 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
682 static void __kprobes resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
750 static void __kprobes prepare_ss(struct kprobe *p, struct pt_regs *regs) in prepare_ss()
783 struct kprobe *p; in pre_kprobes_handler()
881 struct kprobe *cur = kprobe_running(); in post_kprobes_handler()
908 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
1026 static struct kprobe trampoline_p = {
1037 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()