Lines Matching refs:kprobe_ctlblk
11 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
85 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
92 static void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
113 static void save_local_irqflag(struct kprobe_ctlblk *kcb, in save_local_irqflag()
121 static void restore_local_irqflag(struct kprobe_ctlblk *kcb, in restore_local_irqflag()
128 static void post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, in post_kprobe_handler()
156 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
184 struct kprobe_ctlblk *kcb) in reenter_kprobe()
209 struct kprobe_ctlblk *kcb; in kprobe_breakpoint_handler()
273 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_singlestep_handler()
291 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()