Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h83 #define VM_EXIT_SAVE_IA32_PAT 0x00040000 macro
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h95 #define VM_EXIT_SAVE_IA32_PAT 0x00040000 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c3527 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT; in nested_vmx_setup_ctls_msrs()
4611 opt = VM_EXIT_SAVE_IA32_PAT | VM_EXIT_LOAD_IA32_PAT | in setup_vmcs_config()
9941 if ((vmexit_ctl & (VM_EXIT_SAVE_IA32_PAT | VM_EXIT_SAVE_IA32_EFER)) || in dump_vmcs()
13063 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_IA32_PAT) in sync_vmcs12()