Searched refs:__text_gen_insn (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtext-patching.h92 void __text_gen_insn(void *buf, u8 opcode, const void *addr, const void *dest, int size) function
125 __text_gen_insn(&insn, opcode, addr, dest, text_opcode_size(opcode));
/linux-master/arch/x86/kernel/
H A Dstatic_call.c98 __text_gen_insn(buf+1, op, insn+1, func, 5);
H A Dcallthunks.c229 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE);
H A Dalternative.c149 __text_gen_insn(instr, JMP8_INSN_OPCODE, instr, target, JMP8_INSN_SIZE);
152 __text_gen_insn(instr, JMP32_INSN_OPCODE, instr, target, JMP32_INSN_SIZE);
605 __text_gen_insn(bytes+i, op, addr+i,
613 __text_gen_insn(bytes+i, op, addr+i,
792 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i);
H A Dftrace.c368 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1329 __text_gen_insn(&early_xen_iret_patch,

Completed in 167 milliseconds