Searched refs:uprobe_single_step_handler (Results 1 – 7 of 7) 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
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()