Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dcapabilities.h97 (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_EFER); in cpu_has_load_ia32_efer()
Dvmx.h444 ~(VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL | VM_EXIT_LOAD_IA32_EFER); in vmx_vmexit_ctrl()
Dnested.c2374 exec_control |= VM_EXIT_LOAD_IA32_EFER; in prepare_vmcs02_early()
2376 exec_control &= ~VM_EXIT_LOAD_IA32_EFER; in prepare_vmcs02_early()
2949 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_EFER) { in nested_vmx_check_host_state()
4230 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_EFER) in load_vmcs12_host_state()
6471 VM_EXIT_LOAD_IA32_EFER | VM_EXIT_SAVE_IA32_EFER | in nested_vmx_setup_ctls_msrs()
Dvmx.c984 VM_EXIT_LOAD_IA32_EFER); in clear_atomic_switch_msr()
1037 VM_EXIT_LOAD_IA32_EFER, in add_atomic_switch_msr()
2578 VM_EXIT_LOAD_IA32_EFER | in setup_vmcs_config()
6019 if (vmexit_ctl & (VM_EXIT_LOAD_IA32_PAT | VM_EXIT_LOAD_IA32_EFER)) in dump_vmcs()
/arch/x86/include/asm/
Dvmx.h92 #define VM_EXIT_LOAD_IA32_EFER 0x00200000 macro