Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dhyperv.h104 VM_EXIT_LOAD_IA32_PAT | \
Dvmx.h500 VM_EXIT_LOAD_IA32_PAT | \
Dnested.c2923 if ((vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) && in nested_vmx_check_host_state()
4554 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) { in load_vmcs12_host_state()
6825 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT | in nested_vmx_setup_exit_ctls()
Dvmx.c2602 { VM_ENTRY_LOAD_IA32_PAT, VM_EXIT_LOAD_IA32_PAT }, in setup_vmcs_config()
4360 if (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_PAT) { in vmx_set_constant_host_state()
6358 if (vmexit_ctl & VM_EXIT_LOAD_IA32_PAT) in dump_vmcs()
/arch/x86/include/asm/
Dvmx.h100 #define VM_EXIT_LOAD_IA32_PAT 0x00080000 macro