Lines Matching refs:cp0_epc
144 if (regs->cp0_epc < base)
146 if (regs->cp0_epc >= (base + PAGE_SIZE))
195 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul)
196 regs->cp0_epc = current->thread.bd_emu_branch_pc;
197 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst)
198 regs->cp0_epc = current->thread.bd_emu_cont_pc;
215 int isa16 = get_isa16_mode(regs->cp0_epc);
239 v = regs->cp0_epc & ~3;
246 pr_debug("dsemul 0x%08lx cont at 0x%08lx\n", regs->cp0_epc, cont_pc);
290 regs->cp0_epc = fr_uaddr | isa16;
304 xcp->cp0_epc = current->thread.bd_emu_cont_pc;
305 pr_debug("dsemulret to 0x%08lx\n", xcp->cp0_epc);