Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dstatic_call.c39 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
44 code = text_gen_insn(JMP32_INSN_OPCODE, insn, &__x86_return_thunk); in __static_call_transform()
64 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
H A Dalternative.c511 case JMP32_INSN_OPCODE: in emit_indirect()
593 op = JMP32_INSN_OPCODE; in patch_retpoline()
639 case JMP32_INSN_OPCODE: in apply_retpolines()
708 if (op == JMP32_INSN_OPCODE) in apply_returns()
1419 case JMP32_INSN_OPCODE: in poke_int3_handler()
1588 case JMP32_INSN_OPCODE: in text_poke_loc_init()
1609 case JMP32_INSN_OPCODE: in text_poke_loc_init()
1624 tp->opcode = JMP32_INSN_OPCODE; in text_poke_loc_init()
H A Djump_label.c42 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_set_jump_code()
H A Dftrace.c371 memcpy(ip, text_gen_insn(JMP32_INSN_OPCODE, ip, &__x86_return_thunk), JMP32_INSN_SIZE); in create_trampoline()
597 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtext-patching.h63 #define JMP32_INSN_OPCODE 0xE9 macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dopt.c501 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
H A Dcore.c124 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()