Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dstatic_call.c41 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
69 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
A Dalternative.c355 case JMP32_INSN_OPCODE: in emit_indirect()
437 op = JMP32_INSN_OPCODE; in patch_retpoline()
483 case JMP32_INSN_OPCODE: in apply_retpolines()
1227 case JMP32_INSN_OPCODE: in poke_int3_handler()
1401 case JMP32_INSN_OPCODE: in text_poke_loc_init()
1416 tp->opcode = JMP32_INSN_OPCODE; in text_poke_loc_init()
A Djump_label.c53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
A Dftrace.c593 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
/linux/arch/x86/include/asm/
A Dtext-patching.h63 #define JMP32_INSN_OPCODE 0xE9 macro
/linux/arch/x86/kernel/kprobes/
A Dopt.c501 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()

Completed in 18 milliseconds