Searched refs:vfp_state (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dfpstate.h48 union vfp_state { union
52 extern void vfp_flush_thread(union vfp_state *);
53 extern void vfp_release_thread(union vfp_state *);
H A Dthread_info.h64 union vfp_state vfpstate;
/linux-4.4.14/arch/arm/vfp/
H A Dvfpmodule.c59 union vfp_state *vfp_current_hw_state[NR_CPUS];
95 union vfp_state *vfp = &thread->vfpstate; vfp_thread_flush()
112 memset(vfp, 0, sizeof(union vfp_state)); vfp_thread_flush()
124 union vfp_state *vfp = &thread->vfpstate; vfp_thread_exit()
H A Dvfphw.S77 @ r10 = vfp_state union
/linux-4.4.14/arch/arm/kernel/
H A Dasm-offsets.c79 DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu)); main()

Completed in 124 milliseconds