Lines Matching refs:npc
89 unsigned int pc, npc; in do_sigreturn32() local
113 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32()
116 if ((pc | npc) & 3) in do_sigreturn32()
121 npc &= 0xffffffff; in do_sigreturn32()
124 regs->tnpc = npc; in do_sigreturn32()
177 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local
201 __get_user(npc, &sf->regs.npc)) in do_rt_sigreturn32()
204 if ((pc | npc) & 3) in do_rt_sigreturn32()
209 npc &= 0xffffffff; in do_rt_sigreturn32()
212 regs->tnpc = npc; in do_rt_sigreturn32()
394 err |= __put_user(regs->tnpc, &sf->info.si_regs.npc); in setup_frame32()
528 err |= __put_user(regs->tnpc, &sf->regs.npc); in setup_rt_frame32()