Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dstatic_call.c41 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
64 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
Djump_label.c53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
Dalternative.c1044 case JMP32_INSN_OPCODE: in poke_int3_handler()
1218 case JMP32_INSN_OPCODE: in text_poke_loc_init()
1233 tp->opcode = JMP32_INSN_OPCODE; in text_poke_loc_init()
Dftrace.c596 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
/Linux-v5.15/arch/x86/include/asm/
Dtext-patching.h63 #define JMP32_INSN_OPCODE 0xE9 macro
/Linux-v5.15/arch/x86/kernel/kprobes/
Dopt.c501 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
Dcore.c124 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()