Searched refs:vfpstate (Results 1 – 4 of 4) sorted by relevance
65 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw()83 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload()92 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()121 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()134 thread->vfpstate = parent->vfpstate; in vfp_thread_copy()136 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy()454 vfp_save_state(&ti->vfpstate, fpexc); in vfp_pm_suspend()727 fpexc = vfp_load_state(&ti->vfpstate); in vfp_support_entry()728 vfp_current_hw_state[ti->cpu] = &ti->vfpstate; in vfp_support_entry()734 ti->vfpstate.hard.cpu = ti->cpu; in vfp_support_entry()[all …]
72 union vfp_state vfpstate; member
616 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()643 new_vfp = thread->vfpstate.hard; in vfp_set()663 thread->vfpstate.hard = new_vfp; in vfp_set()
53 DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate)); in main()