Home
last modified time | relevance | path

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

/arch/x86/kernel/
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()
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()
A Dcallthunks.c165 if (insn.opcode.bytes[0] != CALL_INSN_OPCODE) in call_get_dest()
228 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE); in patch_call()
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()
/arch/x86/include/asm/
A Dtext-patching.h54 #define CALL_INSN_OPCODE 0xE8 macro
/arch/x86/kernel/kprobes/
A Dcore.c132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()

Completed in 16 milliseconds