Home
last modified time | relevance | path

Searched refs:__copy_instruction (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/kernel/kprobes/
Dcommon.h89 extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
Dcore.c323 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()
Dopt.c213 ret = __copy_instruction(dest + len, src + len, real + len, &insn); in copy_optimized_instructions()