Home
last modified time | relevance | path

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

/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 …]
/kernel/linux/linux-4.19/arch/x86/kvm/
Dvmx.c811 struct nested_vmx { struct
813 bool vmxon;
814 gpa_t vmxon_ptr;
815 bool pml_full;
818 gpa_t current_vmptr;
824 struct vmcs12 *cached_vmcs12;
830 struct vmcs12 *cached_shadow_vmcs12;
835 bool sync_shadow_vmcs;
836 bool dirty_vmcs12;
838 bool change_vmcs01_virtual_apic_mode;
[all …]