vfp_current_hw_state   56 arch/arm/vfp/vfpmodule.c union vfp_state *vfp_current_hw_state[NR_CPUS];
vfp_current_hw_state   68 arch/arm/vfp/vfpmodule.c 	return vfp_current_hw_state[cpu] == &thread->vfpstate;
vfp_current_hw_state   80 arch/arm/vfp/vfpmodule.c 		vfp_current_hw_state[cpu] = NULL;
vfp_current_hw_state  104 arch/arm/vfp/vfpmodule.c 	if (vfp_current_hw_state[cpu] == vfp)
vfp_current_hw_state  105 arch/arm/vfp/vfpmodule.c 		vfp_current_hw_state[cpu] = NULL;
vfp_current_hw_state  124 arch/arm/vfp/vfpmodule.c 	if (vfp_current_hw_state[cpu] == vfp)
vfp_current_hw_state  125 arch/arm/vfp/vfpmodule.c 		vfp_current_hw_state[cpu] = NULL;
vfp_current_hw_state  179 arch/arm/vfp/vfpmodule.c 		if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu])
vfp_current_hw_state  180 arch/arm/vfp/vfpmodule.c 			vfp_save_state(vfp_current_hw_state[cpu], fpexc);
vfp_current_hw_state  461 arch/arm/vfp/vfpmodule.c 	} else if (vfp_current_hw_state[ti->cpu]) {
vfp_current_hw_state  464 arch/arm/vfp/vfpmodule.c 		vfp_save_state(vfp_current_hw_state[ti->cpu], fpexc);
vfp_current_hw_state  470 arch/arm/vfp/vfpmodule.c 	vfp_current_hw_state[ti->cpu] = NULL;
vfp_current_hw_state  635 arch/arm/vfp/vfpmodule.c 	vfp_current_hw_state[cpu] = NULL;
vfp_current_hw_state  694 arch/arm/vfp/vfpmodule.c 	else if (vfp_current_hw_state[cpu] != NULL)
vfp_current_hw_state  695 arch/arm/vfp/vfpmodule.c 		vfp_save_state(vfp_current_hw_state[cpu], fpexc);
vfp_current_hw_state  697 arch/arm/vfp/vfpmodule.c 	vfp_current_hw_state[cpu] = NULL;