Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/loongarch/include/asm/
A Dkprobes.h49 bool kprobe_breakpoint_handler(struct pt_regs *regs);
57 static inline bool kprobe_breakpoint_handler(struct pt_regs *regs) { return false; } in kprobe_breakpoint_handler() function
/linux-6.3-rc2/arch/riscv/include/asm/
A Dkprobes.h41 bool kprobe_breakpoint_handler(struct pt_regs *regs);
/linux-6.3-rc2/arch/csky/include/asm/
A Dkprobes.h42 int kprobe_breakpoint_handler(struct pt_regs *regs);
/linux-6.3-rc2/arch/loongarch/kernel/
A Dkprobes.c254 bool kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
315 NOKPROBE_SYMBOL(kprobe_breakpoint_handler);
A Dtraps.c455 if (kprobe_breakpoint_handler(regs)) in do_bp()
/linux-6.3-rc2/arch/arm64/kernel/probes/
A Dkprobes.c302 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_handler() function
347 .fn = kprobe_breakpoint_handler,
/linux-6.3-rc2/arch/csky/kernel/
A Dtraps.c192 if (kprobe_breakpoint_handler(regs)) in do_trap_illinsn()
/linux-6.3-rc2/arch/riscv/kernel/
A Dtraps.c192 if (kprobe_breakpoint_handler(regs)) in do_trap_break()
/linux-6.3-rc2/arch/riscv/kernel/probes/
A Dkprobes.c290 kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function
/linux-6.3-rc2/arch/csky/kernel/probes/
A Dkprobes.c311 kprobe_breakpoint_handler(struct pt_regs *regs) in kprobe_breakpoint_handler() function

Completed in 17 milliseconds