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

  /external/qemu/
hax.h 26 int hax_vcpu_emulation_mode(CPUState *env);
cpu-exec.c 236 if (!hax_enabled() || hax_vcpu_emulation_mode(env))
    [all...]
  /external/qemu/target-i386/
hax-all.c 42 int hax_vcpu_emulation_mode(CPUState *env) function
69 if (!hax_vcpu_emulation_mode(env))
529 if (hax_vcpu_emulation_mode(env))

Completed in 259 milliseconds