Home
last modified time | relevance | path

Searched refs:JMP32_INSN_OPCODE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Dstatic_call.c88 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
93 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk); in __static_call_transform()
132 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
188 __text_gen_insn(tramp, JMP32_INSN_OPCODE, tramp, func, JMP32_INSN_SIZE); in __static_call_update_early()
H A Dalternative.c341 __text_gen_insn(buf, JMP32_INSN_OPCODE, buf, target, JMP32_INSN_SIZE); in add_nop()
486 case JMP32_INSN_OPCODE: in __apply_relocation()
497 if (insn.opcode.bytes[0] == JMP32_INSN_OPCODE) { in __apply_relocation()
719 case JMP32_INSN_OPCODE: in emit_indirect()
776 case JMP32_INSN_OPCODE: in __emit_trampoline()
898 op = JMP32_INSN_OPCODE; in patch_retpoline()
959 case JMP32_INSN_OPCODE: in apply_retpolines()
1026 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
1056 if (op == JMP32_INSN_OPCODE) in apply_returns()
1703 if (op != CALL_INSN_OPCODE && op != JMP32_INSN_OPCODE) { in cfi_rewrite_callers()
[all …]
/linux/arch/x86/include/asm/
H A Dtext-patching.h57 #define JMP32_INSN_OPCODE 0xE9 macro
/linux/arch/x86/xen/
H A Denlighten_pv.c1400 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret, in xen_start_kernel()