HomeSort by relevance Sort by last modified time
    Searched refs:can_do_io (Results 1 - 7 of 7) sorted by null

  /external/qemu/
gen-icount.h 39 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));
cpu-defs.h 177 uint32_t can_do_io; /* nonzero if memory mapped IO is safe. */ \
qemu-timer.h 318 static inline int can_do_io(CPUState *env) function
327 return env->can_do_io != 0;
translate-all.c 194 env->can_do_io = 0;
softmmu_template.h 78 && !can_do_io(env)) {
256 && !can_do_io(env)) {
qemu-timer.c     [all...]
exec.c     [all...]

Completed in 2788 milliseconds