Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h117 VM_ENTRY_LOAD_IA32_EFER | \
H A Dcapabilities.h101 return vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_EFER; in cpu_has_load_ia32_efer()
H A Dvmx.h481 VM_ENTRY_LOAD_IA32_EFER | \
H A Dnested.c2159 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) in nested_vmx_calc_efer()
2377 exec_control &= ~(VM_ENTRY_IA32E_MODE | VM_ENTRY_LOAD_IA32_EFER); in prepare_vmcs02_early()
2382 exec_control |= VM_ENTRY_LOAD_IA32_EFER; in prepare_vmcs02_early()
3082 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) { in nested_vmx_check_guest_state()
4642 if (vm_entry_controls_get(vmx) & VM_ENTRY_LOAD_IA32_EFER) in nested_vmx_get_vmcs01_guest_efer()
6870 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER | in nested_vmx_setup_entry_ctls()
H A Dvmx.c1000 VM_ENTRY_LOAD_IA32_EFER, in clear_atomic_switch_msr()
1053 VM_ENTRY_LOAD_IA32_EFER, in add_atomic_switch_msr()
2605 { VM_ENTRY_LOAD_IA32_EFER, VM_EXIT_LOAD_IA32_EFER }, in setup_vmcs_config()
4414 VM_ENTRY_LOAD_IA32_EFER | in vmx_vmentry_ctrl()
6305 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_EFER) in dump_vmcs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h94 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h116 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro