Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h94 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dvmx.h105 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c2565 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT)) { in prepare_vmcs02()
2568 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in prepare_vmcs02()
3013 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) && in nested_vmx_check_guest_state()
6487 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS | in nested_vmx_setup_ctls_msrs()
Dvmx.c2194 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in vmx_set_msr()
2601 VM_ENTRY_LOAD_IA32_PAT | in setup_vmcs_config()
4474 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
5979 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER))) in dump_vmcs()