Searched refs:uprobe_breakpoint_handler (Results 1 – 7 of 7) sorted by relevance
168 static int uprobe_breakpoint_handler(struct pt_regs *regs, in uprobe_breakpoint_handler() function192 .fn = uprobe_breakpoint_handler,
30 int uprobe_breakpoint_handler(struct pt_regs *regs);
37 bool uprobe_breakpoint_handler(struct pt_regs *regs);
141 int uprobe_breakpoint_handler(struct pt_regs *regs) in uprobe_breakpoint_handler() function
146 bool uprobe_breakpoint_handler(struct pt_regs *regs) in uprobe_breakpoint_handler() function
196 if (uprobe_breakpoint_handler(regs)) in do_trap_illinsn()
167 if (uprobe_breakpoint_handler(regs)) in do_trap_break()
Completed in 8 milliseconds