Searched refs:JMP32_INSN_OPCODE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | static_call.c | 39 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 D | alternative.c | 511 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 D | jump_label.c | 42 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_set_jump_code()
|
| H A D | ftrace.c | 371 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 D | text-patching.h | 63 #define JMP32_INSN_OPCODE 0xE9 macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/ |
| H A D | opt.c | 501 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
|
| H A D | core.c | 124 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
|