Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/x86/
Dentry_from_vm86.c150 if (VM86_TYPE(ret) == VM86_INTx) { in do_test()
276 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main()
326 do_test(&v86, vmcode_int80 - vmcode, VM86_INTx, 0x80, "int80"); in main()
/linux-6.1.9/arch/x86/include/uapi/asm/
Dvm86.h36 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/linux-6.1.9/arch/x86/kernel/
Dvm86_32.c525 save_v86_state(regs, VM86_INTx + (i << 8)); in do_int()
627 save_v86_state(regs, VM86_INTx + (intno << 8)); in handle_vm86_fault()