HomeSort by relevance Sort by last modified time
    Searched full:hax_ret (Results 1 - 1 of 1) sorted by null

  /external/qemu/target-i386/
hax-all.c 536 int hax_ret; local
545 hax_ret = hax_vcpu_run(vcpu);
548 if (hax_ret == -EINTR || hax_ret == -EAGAIN) {
553 if (hax_ret < 0)

Completed in 96 milliseconds