Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/kprobes/
H A Dcore.c399 s64 newdisp; in __copy_instruction() local
413 newdisp = (u8 *) src + (s64) insn->displacement.value in __copy_instruction()
415 if ((s64) (s32) newdisp != newdisp) { in __copy_instruction()
416 pr_err("Kprobes error: new displacement does not fit into s32 (%llx)\n", newdisp); in __copy_instruction()
420 *(s32 *) disp = (s32) newdisp; in __copy_instruction()