Searched refs:JMP32_INSN_OPCODE (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/ |
| A D | static_call.c | 80 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform() 85 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk); in __static_call_transform() 124 if (opcode == JMP32_INSN_OPCODE || in __static_call_validate()
|
| A D | alternative.c | 337 case JMP32_INSN_OPCODE: in __apply_relocation() 561 case JMP32_INSN_OPCODE: in emit_indirect() 610 case JMP32_INSN_OPCODE: in emit_call_track_retpoline() 690 op = JMP32_INSN_OPCODE; in patch_retpoline() 713 if (op == JMP32_INSN_OPCODE && i < insn->length) in patch_retpoline() 745 case JMP32_INSN_OPCODE: in apply_retpolines() 821 if (op == JMP32_INSN_OPCODE) in apply_returns() 2209 case JMP32_INSN_OPCODE: in poke_int3_handler() 2415 case JMP32_INSN_OPCODE: in text_poke_loc_init() 2435 case JMP32_INSN_OPCODE: in text_poke_loc_init() [all …]
|
| A D | jump_label.c | 53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest); in __jump_label_patch()
|
| A D | ftrace.c | 358 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline() 581 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_jmp_replace()
|
| /linux/arch/x86/include/asm/ |
| A D | text-patching.h | 56 #define JMP32_INSN_OPCODE 0xE9 macro
|
| /linux/arch/x86/kernel/kprobes/ |
| A D | opt.c | 488 insn_buff[0] = JMP32_INSN_OPCODE; in arch_optimize_kprobes()
|
| A D | core.c | 125 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
|
| /linux/arch/x86/xen/ |
| A D | enlighten_pv.c | 1339 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret, in xen_start_kernel()
|
Completed in 22 milliseconds