Lines Matching refs:fsr
171 fpsave(&fptask->thread.float_regs[0], &fptask->thread.fsr, in do_fpd_trap()
176 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
187 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
202 unsigned long fsr; local
224 fpsave(&fpt->thread.float_regs[0], &fpt->thread.fsr,
227 printk("Hmm, FP exception, fsr was %016lx\n", fpt->thread.fsr);
230 switch ((fpt->thread.fsr & 0x1c000)) {
255 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr);
278 fsr = fpt->thread.fsr;
280 if ((fsr & 0x1c000) == (1 << 14)) {
281 if (fsr & 0x10)
283 else if (fsr & 0x08)
285 else if (fsr & 0x04)
287 else if (fsr & 0x02)
289 else if (fsr & 0x01)