Searched refs:__copy_instruction (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/kernel/kprobes/ |
D | common.h | 89 extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
|
D | core.c | 323 int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn) in __copy_instruction() function 708 len = __copy_instruction(buf, p->addr, p->ainsn.insn, &insn); in arch_copy_kprobe()
|
D | opt.c | 213 ret = __copy_instruction(dest + len, src + len, real + len, &insn); in copy_optimized_instructions()
|