Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dstatic_call.c21 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
56 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
Dftrace.c74 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace()
416 text_gen_insn(CALL_INSN_OPCODE, in create_trampoline()
522 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
Dalternative.c1119 case CALL_INSN_OPCODE: in poke_int3_handler()
1296 case CALL_INSN_OPCODE: in text_poke_loc_init()
/Linux-v5.10/arch/x86/include/asm/
Dtext-patching.h60 #define CALL_INSN_OPCODE 0xE8 macro
/Linux-v5.10/arch/x86/kernel/kprobes/
Dcore.c131 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()