__copy_instruction   88 arch/x86/kernel/kprobes/common.h extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
__copy_instruction  453 arch/x86/kernel/kprobes/core.c 	len = __copy_instruction(buf, p->addr, p->ainsn.insn, &insn);
__copy_instruction  183 arch/x86/kernel/kprobes/opt.c 		ret = __copy_instruction(dest + len, src + len, real + len, &insn);