Lines Matching defs:nested_vmx
101 struct nested_vmx { struct
103 bool vmxon;
104 gpa_t vmxon_ptr;
105 bool pml_full;
108 gpa_t current_vmptr;
114 struct vmcs12 *cached_vmcs12;
120 struct vmcs12 *cached_shadow_vmcs12;
126 bool need_vmcs12_to_shadow_sync;
127 bool dirty_vmcs12;
133 bool need_sync_vmcs02_to_vmcs12_rare;
140 bool vmcs02_initialized;
142 bool change_vmcs01_virtual_apic_mode;
143 bool reload_vmcs01_apic_access_page;
150 bool enlightened_vmcs_enabled;
153 bool nested_run_pending;
156 bool mtf_pending;
158 struct loaded_vmcs vmcs02;
164 struct page *apic_access_page;
165 struct kvm_host_map virtual_apic_map;
189 struct nested_vmx_msrs msrs; argument
192 struct {
197 } smm;
199 gpa_t hv_evmcs_vmptr;
200 struct kvm_host_map hv_evmcs_map;
201 struct hv_enlightened_vmcs *hv_evmcs;