Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dstatic_call.c29 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
52 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
Djump_label.c42 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_set_jump_code()
Dalternative.c1123 case JMP32_INSN_OPCODE: in poke_int3_handler()
1297 case JMP32_INSN_OPCODE: in text_poke_loc_init()
1312 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.10/arch/x86/include/asm/
Dtext-patching.h63 #define JMP32_INSN_OPCODE 0xE9 macro
/Linux-v5.10/arch/x86/kernel/kprobes/
Dopt.c496 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
Dcore.c124 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()