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

  /external/qemu/include/exec/
gen-icount.h 42 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUArchState, can_do_io));
49 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUArchState, can_do_io));
cpu-defs.h 173 uint32_t can_do_io; /* nonzero if memory mapped IO is safe. */ \
exec-all.h 411 static inline int can_do_io(CPUArchState *env) function
420 return env->can_do_io != 0;
softmmu_template.h 125 && !can_do_io(env)) {
340 && !can_do_io(env)) {
  /external/qemu/
cpus.c 305 if (!can_do_io(env)) {
translate-all.c 219 env->can_do_io = 0;
    [all...]

Completed in 118 milliseconds