Home
last modified time | relevance | path

Searched refs:uprobe_singlestep_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Duprobes.h30 bool uprobe_singlestep_handler(struct pt_regs *regs);
33 static inline bool uprobe_singlestep_handler(struct pt_regs *regs) { return false; } in uprobe_singlestep_handler() function
/openbmc/linux/arch/loongarch/kernel/
H A Duprobes.c131 bool uprobe_singlestep_handler(struct pt_regs *regs) in uprobe_singlestep_handler() function
H A Dtraps.c713 if (uprobe_singlestep_handler(regs)) in do_bp()