Lines Matching defs:nested_vmx
94 struct nested_vmx { struct
96 bool vmxon;
97 gpa_t vmxon_ptr;
98 bool pml_full;
101 gpa_t current_vmptr;
107 struct vmcs12 *cached_vmcs12;
113 struct vmcs12 *cached_shadow_vmcs12;
119 bool need_vmcs12_to_shadow_sync;
120 bool dirty_vmcs12;
126 bool need_sync_vmcs02_to_vmcs12_rare;
133 bool vmcs02_initialized;
135 bool change_vmcs01_virtual_apic_mode;
142 bool enlightened_vmcs_enabled;
145 bool nested_run_pending;
147 struct loaded_vmcs vmcs02;
173 struct nested_vmx_msrs msrs; argument
176 struct {
181 } smm;
183 gpa_t hv_evmcs_vmptr;
184 struct kvm_host_map hv_evmcs_map;
185 struct hv_enlightened_vmcs *hv_evmcs;