Lines Matching refs:npc
159 unsigned pc, npc; in do_sigreturn32() local
183 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32()
186 if ((pc | npc) & 3) in do_sigreturn32()
191 npc &= 0xffffffff; in do_sigreturn32()
194 regs->tnpc = npc; in do_sigreturn32()
247 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local
272 __get_user(npc, &sf->regs.npc)) in do_rt_sigreturn32()
275 if ((pc | npc) & 3) in do_rt_sigreturn32()
280 npc &= 0xffffffff; in do_rt_sigreturn32()
283 regs->tnpc = npc; in do_rt_sigreturn32()
456 err |= __put_user(regs->tnpc, &sf->info.si_regs.npc); in setup_frame32()
587 err |= __put_user(regs->tnpc, &sf->regs.npc); in setup_rt_frame32()