Searched refs:VM_ENTRY_LOAD_IA32_EFER (Results 1 – 5 of 5) sorted by relevance
97 return (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_EFER) && in cpu_has_load_ia32_efer()
2099 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) in nested_vmx_calc_efer()2298 exec_control &= ~(VM_ENTRY_IA32E_MODE | VM_ENTRY_LOAD_IA32_EFER); in prepare_vmcs02_early()2303 exec_control |= VM_ENTRY_LOAD_IA32_EFER; in prepare_vmcs02_early()3007 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) { in nested_vmx_check_guest_state()4353 if (vm_entry_controls_get(vmx) & VM_ENTRY_LOAD_IA32_EFER) in nested_vmx_get_vmcs01_guest_efer()6525 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER); in nested_vmx_setup_ctls_msrs()
808 VM_ENTRY_LOAD_IA32_EFER, in clear_atomic_switch_msr()861 VM_ENTRY_LOAD_IA32_EFER, in add_atomic_switch_msr()2524 VM_ENTRY_LOAD_IA32_EFER | in setup_vmcs_config()4075 ~(VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL | VM_ENTRY_LOAD_IA32_EFER); in vmx_vmentry_ctrl()5750 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_EFER) in dump_vmcs()
92 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
107 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
Completed in 39 milliseconds