Searched refs:CALL_INSN_OPCODE (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | static_call.c | 72 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform() 137 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
|
| H A D | ftrace.c | 81 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace() 414 text_gen_insn(CALL_INSN_OPCODE, trampoline + call_offset, dest), in create_trampoline() 515 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
|
| H A D | callthunks.c | 164 if (insn.opcode.bytes[0] != CALL_INSN_OPCODE) in call_get_dest() 227 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE); in patch_call()
|
| H A D | alternative.c | 487 case CALL_INSN_OPCODE: in __apply_relocation() 549 if (a->replacementlen != 5 || insn_buff[0] != CALL_INSN_OPCODE) { in alt_replace_call() 745 case CALL_INSN_OPCODE: in emit_indirect() 804 case CALL_INSN_OPCODE: in __emit_trampoline() 993 case CALL_INSN_OPCODE: in apply_retpolines() 1618 __text_gen_insn(bytes + 2, CALL_INSN_OPCODE, in cfi_fineibt_bhi_preamble() 1749 if (op != CALL_INSN_OPCODE && op != JMP32_INSN_OPCODE) { in cfi_rewrite_callers() 2882 case CALL_INSN_OPCODE: in smp_text_poke_int3_handler() 3126 case CALL_INSN_OPCODE: in __smp_text_poke_batch_add()
|
| H A D | uprobes.c | 922 return *insn == CALL_INSN_OPCODE; in is_call_insn() 1022 __text_gen_insn(call, CALL_INSN_OPCODE, (const void *) vaddr, in swbp_optimize()
|
| /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()
|