Lines Matching defs:replacement
311 * @replacement/@repl: pointer to the opcodes which are replacing @instr, located
559 * Rewrite the "call BUG_func" replacement to point to the target of the
568 pr_err("ALT_FLAG_DIRECT_CALL set for a non-call replacement instruction\n");
621 u8 *instr, *replacement;
660 replacement = (u8 *)&a->repl_offset + a->repl_offset;
681 replacement, a->replacementlen, a->flags);
683 memcpy(insn_buff, replacement, a->replacementlen);
695 text_poke_apply_relocation(insn_buff, instr, a->instrlen, replacement, a->replacementlen);
698 DUMP_BYTES(ALT, replacement, a->replacementlen, "%px: rpl_insn: ", replacement);
2955 * IOW. unless the replacement instruction is INT3, this case goes