Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c3734 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()
A Dpaging_tmpl.h327 pte = mmu->get_guest_pgd(vcpu); in FNAME()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h434 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dnested.c96 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.c425 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()

Completed in 46 milliseconds