Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h93 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/Linux-v6.6/arch/x86/include/asm/
Dvmx.h115 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/Linux-v6.6/arch/x86/kvm/vmx/
Dhyperv.c113 VM_ENTRY_LOAD_IA32_PAT | \
Dvmx.h479 VM_ENTRY_LOAD_IA32_PAT | \
Dnested.c2571 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT)) { in prepare_vmcs02()
2574 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in prepare_vmcs02()
3036 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) && in nested_vmx_check_guest_state()
6815 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_setup_entry_ctls()
Dvmx.c2316 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in vmx_set_msr()
2591 { VM_ENTRY_LOAD_IA32_PAT, VM_EXIT_LOAD_IA32_PAT }, in setup_vmcs_config()
4773 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
6298 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_PAT) in dump_vmcs()