Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
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()
A Dalternative.c362 case JMP32_INSN_OPCODE: in emit_indirect()
411 case JMP32_INSN_OPCODE: in emit_call_track_retpoline()
491 op = JMP32_INSN_OPCODE; in patch_retpoline()
514 if (op == JMP32_INSN_OPCODE && i < insn->length) in patch_retpoline()
546 case JMP32_INSN_OPCODE: in apply_retpolines()
598 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
624 if (op == JMP32_INSN_OPCODE) in apply_returns()
1894 case JMP32_INSN_OPCODE: in poke_int3_handler()
2090 case JMP32_INSN_OPCODE: in text_poke_loc_init()
2110 case JMP32_INSN_OPCODE: in text_poke_loc_init()
[all …]
A Djump_label.c53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
A Dftrace.c368 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
594 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
/linux-6.3-rc2/arch/x86/include/asm/
A Dtext-patching.h66 #define JMP32_INSN_OPCODE 0xE9 macro
/linux-6.3-rc2/arch/x86/kernel/kprobes/
A Dopt.c496 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
A Dcore.c124 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
/linux-6.3-rc2/arch/x86/xen/
A Denlighten_pv.c1247 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret, in xen_start_kernel()

Completed in 15 milliseconds