Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h39 struct thread_user_vfp_state vfp; member
/optee_os/core/arch/arm/kernel/
H A Dthread.c141 vfp_lazy_save_state_final(&tuv->vfp, false /*!force_save*/); in thread_lazy_restore_ns_vfp()
805 vfp_lazy_save_state_final(&tuv->vfp, false /*!force_save*/); in thread_kernel_enable_vfp()
866 vfp_lazy_save_state_final(&tuv->vfp, in thread_user_enable_vfp()
873 vfp_lazy_restore_state(&uvfp->vfp, uvfp->saved); in thread_user_enable_vfp()
891 vfp_lazy_save_state_init(&tuv->vfp); in thread_user_save_vfp()
897 struct thread_user_vfp_state *uvfp = &uctx->vfp; in thread_user_clear_vfp()
H A Dsub.mk37 srcs-$(CFG_WITH_VFP) += vfp.c
H A Dabort.c399 thread_user_enable_vfp(&to_user_mode_ctx(s->ctx)->vfp); in handle_user_mode_vfp()
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h94 struct vfp_state vfp; member
/optee_os/core/arch/riscv/kernel/
H A Dabort.c248 thread_user_enable_vfp(&to_user_mode_ctx(s->ctx)->vfp); in handle_user_mode_vfp()