Searched refs:vfp_lazy_restore_state (Results 1 – 3 of 3) sorted by relevance
48 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state() function110 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state() function
144 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()
104 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state);
Completed in 5 milliseconds