Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h106 VM_EXIT_LOAD_IA32_EFER | \
H A Dvmx.h503 VM_EXIT_LOAD_IA32_EFER | \
H A Dnested.c2395 exec_control |= VM_EXIT_LOAD_IA32_EFER; in prepare_vmcs02_early()
2397 exec_control &= ~VM_EXIT_LOAD_IA32_EFER; in prepare_vmcs02_early()
2982 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_EFER) { in nested_vmx_check_host_state()
4518 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_EFER) in load_vmcs12_host_state()
6849 VM_EXIT_LOAD_IA32_EFER | VM_EXIT_SAVE_IA32_EFER | in nested_vmx_setup_exit_ctls()
H A Dvmx.c1001 VM_EXIT_LOAD_IA32_EFER); in clear_atomic_switch_msr()
1054 VM_EXIT_LOAD_IA32_EFER, in add_atomic_switch_msr()
2605 { VM_ENTRY_LOAD_IA32_EFER, VM_EXIT_LOAD_IA32_EFER }, in setup_vmcs_config()
4443 ~(VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL | VM_EXIT_LOAD_IA32_EFER); in vmx_vmexit_ctrl()
6358 if (vmexit_ctl & VM_EXIT_LOAD_IA32_EFER) in dump_vmcs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h83 #define VM_EXIT_LOAD_IA32_EFER 0x00200000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h102 #define VM_EXIT_LOAD_IA32_EFER 0x00200000 macro
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c265 if (exit_controls & VM_EXIT_LOAD_IA32_EFER) in init_vmcs_host_state()