Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h80 #define VM_EXIT_SAVE_IA32_PAT 0x00040000 macro
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h97 #define VM_EXIT_SAVE_IA32_PAT 0x00040000 macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h511 VM_EXIT_SAVE_IA32_PAT | \
Dvmx.c2225 get_vmcs12(vcpu)->vm_exit_controls & VM_EXIT_SAVE_IA32_PAT) in vmx_set_msr()
4305 vmexit_ctrl &= ~(VM_EXIT_SAVE_IA32_PAT | VM_EXIT_SAVE_IA32_EFER | in vmx_vmexit_ctrl()
Dnested.c6753 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT | in nested_vmx_setup_ctls_msrs()