Home
last modified time | relevance | path

Searched refs:uprobe_breakpoint_handler (Results 1 – 7 of 7) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Duprobes.h28 bool uprobe_breakpoint_handler(struct pt_regs *regs);
31 static inline bool uprobe_breakpoint_handler(struct pt_regs *regs) { return false; } in uprobe_breakpoint_handler() function
/linux/arch/riscv/include/asm/
H A Duprobes.h38 bool uprobe_breakpoint_handler(struct pt_regs *regs);
41 static inline bool uprobe_breakpoint_handler(struct pt_regs *regs) in uprobe_breakpoint_handler() function
/linux/arch/csky/include/asm/
H A Duprobes.h30 int uprobe_breakpoint_handler(struct pt_regs *regs);
/linux/arch/csky/kernel/probes/
H A Duprobes.c144 int uprobe_breakpoint_handler(struct pt_regs *regs) in uprobe_breakpoint_handler() function
/linux/arch/loongarch/kernel/
H A Duprobes.c114 bool uprobe_breakpoint_handler(struct pt_regs *regs) in uprobe_breakpoint_handler() function
H A Dtraps.c750 if (uprobe_breakpoint_handler(regs)) in do_bp()
/linux/arch/csky/kernel/
H A Dtraps.c197 if (uprobe_breakpoint_handler(regs)) in do_trap_illinsn()