Searched refs:prepare_singlestep (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/sparc/kernel/ |
D | kprobes.c | 101 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep() function 148 prepare_singlestep(p, regs, kcb); in kprobe_handler() 184 prepare_singlestep(p, regs, kcb); in kprobe_handler()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | kprobes.c | 197 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep() function 351 prepare_singlestep(p, regs); in kprobe_handler() 377 prepare_singlestep(p, regs); in kprobe_handler()
|
/linux-6.12.1/arch/mips/kernel/ |
D | kprobes.c | 235 static void prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep() function 315 prepare_singlestep(p, regs, kcb); in kprobe_handler() 360 prepare_singlestep(p, regs, kcb); in kprobe_handler()
|
/linux-6.12.1/arch/sh/kernel/ |
D | kprobes.c | 139 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep() function 241 prepare_singlestep(p, regs); in kprobe_handler() 275 prepare_singlestep(p, regs); in kprobe_handler()
|
/linux-6.12.1/arch/x86/kernel/kprobes/ |
D | core.c | 465 static int prepare_singlestep(kprobe_opcode_t *buf, struct kprobe *p, in prepare_singlestep() function 773 len = prepare_singlestep(buf, p, &insn); in arch_copy_kprobe()
|