Searched refs:replacementlen (Results 1 – 4 of 4) sorted by relevance
208 BUG_ON(a->replacementlen & 0x3); in apply_alternatives()211 nr_repl = a->replacementlen / LOONGARCH_INSN_SIZE; in apply_alternatives()216 replacement, a->replacementlen); in apply_alternatives()223 replacement, a->replacementlen); in apply_alternatives()
140 if (a->replacementlen != 5) in recompute_jump()146 next_rip = repl_insn + a->replacementlen; in recompute_jump()305 replacement, a->replacementlen); in apply_alternatives()308 DUMP_BYTES(replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives()310 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives()311 insn_buff_sz = a->replacementlen; in apply_alternatives()319 if (a->replacementlen == 5 && *insn_buff == 0xe8) { in apply_alternatives()326 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives()
17 u8 replacementlen; /* length of new instruction */ member
86 u8 replacementlen; /* length of new instruction */ member
Completed in 10 milliseconds