tgt_rip 283 arch/x86/kernel/alternative.c u8 *next_rip, *tgt_rip; tgt_rip 295 arch/x86/kernel/alternative.c tgt_rip = next_rip + o_dspl; tgt_rip 296 arch/x86/kernel/alternative.c n_dspl = tgt_rip - orig_insn; tgt_rip 298 arch/x86/kernel/alternative.c DPRINTK("target RIP: %px, new_displ: 0x%x", tgt_rip, n_dspl); tgt_rip 300 arch/x86/kernel/alternative.c if (tgt_rip - orig_insn >= 0) {