Lines Matching refs:vfp
3 * linux/arch/arm/vfp/vfpmodule.c
28 #include <asm/vfp.h>
32 #include "vfp.h"
92 union vfp_state *vfp = &thread->vfpstate;
104 if (vfp_current_hw_state[cpu] == vfp)
109 memset(vfp, 0, sizeof(union vfp_state));
111 vfp->hard.fpexc = FPEXC_EN;
112 vfp->hard.fpscr = FPSCR_ROUND_NEAREST;
114 vfp->hard.cpu = NR_CPUS;
121 union vfp_state *vfp = &thread->vfpstate;
124 if (vfp_current_hw_state[cpu] == vfp)
451 /* if vfp is on, then save state for resumption */
453 pr_debug("%s: saving vfp state\n", __func__);
474 /* ensure we have access to the vfp */
984 "arm/vfp:starting", vfp_starting_cpu,