Home
last modified time | relevance | path

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

/linux-6.14.4/arch/loongarch/include/asm/
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
/linux-6.14.4/arch/loongarch/kernel/
Dkprobes.c270 bool kprobe_singlestep_handler(struct pt_regs *regs) in kprobe_singlestep_handler() function
286 NOKPROBE_SYMBOL(kprobe_singlestep_handler);
Dtraps.c741 if (kprobe_singlestep_handler(regs)) in do_bp()