Searched refs:CALL_INSN_OPCODE (Results 1 – 5 of 5) 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() 421 text_gen_insn(CALL_INSN_OPCODE, trampoline + call_offset, dest), in create_trampoline() 522 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_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() 2894 case CALL_INSN_OPCODE: in smp_text_poke_int3_handler() 3138 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
|