Lines Matching refs:vfpstate
68 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw()
71 return vfp_current_hw_state[cpu] == &thread->vfpstate; in vfp_state_in_hw()
86 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload()
95 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()
124 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()
137 thread->vfpstate = parent->vfpstate; in vfp_thread_copy()
139 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy()
466 vfp_save_state(&ti->vfpstate, fpexc); in vfp_pm_suspend()
536 vfp_save_state(&thread->vfpstate, fpexc | FPEXC_EN); in vfp_sync_hwstate()
561 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()
599 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate()
701 vfp_save_state(&thread->vfpstate, fpexc); in kernel_neon_begin()