Lines Matching refs:new_env
1737 CPUState *new_env = cpu_init(env->cpu_model_str);
1738 CPUState *next_cpu = new_env->next_cpu;
1739 int cpu_index = new_env->cpu_index;
1745 memcpy(new_env, env, sizeof(CPUState));
1748 new_env->next_cpu = next_cpu;
1749 new_env->cpu_index = cpu_index;
1758 cpu_breakpoint_insert(new_env, bp->pc, bp->flags, NULL);
1761 cpu_watchpoint_insert(new_env, wp->vaddr, (~wp->len_mask) + 1,
1766 return new_env;