Home
last modified time | relevance | path

Searched refs:VM86_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c150 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()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvm86.h30 #define VM86_TYPE(retval) ((retval) & 0xff) macro
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1652 switch(VM86_TYPE(ret)) { in test_vm86()