Home
last modified time | relevance | path

Searched refs:VM_ENTRY_LOAD_IA32_PAT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h94 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/Linux-v5.10/arch/x86/include/asm/
Dvmx.h105 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c2540 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT)) { in prepare_vmcs02()
2543 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in prepare_vmcs02()
2977 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) && in nested_vmx_check_guest_state()
6351 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS | in nested_vmx_setup_ctls_msrs()
Dvmx.c2099 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in vmx_set_msr()
2502 VM_ENTRY_LOAD_IA32_PAT | in setup_vmcs_config()
4350 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
5832 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER))) in dump_vmcs()