Home
last modified time | relevance | path

Searched refs:get_guest_pgd (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/x86/kvm/mmu/
Dmmu.c3290 root_pgd = vcpu->arch.mmu->get_guest_pgd(vcpu); in mmu_alloc_shadow_roots()
3639 arch.cr3 = vcpu->arch.mmu->get_guest_pgd(vcpu); in kvm_arch_setup_async_pf()
4497 context->get_guest_pgd = get_cr3; in init_kvm_tdp_mmu()
4688 context->get_guest_pgd = get_cr3; in init_kvm_softmmu()
4702 g_context->get_guest_pgd = get_cr3; in init_kvm_nested_mmu()
Dpaging_tmpl.h336 pte = mmu->get_guest_pgd(vcpu); in FNAME()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h348 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
/Linux-v5.10/arch/x86/kvm/svm/
Dnested.c85 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c363 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()
/Linux-v5.10/arch/x86/kvm/
Dx86.c10809 work->arch.cr3 != vcpu->arch.mmu->get_guest_pgd(vcpu)) in kvm_arch_async_page_ready()