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

/external/qemu/
H A Dgen-icount.h39 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
46 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
H A Dcpu-defs.h177 uint32_t can_do_io; /* nonzero if memory mapped IO is safe. */ \
H A Dqemu-timer.h318 static inline int can_do_io(CPUState *env) function
327 return env->can_do_io != 0;
H A Dtranslate-all.c194 env->can_do_io = 0;
H A Dsoftmmu_template.h78 && !can_do_io(env)) {
256 && !can_do_io(env)) {
H A Dqemu-timer.c1382 if (!can_do_io(env)) {
H A Dexec.c1602 if (!can_do_io(env)

Completed in 144 milliseconds