Home
last modified time | relevance | path

Searched refs:CALL_INSN_OPCODE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/kernel/
Dstatic_call.c67 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
129 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
Dftrace.c77 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()
Dcallthunks.c165 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()
Dalternative.c338 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/
Dtext-patching.h53 #define CALL_INSN_OPCODE 0xE8 macro
/linux-6.12.1/arch/x86/kernel/kprobes/
Dcore.c132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()