Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h93 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h113 #define VM_ENTRY_LOAD_IA32_PAT 0x00004000 macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h492 VM_ENTRY_LOAD_IA32_PAT | \
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()
3014 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) && in nested_vmx_check_guest_state()
6773 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_setup_ctls_msrs()
Dvmx.c2228 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()
4654 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
6175 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_PAT) in dump_vmcs()