Searched refs:uvfp (Results 1 – 3 of 3) sorted by relevance
1356 } else if (tuv && uvfp != tuv) { in thread_user_enable_vfp()1364 if (uvfp->lazy_saved) in thread_user_enable_vfp()1365 vfp_lazy_restore_state(&uvfp->vfp, uvfp->saved); in thread_user_enable_vfp()1366 uvfp->lazy_saved = false; in thread_user_enable_vfp()1367 uvfp->saved = false; in thread_user_enable_vfp()1369 thr->vfp_state.uvfp = uvfp; in thread_user_enable_vfp()1389 struct thread_user_vfp_state *uvfp = &uctx->vfp; in thread_user_clear_vfp() local1392 if (uvfp == thr->vfp_state.uvfp) in thread_user_clear_vfp()1393 thr->vfp_state.uvfp = NULL; in thread_user_clear_vfp()1394 uvfp->lazy_saved = false; in thread_user_clear_vfp()[all …]
41 struct thread_user_vfp_state *uvfp; member
445 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
Completed in 9 milliseconds