Searched refs:VM86_STI (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 170 } else if (VM86_TYPE(ret) == VM86_STI) { in do_test() 302 do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set"); in main() 312 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_STI, 0, "POPF with VIP and IF set"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 170 } else if (VM86_TYPE(ret) == VM86_STI) { in do_test() 302 do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set"); in main() 312 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_STI, 0, "POPF with VIP and IF set"); in main()
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | vm86.h | 37 #define VM86_STI 3 /* sti/popf/iret instruction enabled macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | vm86.h | 37 #define VM86_STI 3 /* sti/popf/iret instruction enabled macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | vm86.h | 34 #define VM86_STI 3 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | vm86.h | 34 #define VM86_STI 3 macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | vm86_32.c | 724 save_v86_state(regs, VM86_STI); in handle_vm86_fault()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vm86_32.c | 690 save_v86_state(regs, VM86_STI); in handle_vm86_fault()
|
Completed in 6 milliseconds