Searched refs:new_env (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c2042 CPUState *new_env = cpu_init(env->cpu_model_str); local
2043 CPUState *next_cpu = new_env->next_cpu;
2044 int cpu_index = new_env->cpu_index;
2050 memcpy(new_env, env, sizeof(CPUState));
2053 new_env->next_cpu = next_cpu;
2054 new_env->cpu_index = cpu_index;
2063 cpu_breakpoint_insert(new_env, bp->pc, bp->flags, NULL);
2066 cpu_watchpoint_insert(new_env, wp->vaddr, (~wp->len_mask) + 1,
2071 return new_env;

Completed in 504 milliseconds