Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dstatic_call.c31 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
68 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()
417 text_gen_insn(CALL_INSN_OPCODE, in create_trampoline()
523 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
Dalternative.c520 case CALL_INSN_OPCODE: in emit_indirect()
651 case CALL_INSN_OPCODE: in apply_retpolines()
1433 case CALL_INSN_OPCODE: in poke_int3_handler()
1626 case CALL_INSN_OPCODE: in text_poke_loc_init()
Dparavirt.c65 __text_gen_insn(insn_buff, CALL_INSN_OPCODE, in paravirt_patch_call()
/arch/x86/include/asm/
Dtext-patching.h60 #define CALL_INSN_OPCODE 0xE8 macro
/arch/x86/kernel/kprobes/
Dcore.c132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()