Searched refs:VM86_UNKNOWN (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | entry_from_vm86.c | 163 } else if (VM86_TYPE(ret) == VM86_UNKNOWN) { in do_test() 307 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_UNKNOWN, 0, "POPF with VIP set and IF clear"); in main() 317 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_UNKNOWN, 0, "POPF with VIP clear and IF set"); in main()
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | vm86.h | 34 #define VM86_UNKNOWN 1 /* unhandled GP fault macro
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | vm86_32.c | 682 save_v86_state(regs, VM86_UNKNOWN); in handle_vm86_fault() 714 save_v86_state(regs, VM86_UNKNOWN); in handle_vm86_fault()
|
Completed in 5 milliseconds