Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dalternative.c135 u8 *next_rip, *tgt_rip; in recompute_jump() local
147 tgt_rip = next_rip + o_dspl; in recompute_jump()
148 n_dspl = tgt_rip - orig_insn; in recompute_jump()
150 DPRINTK("target RIP: %px, new_displ: 0x%x", tgt_rip, n_dspl); in recompute_jump()
152 if (tgt_rip - orig_insn >= 0) { in recompute_jump()