Home
last modified time | relevance | path

Searched refs:kprobe_breakpoint_handler (Results 1 – 9 of 9) sorted by relevance

/arch/riscv/include/asm/
A Dkprobes.h41 bool kprobe_breakpoint_handler(struct pt_regs *regs);
44 static inline bool kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
/arch/loongarch/include/asm/
A Dkprobes.h49 bool kprobe_breakpoint_handler(struct pt_regs *regs);
54 static inline bool kprobe_breakpoint_handler(struct pt_regs *regs) { return false; } in kprobe_breakpoint_handler() function
/arch/csky/include/asm/
A Dkprobes.h42 int kprobe_breakpoint_handler(struct pt_regs *regs);
/arch/loongarch/kernel/
A Dkprobes.c207 bool kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
268 NOKPROBE_SYMBOL(kprobe_breakpoint_handler);
A Dtraps.c740 if (kprobe_breakpoint_handler(regs)) in do_bp()
/arch/csky/kernel/
A Dtraps.c193 if (kprobe_breakpoint_handler(regs)) in do_trap_illinsn()
/arch/riscv/kernel/probes/
A Dkprobes.c282 kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
/arch/csky/kernel/probes/
A Dkprobes.c311 kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
/arch/riscv/kernel/
A Dtraps.c280 return user ? uprobe_breakpoint_handler(regs) : kprobe_breakpoint_handler(regs); in probe_breakpoint_handler()

Completed in 14 milliseconds