Searched defs:thread_vfp_state (Results 1 – 1 of 1) sorted by relevance
35 struct thread_vfp_state { struct36 bool ns_saved;37 bool sec_saved;38 bool sec_lazy_saved;39 struct vfp_state ns;40 struct vfp_state sec;41 struct thread_user_vfp_state *uvfp;
Completed in 3 milliseconds