Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread.c137 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_lazy_restore_ns_vfp()
800 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_kernel_enable_vfp()
869 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp) in thread_user_enable_vfp() argument
872 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_user_enable_vfp()
881 } else if (tuv && uvfp != tuv) { in thread_user_enable_vfp()
889 if (uvfp->lazy_saved) in thread_user_enable_vfp()
890 vfp_lazy_restore_state(&uvfp->vfp, uvfp->saved); in thread_user_enable_vfp()
891 uvfp->lazy_saved = false; in thread_user_enable_vfp()
892 uvfp->saved = false; in thread_user_enable_vfp()
894 thr->vfp_state.uvfp = uvfp; in thread_user_enable_vfp()
[all …]
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h175 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h86 struct thread_user_vfp_state *uvfp; member
H A Dthread_arch.h406 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);