Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dalternative.c275 u8 *next_rip, *tgt_rip; in recompute_jump() local
287 tgt_rip = next_rip + o_dspl; in recompute_jump()
288 n_dspl = tgt_rip - orig_insn; in recompute_jump()
290 DPRINTK("target RIP: %px, new_displ: 0x%x", tgt_rip, n_dspl); in recompute_jump()
292 if (tgt_rip - orig_insn >= 0) { in recompute_jump()