Searched refs:VM86_TYPE (Results 1 – 3 of 3) sorted by relevance
150 if (VM86_TYPE(ret) == VM86_INTx) { in do_test()163 } else if (VM86_TYPE(ret) == VM86_UNKNOWN) { in do_test()165 } else if (VM86_TYPE(ret) == VM86_TRAP) { in do_test()168 } else if (VM86_TYPE(ret) == VM86_SIGNAL) { in do_test()170 } else if (VM86_TYPE(ret) == VM86_STI) { in do_test()174 VM86_TYPE(ret), VM86_ARG(ret)); in do_test()178 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test()
30 #define VM86_TYPE(retval) ((retval) & 0xff) macro
1652 switch(VM86_TYPE(ret)) { in test_vm86()