OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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