Home
last modified time | relevance | path

Searched defs:nested_vmx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
Dvmx.h116 struct nested_vmx { struct
118 bool vmxon;
119 gpa_t vmxon_ptr;
120 bool pml_full;
123 gpa_t current_vmptr;
129 struct vmcs12 *cached_vmcs12;
135 struct vmcs12 *cached_shadow_vmcs12;
140 struct gfn_to_hva_cache shadow_vmcs12_cache;
145 struct gfn_to_hva_cache vmcs12_cache;
151 bool need_vmcs12_to_shadow_sync;
[all …]
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.h101 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;
[all …]