Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c165 } else if (VM86_TYPE(ret) == VM86_TRAP) { in do_test()
203 do_test(vm86, vmcode_umip - vmcode, VM86_TRAP, 3, "UMIP tests"); in do_umip_tests()
322 do_test(&v86, vmcode_int3 - vmcode, VM86_TRAP, 3, "INT3"); in main()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvm86.h44 #define VM86_TRAP 6 /* return due to DOS-debugger request */ macro
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c534 save_v86_state(regs, VM86_TRAP + (trapno << 8)); in handle_vm86_trap()