Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h116 VM_ENTRY_LOAD_IA32_PAT | \
H A Dvmx.h480 VM_ENTRY_LOAD_IA32_PAT | \
H A Dnested.c2586 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT)) { in prepare_vmcs02()
2589 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in prepare_vmcs02()
3051 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) && in nested_vmx_check_guest_state()
6868 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_setup_entry_ctls()
H A Dvmx.c2329 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in vmx_set_msr()
2604 { VM_ENTRY_LOAD_IA32_PAT, VM_EXIT_LOAD_IA32_PAT }, in setup_vmcs_config()
4786 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
6316 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_PAT) in dump_vmcs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h93 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h115 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro