Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dstatic_call.c37 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
84 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
Dftrace.c72 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace()
410 text_gen_insn(CALL_INSN_OPCODE, in create_trampoline()
516 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
Dalternative.c353 case CALL_INSN_OPCODE: in emit_indirect()
493 case CALL_INSN_OPCODE: in apply_retpolines()
1426 case CALL_INSN_OPCODE: in poke_int3_handler()
1619 case CALL_INSN_OPCODE: in text_poke_loc_init()
Dparavirt.c77 __text_gen_insn(insn_buff, CALL_INSN_OPCODE, in paravirt_patch_call()
/linux-6.1.9/arch/x86/include/asm/
Dtext-patching.h62 #define CALL_INSN_OPCODE 0xE8 macro
/linux-6.1.9/arch/x86/kernel/kprobes/
Dcore.c131 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()