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 540 int hax_ret; local
549 hax_ret = hax_vcpu_run(vcpu);
552 if (hax_ret == -EINTR || hax_ret == -EAGAIN) {
557 if (hax_ret < 0)

Completed in 611 milliseconds