Home
last modified time | relevance | path

Searched refs:VM86_INTx (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dentry_from_vm86.c125 if (VM86_TYPE(ret) == VM86_INTx) { in do_test()
186 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main()
219 do_test(&v86, vmcode_int80 - vmcode, VM86_INTx, 0x80, "int80"); in main()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dvm86.h35 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro