Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu.c3664 root_pgd = mmu->get_guest_pgd(vcpu); in mmu_alloc_shadow_roots()
4115 arch.cr3 = vcpu->arch.mmu->get_guest_pgd(vcpu); in kvm_arch_setup_async_pf()
4134 work->arch.cr3 != vcpu->arch.mmu->get_guest_pgd(vcpu)) in kvm_arch_async_page_ready()
5046 context->get_guest_pgd = get_cr3; in init_kvm_tdp_mmu()
5196 context->get_guest_pgd = get_cr3; in init_kvm_softmmu()
5210 g_context->get_guest_pgd = get_cr3; in init_kvm_nested_mmu()
Dpaging_tmpl.h327 pte = mmu->get_guest_pgd(vcpu); in FNAME()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h430 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
/Linux-v6.1/arch/x86/kvm/svm/
Dnested.c95 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
/Linux-v6.1/arch/x86/kvm/vmx/
Dnested.c417 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()