Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h88 #define VM_EXIT_SAVE_IA32_PAT 0x00040000 macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c2413 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT; in nested_vmx_setup_ctls_msrs()
3075 opt = VM_EXIT_SAVE_IA32_PAT | VM_EXIT_LOAD_IA32_PAT | in setup_vmcs_config()
9817 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_IA32_PAT) in prepare_vmcs12()