Home
last modified time | relevance | path

Searched refs:thread_user_vfp_state (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h53 struct thread_user_vfp_state { struct
175 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h39 struct thread_user_vfp_state vfp;
/optee_os/core/arch/arm/kernel/
H A Dthread.c136 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_lazy_restore_ns_vfp()
783 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_kernel_enable_vfp()
852 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp) in thread_user_enable_vfp()
855 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_user_enable_vfp()
884 struct thread_user_vfp_state *tuv = thr->vfp_state.uvfp; in thread_user_save_vfp()
897 struct thread_user_vfp_state *uvfp = &uctx->vfp; in thread_user_clear_vfp()
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h93 struct thread_user_vfp_state { struct
406 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
H A Dthread_private_arch.h86 struct thread_user_vfp_state *uvfp;