Searched refs:VM_ENTRY_LOAD_IA32_EFER (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h114 VM_ENTRY_LOAD_IA32_EFER | \
H A Dcapabilities.h101 return vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_EFER;
H A Dvmx.h485 VM_ENTRY_LOAD_IA32_EFER | \
H A Dnested.c2192 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER))
2399 exec_control &= ~(VM_ENTRY_IA32E_MODE | VM_ENTRY_LOAD_IA32_EFER);
2404 exec_control |= VM_ENTRY_LOAD_IA32_EFER;
3105 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) {
4639 if (vm_entry_controls_get(vmx) & VM_ENTRY_LOAD_IA32_EFER)
6859 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER |
H A Dvmx.c985 VM_ENTRY_LOAD_IA32_EFER,
1038 VM_ENTRY_LOAD_IA32_EFER,
2590 { VM_ENTRY_LOAD_IA32_EFER, VM_EXIT_LOAD_IA32_EFER },
4399 VM_ENTRY_LOAD_IA32_EFER |
6309 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_EFER)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h94 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
/linux-master/arch/x86/include/asm/
H A Dvmx.h117 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro

Completed in 232 milliseconds