Lines Matching refs:npc
91 unsigned int pc, npc; in do_sigreturn32() local
115 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32()
118 if ((pc | npc) & 3) in do_sigreturn32()
123 npc &= 0xffffffff; in do_sigreturn32()
126 regs->tnpc = npc; in do_sigreturn32()
179 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local
203 __get_user(npc, &sf->regs.npc)) in do_rt_sigreturn32()
206 if ((pc | npc) & 3) in do_rt_sigreturn32()
211 npc &= 0xffffffff; in do_rt_sigreturn32()
214 regs->tnpc = npc; in do_rt_sigreturn32()
386 err |= __put_user(regs->tnpc, &sf->info.si_regs.npc); in setup_frame32()
516 err |= __put_user(regs->tnpc, &sf->regs.npc); in setup_rt_frame32()