Home
last modified time | relevance | path

Searched refs:uvfp (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c864 } else if (tuv && uvfp != tuv) { in thread_user_enable_vfp()
872 if (uvfp->lazy_saved) in thread_user_enable_vfp()
873 vfp_lazy_restore_state(&uvfp->vfp, uvfp->saved); in thread_user_enable_vfp()
874 uvfp->lazy_saved = false; in thread_user_enable_vfp()
875 uvfp->saved = false; in thread_user_enable_vfp()
877 thr->vfp_state.uvfp = uvfp; in thread_user_enable_vfp()
897 struct thread_user_vfp_state *uvfp = &uctx->vfp; in thread_user_clear_vfp() local
900 if (uvfp == thr->vfp_state.uvfp) in thread_user_clear_vfp()
901 thr->vfp_state.uvfp = NULL; in thread_user_clear_vfp()
902 uvfp->lazy_saved = false; in thread_user_clear_vfp()
[all …]
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_private_arch.h84 struct thread_user_vfp_state *uvfp; member
A Dthread_arch.h352 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);

Completed in 7 milliseconds