Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dfpstate.h45 union vfp_state { union
49 extern void vfp_flush_thread(union vfp_state *);
50 extern void vfp_release_thread(union vfp_state *);
H A Dthread_info.h64 union vfp_state vfpstate;
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpmodule.c56 union vfp_state *vfp_current_hw_state[NR_CPUS];
92 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()
109 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush()
121 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()
H A Dvfphw.S74 @ r10 = vfp_state union
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dasm-offsets.c57 DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu)); in main()