Lines Matching refs:kprobe_ctlblk
19 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
22 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *);
42 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn()
115 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
121 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
140 static void __kprobes kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, in kprobes_save_local_irqflag()
147 static void __kprobes kprobes_restore_local_irqflag(struct kprobe_ctlblk *kcb, in kprobes_restore_local_irqflag()
155 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
183 struct kprobe_ctlblk *kcb) in reenter_kprobe()
206 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler()
233 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
272 struct kprobe_ctlblk *kcb; in kprobe_breakpoint_handler()
321 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_single_step_handler()