Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
/linux/arch/x86/include/asm/
H A Dvmx.h102 #define VM_EXIT_LOAD_IA32_PAT 0x00080000 macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.h505 VM_EXIT_LOAD_IA32_PAT | \
H A Dnested.c3038 if ((vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) && in nested_vmx_check_host_state()
4731 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) { in load_vmcs12_host_state()
7012 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT | in nested_vmx_setup_exit_ctls()
H A Dvmx.c2604 { VM_ENTRY_LOAD_IA32_PAT, VM_EXIT_LOAD_IA32_PAT }, in setup_vmcs_config()
4382 if (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_PAT) { in vmx_set_constant_host_state()
6400 if (vmexit_ctl & VM_EXIT_LOAD_IA32_PAT) in dump_vmcs()