Home
last modified time | relevance | path

Searched refs:new_cpu (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/
H A Dmain.c237 CPUState *new_cpu = cpu_create(cpu_type); in cpu_copy() local
238 CPUArchState *new_env = cpu_env(new_cpu); in cpu_copy()
242 cpu_reset(new_cpu); in cpu_copy()
244 new_cpu->tcg_cflags = cpu->tcg_cflags; in cpu_copy()
252 OBJECT(new_cpu)->free = OBJECT(cpu)->free; in cpu_copy()
258 QTAILQ_INIT(&new_cpu->breakpoints); in cpu_copy()
260 cpu_breakpoint_insert(new_cpu, bp->pc, bp->flags, NULL); in cpu_copy()
H A Dsyscall.c6555 CPUState *new_cpu; in do_fork() local
6596 new_cpu = env_cpu(new_env); in do_fork()
6597 new_cpu->opaque = ts; in do_fork()