Searched refs:vfpstate (Results 1 – 4 of 4) sorted by relevance
67 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw()70 return vfp_current_hw_state[cpu] == &thread->vfpstate; in vfp_state_in_hw()85 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload()94 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()123 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()136 thread->vfpstate = parent->vfpstate; in vfp_thread_copy()138 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy()456 vfp_save_state(&ti->vfpstate, fpexc); in vfp_pm_suspend()526 vfp_save_state(&thread->vfpstate, fpexc | FPEXC_EN); in vfp_sync_hwstate()551 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()[all …]
64 union vfp_state vfpstate; member
667 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()709 new_vfp = thread->vfpstate.hard; in vfp_set()732 thread->vfpstate.hard = new_vfp; in vfp_set()
62 DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate)); in main()