Lines Matching refs:fsr
195 fpsave(&fptask->thread.float_regs[0], &fptask->thread.fsr, in do_fpd_trap()
200 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
211 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
227 unsigned long fsr; local
248 fpsave(&fpt->thread.float_regs[0], &fpt->thread.fsr,
251 printk("Hmm, FP exception, fsr was %016lx\n", fpt->thread.fsr);
254 switch ((fpt->thread.fsr & 0x1c000)) {
279 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr);
302 fsr = fpt->thread.fsr;
308 if ((fsr & 0x1c000) == (1 << 14)) {
309 if (fsr & 0x10)
311 else if (fsr & 0x08)
313 else if (fsr & 0x04)
315 else if (fsr & 0x02)
317 else if (fsr & 0x01)