Lines Matching refs:fsr
172 fpsave(&fptask->thread.float_regs[0], &fptask->thread.fsr, in do_fpd_trap()
177 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
188 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
203 unsigned long fsr; local
225 fpsave(&fpt->thread.float_regs[0], &fpt->thread.fsr,
228 printk("Hmm, FP exception, fsr was %016lx\n", fpt->thread.fsr);
231 switch ((fpt->thread.fsr & 0x1c000)) {
256 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr);
279 fsr = fpt->thread.fsr;
281 if ((fsr & 0x1c000) == (1 << 14)) {
282 if (fsr & 0x10)
284 else if (fsr & 0x08)
286 else if (fsr & 0x04)
288 else if (fsr & 0x02)
290 else if (fsr & 0x01)