Home
last modified time | relevance | path

Searched refs:VM_EXIT_LOAD_IA32_PAT (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h81 #define VM_EXIT_LOAD_IA32_PAT 0x00080000 macro
/linux-6.6.21/arch/x86/include/asm/
Dvmx.h100 #define VM_EXIT_LOAD_IA32_PAT 0x00080000 macro
/linux-6.6.21/arch/x86/kvm/vmx/
Dhyperv.c101 VM_EXIT_LOAD_IA32_PAT | \
Dvmx.h499 VM_EXIT_LOAD_IA32_PAT | \
Dnested.c2922 if ((vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) && in nested_vmx_check_host_state()
4521 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) { in load_vmcs12_host_state()
6792 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT | in nested_vmx_setup_exit_ctls()
Dvmx.c2600 { VM_ENTRY_LOAD_IA32_PAT, VM_EXIT_LOAD_IA32_PAT }, in setup_vmcs_config()
4358 if (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_PAT) { in vmx_set_constant_host_state()
6351 if (vmexit_ctl & VM_EXIT_LOAD_IA32_PAT) in dump_vmcs()
/linux-6.6.21/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c263 if (exit_controls & VM_EXIT_LOAD_IA32_PAT) in init_vmcs_host_state()