vfpstate           64 arch/arm/include/asm/thread_info.h 	union vfp_state		vfpstate;
vfpstate           65 arch/arm/kernel/asm-offsets.c   DEFINE(TI_VFPSTATE,		offsetof(struct thread_info, vfpstate));
vfpstate          658 arch/arm/kernel/ptrace.c 	struct vfp_hard_struct const *vfp = &thread->vfpstate.hard;
vfpstate          700 arch/arm/kernel/ptrace.c 	new_vfp = thread->vfpstate.hard;
vfpstate          722 arch/arm/kernel/ptrace.c 	thread->vfpstate.hard = new_vfp;
vfpstate           65 arch/arm/vfp/vfpmodule.c 	if (thread->vfpstate.hard.cpu != cpu)
vfpstate           68 arch/arm/vfp/vfpmodule.c 	return vfp_current_hw_state[cpu] == &thread->vfpstate;
vfpstate           83 arch/arm/vfp/vfpmodule.c 	thread->vfpstate.hard.cpu = NR_CPUS;
vfpstate           92 arch/arm/vfp/vfpmodule.c 	union vfp_state *vfp = &thread->vfpstate;
vfpstate          121 arch/arm/vfp/vfpmodule.c 	union vfp_state *vfp = &thread->vfpstate;
vfpstate          134 arch/arm/vfp/vfpmodule.c 	thread->vfpstate = parent->vfpstate;
vfpstate          136 arch/arm/vfp/vfpmodule.c 	thread->vfpstate.hard.cpu = NR_CPUS;
vfpstate          457 arch/arm/vfp/vfpmodule.c 		vfp_save_state(&ti->vfpstate, fpexc);
vfpstate          527 arch/arm/vfp/vfpmodule.c 		vfp_save_state(&thread->vfpstate, fpexc | FPEXC_EN);
vfpstate          552 arch/arm/vfp/vfpmodule.c 	struct vfp_hard_struct *hwstate = &thread->vfpstate.hard;
vfpstate          590 arch/arm/vfp/vfpmodule.c 	struct vfp_hard_struct *hwstate = &thread->vfpstate.hard;
vfpstate          692 arch/arm/vfp/vfpmodule.c 		vfp_save_state(&thread->vfpstate, fpexc);