Home
last modified time | relevance | path

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

/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()
179 __text_gen_insn(tramp, JMP32_INSN_OPCODE, tramp, func, JMP32_INSN_SIZE); in __static_call_update_early()
A Dalternative.c504 case JMP32_INSN_OPCODE: in __apply_relocation()
728 case JMP32_INSN_OPCODE: in emit_indirect()
778 case JMP32_INSN_OPCODE: in __emit_trampoline()
900 op = JMP32_INSN_OPCODE; in patch_retpoline()
932 if (op == JMP32_INSN_OPCODE && i < insn->length) in patch_retpoline()
970 case JMP32_INSN_OPCODE: in apply_retpolines()
1067 if (op == JMP32_INSN_OPCODE) in apply_returns()
2778 case JMP32_INSN_OPCODE: in smp_text_poke_int3_handler()
2999 case JMP32_INSN_OPCODE: in __smp_text_poke_batch_add()
3019 case JMP32_INSN_OPCODE: in __smp_text_poke_batch_add()
[all …]
A Djump_label.c53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
A Dftrace.c358 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
581 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
/arch/x86/include/asm/
A Dtext-patching.h57 #define JMP32_INSN_OPCODE 0xE9 macro
/arch/x86/kernel/kprobes/
A Dopt.c488 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
A Dcore.c125 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
/arch/x86/xen/
A Denlighten_pv.c1401 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret, in xen_start_kernel()

Completed in 28 milliseconds