Searched refs:CALL_INSN_OPCODE (Results 1 – 3 of 3) sorted by relevance
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()
638 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()
54 #define CALL_INSN_OPCODE 0xE8 macro