Home
last modified time | relevance | path

Searched refs:guest_mmu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dmmu.h172 if (!tdp_enabled || mmu == &vcpu->arch.guest_mmu) in kvm_mmu_refresh_passthrough_bits()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c5282 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 …]
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c333 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()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h767 struct kvm_mmu guest_mmu; member
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c90 vcpu->arch.mmu = &vcpu->arch.guest_mmu; in nested_svm_init_mmu_context()