Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h113 VM_ENTRY_LOAD_IA32_PAT | \
H A Dvmx.h474 VM_ENTRY_LOAD_IA32_PAT | \
H A Dnested.c2751 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT)) { in prepare_vmcs02()
2754 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in prepare_vmcs02()
3322 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) && in nested_vmx_check_guest_state()
7152 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS | in nested_vmx_setup_entry_ctls()
H A Dvmx.c2479 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in vmx_set_msr()
2764 { VM_ENTRY_LOAD_IA32_PAT, VM_EXIT_LOAD_IA32_PAT }, in setup_vmcs_config()
5009 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
6650 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_PAT) in dump_vmcs()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h91 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/linux/arch/x86/include/asm/
H A Dvmx.h119 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro