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()
5276 struct kvm_mmu *context = &vcpu->arch.guest_mmu; in kvm_init_shadow_npt_mmu()5328 struct kvm_mmu *context = &vcpu->arch.guest_mmu; in kvm_init_shadow_ept_mmu()5433 vcpu->arch.guest_mmu.root_role.word = 0; in kvm_mmu_after_set_cpuid()5436 vcpu->arch.guest_mmu.cpu_role.ext.valid = 0; in kvm_mmu_after_set_cpuid()5493 kvm_mmu_free_roots(kvm, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in kvm_mmu_unload()5494 WARN_ON_ONCE(VALID_PAGE(vcpu->arch.guest_mmu.root.hpa)); in kvm_mmu_unload()5545 __kvm_mmu_free_obsolete_roots(vcpu->kvm, &vcpu->arch.guest_mmu); in kvm_mmu_free_obsolete_roots()5813 if (mmu != &vcpu->arch.guest_mmu) { in kvm_mmu_invalidate_addr()5977 if (!tdp_enabled && mmu == &vcpu->arch.guest_mmu) in __kvm_mmu_create()6034 ret = __kvm_mmu_create(vcpu, &vcpu->arch.guest_mmu); in kvm_mmu_create()[all …]
332 kvm_mmu_free_roots(vcpu->kvm, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in free_nested()426 vcpu->arch.mmu = &vcpu->arch.guest_mmu; in nested_ept_init_mmu_context()5256 kvm_mmu_free_roots(vcpu->kvm, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in nested_release_vmcs12()5714 mmu = &vcpu->arch.guest_mmu; in handle_invept()
767 struct kvm_mmu guest_mmu; member
86 vcpu->arch.mmu = &vcpu->arch.guest_mmu; in nested_svm_init_mmu_context()