Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Duprobes.h39 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
/openbmc/linux/arch/arm64/kernel/probes/
H A Duprobes.c177 static int uprobe_single_step_handler(struct pt_regs *regs, in uprobe_single_step_handler() function
197 .fn = uprobe_single_step_handler,
/openbmc/linux/arch/csky/include/asm/
H A Duprobes.h31 int uprobe_single_step_handler(struct pt_regs *regs);
/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c152 int uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
/openbmc/linux/arch/riscv/kernel/probes/
H A Duprobes.c156 bool uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c175 if (uprobe_single_step_handler(regs)) in do_trap_bkpt()
/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c256 return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs); in probe_single_step_handler()