Searched refs:CALL_INSN_OPCODE (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | static_call.c | 67 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 D | ftrace.c | 77 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 D | alternative.c | 505 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 D | text-patching.h | 54 #define CALL_INSN_OPCODE 0xE8 macro
|
/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()
|