Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H 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
/openbmc/linux/arch/loongarch/include/asm/
H 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
/openbmc/linux/arch/csky/include/asm/
H A Dkprobes.h42 int kprobe_breakpoint_handler(struct pt_regs *regs);
/openbmc/linux/arch/loongarch/kernel/
H A Dkprobes.c207 bool kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
268 NOKPROBE_SYMBOL(kprobe_breakpoint_handler);
H A Dtraps.c703 if (kprobe_breakpoint_handler(regs)) in do_bp()
/openbmc/linux/arch/arm64/kernel/probes/
H A Dkprobes.c302 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_handler() function
347 .fn = kprobe_breakpoint_handler,
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c192 if (kprobe_breakpoint_handler(regs)) in do_trap_illinsn()
/openbmc/linux/arch/riscv/kernel/probes/
H A Dkprobes.c289 kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
/openbmc/linux/arch/csky/kernel/probes/
H A Dkprobes.c311 kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c263 return user ? uprobe_breakpoint_handler(regs) : kprobe_breakpoint_handler(regs); in probe_breakpoint_handler()