Home
last modified time | relevance | path

Searched refs:vfp_state (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/vfp/
H A Dvfpmodule.c56 union vfp_state *vfp_current_hw_state[NR_CPUS];
120 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()
137 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush()
149 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()
/linux/arch/arm/include/asm/
H A Dfpstate.h45 union vfp_state { union
H A Dthread_info.h72 union vfp_state vfpstate;
/linux/arch/arm/kernel/
H A Dasm-offsets.c59 DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu)); in main()