Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dftrace.c81 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 Duprobes.c638 insn[LEA_INSN_SIZE] == CALL_INSN_OPCODE; in is_opt_insns()
645 insn[LEA_INSN_SIZE] == CALL_INSN_OPCODE; in is_swbp_opt_insns()
1079 __text_gen_insn(call, CALL_INSN_OPCODE, in swbp_optimize()
/linux/arch/x86/include/asm/
H A Dtext-patching.h54 #define CALL_INSN_OPCODE 0xE8 macro