Searched refs:get_guest_pgd (Results 1 – 5 of 5) sorted by relevance
3734 root_pgd = mmu->get_guest_pgd(vcpu); in mmu_alloc_shadow_roots()4184 arch.cr3 = vcpu->arch.mmu->get_guest_pgd(vcpu); in kvm_arch_setup_async_pf()4203 work->arch.cr3 != vcpu->arch.mmu->get_guest_pgd(vcpu)) in kvm_arch_async_page_ready()5162 context->get_guest_pgd = get_cr3; in init_kvm_tdp_mmu()5312 context->get_guest_pgd = get_cr3; in init_kvm_softmmu()5326 g_context->get_guest_pgd = get_cr3; in init_kvm_nested_mmu()
327 pte = mmu->get_guest_pgd(vcpu); in FNAME()
434 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
96 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
425 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()
Completed in 46 milliseconds