Home | History | Annotate | Download | only in qemu

Lines Matching refs:cpu_single_env

126 CPUState *cpu_single_env;
950 CPUState *env = cpu_single_env;
1059 cpu_single_env->mem_io_vaddr, len,
1060 cpu_single_env->eip,
1061 cpu_single_env->eip + (long)cpu_single_env->segs[R_CS].base);
1087 CPUState *env = cpu_single_env;
2855 tlb_set_dirty(cpu_single_env, cpu_single_env->mem_io_vaddr);
2875 tlb_set_dirty(cpu_single_env, cpu_single_env->mem_io_vaddr);
2895 tlb_set_dirty(cpu_single_env, cpu_single_env->mem_io_vaddr);
2913 CPUState *env = cpu_single_env;
3315 /* XXX: could force cpu_single_env to NULL to avoid
3929 #define env cpu_single_env