Searched refs:target_vfp_state (Results 1 – 1 of 1) sorted by relevance
574 struct arm_vfpsaved_state *target_vfp_state; in machine_thread_dup() local585 target_vfp_state = &target->machine.PcbData.VFPdata; in machine_thread_dup()586 bcopy(self_vfp_state, target_vfp_state, sizeof(struct arm_vfpsaved_state)); in machine_thread_dup()