Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dkprobes.h50 bool kprobe_singlestep_handler(struct pt_regs *regs);
55 static inline bool kprobe_singlestep_handler(struct pt_regs *regs) { return false; } in kprobe_singlestep_handler() function
/openbmc/linux/arch/loongarch/kernel/
H A Dkprobes.c270 bool kprobe_singlestep_handler(struct pt_regs *regs) in kprobe_singlestep_handler() function
286 NOKPROBE_SYMBOL(kprobe_singlestep_handler);
H A Dtraps.c703 if (kprobe_singlestep_handler(regs)) in do_bp()