Lines Matching defs:nested_vmx
77 struct nested_vmx { struct
79 bool vmxon;
80 gpa_t vmxon_ptr;
81 bool pml_full;
84 gpa_t current_vmptr;
90 struct vmcs12 *cached_vmcs12;
96 struct vmcs12 *cached_shadow_vmcs12;
102 bool need_vmcs12_to_shadow_sync;
103 bool dirty_vmcs12;
109 bool need_sync_vmcs02_to_vmcs12_rare;
116 bool vmcs02_initialized;
118 bool change_vmcs01_virtual_apic_mode;
119 bool reload_vmcs01_apic_access_page;
126 bool enlightened_vmcs_enabled;
129 bool nested_run_pending;
132 bool mtf_pending;
134 struct loaded_vmcs vmcs02;
140 struct page *apic_access_page;
141 struct kvm_host_map virtual_apic_map;
165 struct nested_vmx_msrs msrs; argument
168 struct {
173 } smm;
175 gpa_t hv_evmcs_vmptr;
176 struct kvm_host_map hv_evmcs_map;
177 struct hv_enlightened_vmcs *hv_evmcs;