Searched defs:nested_vmx (Results 1 – 1 of 1) sorted by relevance
23589 struct nested_vmx { struct23590 bool vmxon;23591 gpa_t vmxon_ptr;23592 bool pml_full;23593 gpa_t current_vmptr;23594 struct vmcs12 *cached_vmcs12;23595 struct vmcs12 *cached_shadow_vmcs12;23596 struct gfn_to_hva_cache shadow_vmcs12_cache;23597 struct gfn_to_hva_cache vmcs12_cache;23598 bool need_vmcs12_to_shadow_sync;[all …]