Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dstatic_call.c72 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 Dftrace.c81 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 Dcallthunks.c164 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 Dalternative.c487 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 Duprobes.c922 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 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()