Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H 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()
H A 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()
H A Dalternative.c505 case CALL_INSN_OPCODE: in __apply_relocation()
567 if (a->replacementlen != 5 || insn_buff[0] != CALL_INSN_OPCODE) { in alt_replace_call()
724 case CALL_INSN_OPCODE: in emit_indirect()
771 case CALL_INSN_OPCODE: in __emit_trampoline()
969 case CALL_INSN_OPCODE: in apply_retpolines()
1564 text_gen_insn(CALL_INSN_OPCODE, in cfi_fineibt_bhi_preamble()
1687 if (op != CALL_INSN_OPCODE && op != JMP32_INSN_OPCODE) { in cfi_rewrite_callers()
2774 case CALL_INSN_OPCODE: in smp_text_poke_int3_handler()
3018 case CALL_INSN_OPCODE: in __smp_text_poke_batch_add()
/linux/arch/x86/include/asm/
H A Dtext-patching.h54 #define CALL_INSN_OPCODE 0xE8 macro
/linux/arch/x86/kernel/kprobes/
H A Dcore.c132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()