Lines Matching refs:thread
171 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu()
172 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu()
173 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu()
174 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu()
177 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu()
182 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs); in do_mathemu()
193 for (i = 0; i < fpt->thread.fpqdepth; i++) { in do_mathemu()
194 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()
200 fpt->thread.fsr &= ~(0x3000 | FSR_CEXC_MASK); in do_mathemu()
202 fpt->thread.fsr &= ~0x3000; in do_mathemu()
203 fpt->thread.fpqdepth = 0; in do_mathemu()