Lines Matching refs:kprobe
10 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
13 static void arch_prepare_ss_slot(struct kprobe *p) in arch_prepare_ss_slot()
21 static void arch_prepare_simulate(struct kprobe *p) in arch_prepare_simulate()
27 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
61 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
69 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
76 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
99 static void set_current_kprobe(struct kprobe *p) in set_current_kprobe()
128 static void post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, in post_kprobe_handler()
155 static void setup_singlestep(struct kprobe *p, struct pt_regs *regs, in setup_singlestep()
183 static bool reenter_kprobe(struct kprobe *p, struct pt_regs *regs, in reenter_kprobe()
210 struct kprobe *p, *cur_kprobe; in kprobe_breakpoint_handler()
272 struct kprobe *cur = kprobe_running(); in kprobe_singlestep_handler()
290 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
334 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()