Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dfpstate.h48 union vfp_state { union
52 extern void vfp_flush_thread(union vfp_state *);
53 extern void vfp_release_thread(union vfp_state *);
Dthread_info.h64 union vfp_state vfpstate;
/arch/arm/vfp/
Dvfpmodule.c59 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()
Dvfphw.S77 @ r10 = vfp_state union
/arch/arm/kernel/
Dasm-offsets.c69 DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu)); in main()