Lines Matching refs:cp0_epc
141 if (regs->cp0_epc < base)
143 if (regs->cp0_epc >= (base + PAGE_SIZE))
192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul)
193 regs->cp0_epc = current->thread.bd_emu_branch_pc;
194 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst)
195 regs->cp0_epc = current->thread.bd_emu_cont_pc;
212 int isa16 = get_isa16_mode(regs->cp0_epc);
236 v = regs->cp0_epc & ~3;
243 pr_debug("dsemul 0x%08lx cont at 0x%08lx\n", regs->cp0_epc, cont_pc);
287 regs->cp0_epc = fr_uaddr | isa16;
301 xcp->cp0_epc = current->thread.bd_emu_cont_pc;
302 pr_debug("dsemulret to 0x%08lx\n", xcp->cp0_epc);