Searched refs:CALL_INSN_OPCODE (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/x86/kernel/ |
D | static_call.c | 67 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform() 129 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
|
D | ftrace.c | 77 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace() 409 text_gen_insn(CALL_INSN_OPCODE, trampoline + call_offset, dest), in create_trampoline() 510 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
|
D | callthunks.c | 165 if (insn.opcode.bytes[0] != CALL_INSN_OPCODE) in call_get_dest() 228 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE); in patch_call()
|
D | alternative.c | 338 case CALL_INSN_OPCODE: in __apply_relocation() 400 if (a->replacementlen != 5 || insn_buff[0] != CALL_INSN_OPCODE) { in alt_replace_call() 557 case CALL_INSN_OPCODE: in emit_indirect() 603 case CALL_INSN_OPCODE: in emit_call_track_retpoline() 744 case CALL_INSN_OPCODE: in apply_retpolines() 2205 case CALL_INSN_OPCODE: in poke_int3_handler() 2434 case CALL_INSN_OPCODE: in text_poke_loc_init()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | text-patching.h | 53 #define CALL_INSN_OPCODE 0xE8 macro
|
/linux-6.12.1/arch/x86/kernel/kprobes/ |
D | core.c | 132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()
|