Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c80 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
85 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk); in __static_call_transform()
124 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
H A Dalternative.c216 case JMP32_INSN_OPCODE: in __optimize_nops()
363 case JMP32_INSN_OPCODE: in apply_relocation()
501 case JMP32_INSN_OPCODE: in emit_indirect()
550 case JMP32_INSN_OPCODE: in emit_call_track_retpoline()
630 op = JMP32_INSN_OPCODE; in patch_retpoline()
685 case JMP32_INSN_OPCODE: in apply_retpolines()
761 if (op == JMP32_INSN_OPCODE) in apply_returns()
2140 case JMP32_INSN_OPCODE: in poke_int3_handler()
2346 case JMP32_INSN_OPCODE: in text_poke_loc_init()
2366 case JMP32_INSN_OPCODE: in text_poke_loc_init()
[all …]
H A Djump_label.c53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
H A Dftrace.c367 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
590 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h66 #define JMP32_INSN_OPCODE 0xE9 macro
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dopt.c488 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
H A Dcore.c125 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1327 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret, in xen_start_kernel()