Searched refs:nested_mmus (Results 1 – 2 of 2) sorted by relevance
48 kvm->arch.nested_mmus = NULL; in kvm_init_nested()92 tmp = kvrealloc(kvm->arch.nested_mmus, in kvm_vcpu_init_nested()93 size_mul(sizeof(*kvm->arch.nested_mmus), num_mmus), in kvm_vcpu_init_nested()98 swap(kvm->arch.nested_mmus, tmp); in kvm_vcpu_init_nested()104 if (kvm->arch.nested_mmus != tmp) in kvm_vcpu_init_nested()106 kvm->arch.nested_mmus[i].pgt->mmu = &kvm->arch.nested_mmus[i]; in kvm_vcpu_init_nested()113 kvm_free_stage2_pgd(&kvm->arch.nested_mmus[i]); in kvm_vcpu_init_nested()600 struct kvm_s2_mmu *mmu = &kvm->arch.nested_mmus[i]; in kvm_s2_mmu_iterate_by_vmid()642 struct kvm_s2_mmu *mmu = &kvm->arch.nested_mmus[i]; in lookup_s2_mmu()1110 kvfree(kvm->arch.nested_mmus); in kvm_arch_flush_shadow_all()[all …]
309 struct kvm_s2_mmu *nested_mmus; member
Completed in 11 milliseconds