Home
last modified time | relevance | path

Searched refs:VM86_INTx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A 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()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dvm86.h36 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dvm86.h36 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dvm86.h33 #define VM86_INTx 2 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dvm86.h33 #define VM86_INTx 2 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dvm86_32.c525 * VM86_INTx, so adding another doesn't bother me. We can expect
559 save_v86_state(regs, VM86_INTx + (i << 8)); in do_int()
661 save_v86_state(regs, VM86_INTx + (intno << 8)); in handle_vm86_fault()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dvm86_32.c491 * VM86_INTx, so adding another doesn't bother me. We can expect
525 save_v86_state(regs, VM86_INTx + (i << 8)); in do_int()
627 save_v86_state(regs, VM86_INTx + (intno << 8)); in handle_vm86_fault()

Completed in 5 milliseconds