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

/linux-master/arch/arm/include/asm/
H A Dfpstate.h45 union vfp_state { union
H A Dthread_info.h72 union vfp_state vfpstate;
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c56 union vfp_state *vfp_current_hw_state[NR_CPUS];
92 union vfp_state *vfp = &thread->vfpstate;
109 memset(vfp, 0, sizeof(union vfp_state));
121 union vfp_state *vfp = &thread->vfpstate;
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c57 DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu));

Completed in 246 milliseconds