Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
/linux/arch/x86/include/asm/
H A Dvmx.h101 #define VM_EXIT_SAVE_IA32_PAT 0x00040000 macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.h504 VM_EXIT_SAVE_IA32_PAT | \
H A Dvmx.c2352 get_vmcs12(vcpu)->vm_exit_controls & VM_EXIT_SAVE_IA32_PAT) in vmx_set_msr()
4448 vmexit_ctrl &= ~(VM_EXIT_SAVE_IA32_PAT | VM_EXIT_SAVE_IA32_EFER | in vmx_vmexit_ctrl()
H A Dnested.c7012 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT | in nested_vmx_setup_exit_ctls()