Searched refs:reenter_kprobe (Results 1 – 4 of 4) sorted by relevance
/linux/arch/loongarch/kernel/ |
H A D | kprobes.c | 183 static bool reenter_kprobe(struct kprobe *p, struct pt_regs *regs, in reenter_kprobe() function 205 NOKPROBE_SYMBOL(reenter_kprobe); 224 if (reenter_kprobe(p, regs, kcb)) in kprobe_breakpoint_handler()
|
/linux/arch/riscv/kernel/probes/ |
H A D | kprobes.c | 194 static int __kprobes reenter_kprobe(struct kprobe *p, in reenter_kprobe() function 295 if (reenter_kprobe(p, regs, kcb)) in kprobe_breakpoint_handler()
|
/linux/arch/csky/kernel/probes/ |
H A D | kprobes.c | 220 static int __kprobes reenter_kprobe(struct kprobe *p, in reenter_kprobe() function 324 if (reenter_kprobe(p, regs, kcb)) in kprobe_breakpoint_handler()
|
/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 966 static int reenter_kprobe(struct kprobe *p, struct pt_regs *regs, in reenter_kprobe() function 994 NOKPROBE_SYMBOL(reenter_kprobe); 1027 if (reenter_kprobe(p, regs, kcb)) in kprobe_int3_handler()
|