Searched refs:fpustate (Results 1 – 6 of 6) sorted by relevance
13 struct fpustate { struct17 #define FPUSTATE (struct fpustate *)(((unsigned long)current) + AOFF_task_fpregs) argument
255 char fpustate[216]; in dump_fpu() local272 asm volatile ("fsave %0" :: "m" (fpustate[0]) : "memory"); in dump_fpu()273 if (!CPU_IS_060 ? !fpustate[0] : !fpustate[2]) in dump_fpu()
490 struct fpustate *f = FPUSTATE; in handle_ldf_stq()630 struct fpustate *f = FPUSTATE; in handle_lddfmna()682 struct fpustate *f = FPUSTATE; in handle_stdfmna()
86 extern int (*handle_mathemu)(struct pt_regs *, struct fpustate *);
1647 extern int do_mathemu(struct pt_regs *, struct fpustate *);1651 struct fpustate *f = FPUSTATE; in do_fpother()
163 int do_mathemu(struct pt_regs *regs, struct fpustate *f) in do_mathemu()