Searched refs:__text_gen_insn (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | static_call.c | 106 __text_gen_insn(buf+1, op, insn+1, func, 5); in __static_call_transform() 188 __text_gen_insn(tramp, JMP32_INSN_OPCODE, tramp, func, JMP32_INSN_SIZE); in __static_call_update_early()
|
| H A D | alternative.c | 338 __text_gen_insn(buf, JMP8_INSN_OPCODE, buf, target, JMP8_INSN_SIZE); in add_nop() 341 __text_gen_insn(buf, JMP32_INSN_OPCODE, buf, target, JMP32_INSN_SIZE); in add_nop() 770 __text_gen_insn(bytes+i, op, addr+i, in __emit_trampoline() 778 __text_gen_insn(bytes+i, op, addr+i, in __emit_trampoline() 1026 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return() 1581 __text_gen_insn(bytes + 2, CALL_INSN_OPCODE, in cfi_fineibt_bhi_preamble()
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 93 void __text_gen_insn(void *buf, u8 opcode, const void *addr, const void *dest, int size) in __text_gen_insn() function 126 __text_gen_insn(&insn, opcode, addr, dest, text_opcode_size(opcode)); in text_gen_insn()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 1399 __text_gen_insn(&early_xen_iret_patch, in xen_start_kernel()
|