Searched refs:vfp_state (Results 1 – 5 of 5) sorted by relevance
48 union vfp_state { union52 extern void vfp_flush_thread(union vfp_state *);53 extern void vfp_release_thread(union vfp_state *);
64 union vfp_state vfpstate;
59 union vfp_state *vfp_current_hw_state[NR_CPUS];95 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()112 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush()124 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()
77 @ r10 = vfp_state union
69 DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu)); in main()