Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h103 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c1609 VM_ENTRY_LOAD_IA32_EFER, in clear_atomic_switch_msr()
1658 VM_ENTRY_LOAD_IA32_EFER, in add_atomic_switch_msr()
2439 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER); in nested_vmx_setup_ctls_msrs()
3126 VM_ENTRY_LOAD_IA32_EFER) in setup_vmcs_config()
9299 (vmcs12->vm_entry_controls & ~VM_ENTRY_LOAD_IA32_EFER & in prepare_vmcs02()
9336 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) in prepare_vmcs02()
9494 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) { in nested_vmx_run()