vfp_state 49 arch/arm/include/asm/fpstate.h extern void vfp_flush_thread(union vfp_state *); vfp_state 50 arch/arm/include/asm/fpstate.h extern void vfp_release_thread(union vfp_state *); vfp_state 64 arch/arm/include/asm/thread_info.h union vfp_state vfpstate; vfp_state 67 arch/arm/kernel/asm-offsets.c DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu)); vfp_state 56 arch/arm/vfp/vfpmodule.c union vfp_state *vfp_current_hw_state[NR_CPUS]; vfp_state 92 arch/arm/vfp/vfpmodule.c union vfp_state *vfp = &thread->vfpstate; vfp_state 109 arch/arm/vfp/vfpmodule.c memset(vfp, 0, sizeof(union vfp_state)); vfp_state 121 arch/arm/vfp/vfpmodule.c union vfp_state *vfp = &thread->vfpstate;