Searched refs:newdisp (Results 1 – 1 of 1) sorted by relevance
374 s64 newdisp; in __copy_instruction() local390 newdisp = (u8 *) src + (s64) insn.displacement.value - (u8 *) dest; in __copy_instruction()391 if ((s64) (s32) newdisp != newdisp) { in __copy_instruction()392 pr_err("Kprobes error: new displacement does not fit into s32 (%llx)\n", newdisp); in __copy_instruction()397 *(s32 *) disp = (s32) newdisp; in __copy_instruction()