Lines Matching refs:vfpstate
48 * The pointer to the vfpstate structure of the thread which currently
65 if (thread->vfpstate.hard.cpu != cpu)
68 return vfp_current_hw_state[cpu] == &thread->vfpstate;
83 thread->vfpstate.hard.cpu = NR_CPUS;
92 union vfp_state *vfp = &thread->vfpstate;
121 union vfp_state *vfp = &thread->vfpstate;
134 thread->vfpstate = parent->vfpstate;
136 thread->vfpstate.hard.cpu = NR_CPUS;
454 vfp_save_state(&ti->vfpstate, fpexc);
510 * Ensure that the VFP state stored in 'thread->vfpstate' is up to date
526 vfp_save_state(&thread->vfpstate, fpexc | FPEXC_EN);
552 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard;
590 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard;
727 fpexc = vfp_load_state(&ti->vfpstate);
728 vfp_current_hw_state[ti->cpu] = &ti->vfpstate;
734 ti->vfpstate.hard.cpu = ti->cpu;
840 vfp_save_state(&thread->vfpstate, fpexc);