Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Duprobes.c104 unsigned long real_pc = (unsigned long) utask->vaddr; in relbranch_fixup() local
111 return (real_pc + (regs->tnpc - ixol_addr)); in relbranch_fixup()
124 unsigned long real_pc) in retpc_fixup() argument
148 rc = __put_user(real_pc, uslot); in retpc_fixup()
152 rc = __put_user((u32) real_pc, uslot); in retpc_fixup()
157 *slot = real_pc; in retpc_fixup()
Dkprobes.c204 unsigned long real_pc = (unsigned long) p->addr; in relbranch_fixup() local
208 return real_pc + 0x8UL; in relbranch_fixup()
224 return (real_pc + (regs->tnpc - ainsn_addr)); in relbranch_fixup()
237 unsigned long real_pc) in retpc_fixup() argument
263 *slot = real_pc; in retpc_fixup()