Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Duser_mode_ctx_struct.h37 struct thread_user_vfp_state vfp;
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c135 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-3.20.0/core/arch/arm/include/kernel/
A Dthread_arch.h83 struct thread_user_vfp_state { struct
352 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
A Dthread_private_arch.h84 struct thread_user_vfp_state *uvfp;

Completed in 7 milliseconds