Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c150 } else if (VM86_TYPE(ret) == VM86_STI) { in do_test()
282 do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set"); in main()
292 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_STI, 0, "POPF with VIP and IF set"); in main()
/linux/arch/x86/include/uapi/asm/
H A Dvm86.h37 #define VM86_STI 3 /* sti/popf/iret instruction enabled macro
/linux/arch/x86/kernel/
H A Dvm86_32.c689 save_v86_state(regs, VM86_STI); in handle_vm86_fault()