Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dvfp.c48 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state() function
110 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state() function
A Dthread.c144 vfp_lazy_restore_state(&thr->vfp_state.ns, thr->vfp_state.ns_saved); in thread_lazy_restore_ns_vfp()
845 vfp_lazy_restore_state(&thr->vfp_state.sec, in thread_kernel_restore_vfp()
873 vfp_lazy_restore_state(&uvfp->vfp, uvfp->saved); in thread_user_enable_vfp()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dvfp.h104 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state);

Completed in 5 milliseconds