Lines Matching refs:npc
147 unsigned pc, npc; in do_sigreturn32() local
166 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32()
169 if ((pc | npc) & 3) in do_sigreturn32()
174 npc &= 0xffffffff; in do_sigreturn32()
177 regs->tnpc = npc; in do_sigreturn32()
230 unsigned int psr, pc, npc; in do_rt_sigreturn32() local
250 __get_user(npc, &sf->regs.npc)) in do_rt_sigreturn32()
253 if ((pc | npc) & 3) in do_rt_sigreturn32()
258 npc &= 0xffffffff; in do_rt_sigreturn32()
261 regs->tnpc = npc; in do_rt_sigreturn32()
442 err |= __put_user(regs->tnpc, &sf->info.si_regs.npc); in setup_frame32()
573 err |= __put_user(regs->tnpc, &sf->regs.npc); in setup_rt_frame32()