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