Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dentry_from_vm86.c151 if (VM86_TYPE(ret) == VM86_INTx) { in do_test()
277 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main()
327 do_test(&v86, vmcode_int80 - vmcode, VM86_INTx, 0x80, "int80"); in main()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dvm86.h36 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/Linux-v4.19/arch/x86/kernel/
Dvm86_32.c567 save_v86_state(regs, VM86_INTx + (i << 8)); in do_int()
669 save_v86_state(regs, VM86_INTx + (intno << 8)); in handle_vm86_fault()