Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h105 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
/arch/x86/kvm/
Dvmx.c1758 VM_ENTRY_LOAD_IA32_EFER, in clear_atomic_switch_msr()
1807 VM_ENTRY_LOAD_IA32_EFER, in add_atomic_switch_msr()
2620 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER); in nested_vmx_setup_ctls_msrs()
3388 VM_ENTRY_LOAD_IA32_EFER) in setup_vmcs_config()
8087 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER))) in dump_vmcs()
9898 (vmcs12->vm_entry_controls & ~VM_ENTRY_LOAD_IA32_EFER & in prepare_vmcs02()
9962 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) in prepare_vmcs02()
10119 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) { in nested_vmx_run()