Searched refs:JMP32_INSN_OPCODE (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/x86/kernel/ |
D | static_call.c | 50 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform() 55 code = text_gen_insn(JMP32_INSN_OPCODE, insn, &__x86_return_thunk); in __static_call_transform() 80 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
|
D | alternative.c | 357 case JMP32_INSN_OPCODE: in emit_indirect() 439 op = JMP32_INSN_OPCODE; in patch_retpoline() 462 if (op == JMP32_INSN_OPCODE && i < insn->length) in patch_retpoline() 494 case JMP32_INSN_OPCODE: in apply_retpolines() 563 if (op == JMP32_INSN_OPCODE) in apply_returns() 1430 case JMP32_INSN_OPCODE: in poke_int3_handler() 1599 case JMP32_INSN_OPCODE: in text_poke_loc_init() 1620 case JMP32_INSN_OPCODE: in text_poke_loc_init() 1635 tp->opcode = JMP32_INSN_OPCODE; in text_poke_loc_init()
|
D | jump_label.c | 53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
|
D | ftrace.c | 364 __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()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | text-patching.h | 65 #define JMP32_INSN_OPCODE 0xE9 macro
|
/linux-6.1.9/arch/x86/kernel/kprobes/ |
D | opt.c | 496 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
|
D | core.c | 124 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
|
/linux-6.1.9/arch/x86/xen/ |
D | enlighten_pv.c | 1246 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret, in xen_start_kernel()
|