Searched refs:uprobe_single_step_handler (Results 1 – 9 of 9) sorted by relevance
33 int uprobe_single_step_handler(struct pt_regs *regs, unsigned long esr);35 static inline int uprobe_single_step_handler(struct pt_regs *regs, in uprobe_single_step_handler() function
39 bool uprobe_single_step_handler(struct pt_regs *regs);46 static inline bool uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
31 int uprobe_single_step_handler(struct pt_regs *regs);
152 int uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
185 int uprobe_single_step_handler(struct pt_regs *regs, in uprobe_single_step_handler() function
156 bool uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
176 if (uprobe_single_step_handler(regs)) in do_trap_bkpt()
183 if (uprobe_single_step_handler(regs, esr) == DBG_HOOK_HANDLED) in do_el0_softstep()
273 return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs); in probe_single_step_handler()
Completed in 11 milliseconds