Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dstatic_call.c28 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
73 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
A Dftrace.c74 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace()
411 text_gen_insn(CALL_INSN_OPCODE, in create_trampoline()
517 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
A Dalternative.c351 case CALL_INSN_OPCODE: in emit_indirect()
482 case CALL_INSN_OPCODE: in apply_retpolines()
1223 case CALL_INSN_OPCODE: in poke_int3_handler()
1400 case CALL_INSN_OPCODE: in text_poke_loc_init()
/linux/arch/x86/include/asm/
A Dtext-patching.h60 #define CALL_INSN_OPCODE 0xE8 macro
/linux/arch/x86/kernel/kprobes/
A Dcore.c131 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()

Completed in 12 milliseconds