Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A 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()
A Dftrace.c76 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace()
419 text_gen_insn(CALL_INSN_OPCODE, trampoline + call_offset, dest), in create_trampoline()
520 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
A Dcallthunks.c168 if (insn.opcode.bytes[0] != CALL_INSN_OPCODE) in call_get_dest()
227 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE); in patch_call()
A Dalternative.c358 case CALL_INSN_OPCODE: in emit_indirect()
404 case CALL_INSN_OPCODE: in emit_call_track_retpoline()
545 case CALL_INSN_OPCODE: in apply_retpolines()
1890 case CALL_INSN_OPCODE: in poke_int3_handler()
2109 case CALL_INSN_OPCODE: in text_poke_loc_init()
A Dparavirt.c61 __text_gen_insn(insn_buff, CALL_INSN_OPCODE, in paravirt_patch_call()
/linux-6.3-rc2/arch/x86/include/asm/
A Dtext-patching.h63 #define CALL_INSN_OPCODE 0xE8 macro
/linux-6.3-rc2/arch/x86/kernel/kprobes/
A Dcore.c131 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()

Completed in 16 milliseconds