Home
last modified time | relevance | path

Searched refs:VM_ENTRY_LOAD_IA32_EFER (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h105 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
/linux-4.4.14/arch/x86/kvm/
Dvmx.c1683 VM_ENTRY_LOAD_IA32_EFER, in clear_atomic_switch_msr()
1732 VM_ENTRY_LOAD_IA32_EFER, in add_atomic_switch_msr()
2563 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER); in nested_vmx_setup_ctls_msrs()
3263 VM_ENTRY_LOAD_IA32_EFER) in setup_vmcs_config()
7978 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER))) in dump_vmcs()
9699 (vmcs12->vm_entry_controls & ~VM_ENTRY_LOAD_IA32_EFER & in prepare_vmcs02()
9748 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) in prepare_vmcs02()
9906 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) { in nested_vmx_run()