Searched refs:guest_mmu (Results 1 – 5 of 5) sorted by relevance
172 if (!tdp_enabled || mmu == &vcpu->arch.guest_mmu) in kvm_mmu_refresh_passthrough_bits()
5282 struct kvm_mmu *context = &vcpu->arch.guest_mmu; in kvm_init_shadow_npt_mmu()5334 struct kvm_mmu *context = &vcpu->arch.guest_mmu; in kvm_init_shadow_ept_mmu()5439 vcpu->arch.guest_mmu.root_role.word = 0; in kvm_mmu_after_set_cpuid()5442 vcpu->arch.guest_mmu.cpu_role.ext.valid = 0; in kvm_mmu_after_set_cpuid()5499 kvm_mmu_free_roots(kvm, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in kvm_mmu_unload()5500 WARN_ON_ONCE(VALID_PAGE(vcpu->arch.guest_mmu.root.hpa)); in kvm_mmu_unload()5551 __kvm_mmu_free_obsolete_roots(vcpu->kvm, &vcpu->arch.guest_mmu); in kvm_mmu_free_obsolete_roots()5819 if (mmu != &vcpu->arch.guest_mmu) { in kvm_mmu_invalidate_addr()5983 if (!tdp_enabled && mmu == &vcpu->arch.guest_mmu) in __kvm_mmu_create()6040 ret = __kvm_mmu_create(vcpu, &vcpu->arch.guest_mmu); in kvm_mmu_create()[all …]
333 kvm_mmu_free_roots(vcpu->kvm, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in free_nested()427 vcpu->arch.mmu = &vcpu->arch.guest_mmu; in nested_ept_init_mmu_context()5303 kvm_mmu_free_roots(vcpu->kvm, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in nested_release_vmcs12()5761 mmu = &vcpu->arch.guest_mmu; in handle_invept()
767 struct kvm_mmu guest_mmu; member
90 vcpu->arch.mmu = &vcpu->arch.guest_mmu; in nested_svm_init_mmu_context()