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;
457 vfp_save_state(&ti->vfpstate, fpexc);
513 * Ensure that the VFP state stored in 'thread->vfpstate' is up to date
527 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;
736 vfp_save_state(&thread->vfpstate, fpexc);