Searched refs:kprobe_single_step_handler (Results 1 – 6 of 6) sorted by relevance
42 bool kprobe_single_step_handler(struct pt_regs *regs);49 static inline bool kprobe_single_step_handler(struct pt_regs *regs) in kprobe_single_step_handler() function
43 int kprobe_single_step_handler(struct pt_regs *regs);
172 if (kprobe_single_step_handler(regs)) in do_trap_bkpt()
332 kprobe_single_step_handler(struct pt_regs *regs) in kprobe_single_step_handler() function
361 kprobe_single_step_handler(struct pt_regs *regs) in kprobe_single_step_handler() function
263 return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs); in probe_single_step_handler()