Lines Matching refs:npc
90 unsigned int pc, npc; in do_sigreturn32() local
114 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32()
117 if ((pc | npc) & 3) in do_sigreturn32()
122 npc &= 0xffffffff; in do_sigreturn32()
125 regs->tnpc = npc; in do_sigreturn32()
178 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local
202 __get_user(npc, &sf->regs.npc)) in do_rt_sigreturn32()
205 if ((pc | npc) & 3) in do_rt_sigreturn32()
210 npc &= 0xffffffff; in do_rt_sigreturn32()
213 regs->tnpc = npc; in do_rt_sigreturn32()
393 err |= __put_user(regs->tnpc, &sf->info.si_regs.npc); in setup_frame32()
527 err |= __put_user(regs->tnpc, &sf->regs.npc); in setup_rt_frame32()