Home
last modified time | relevance | path

Searched refs:get_guest_pgd (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c3281 root_pgd = vcpu->arch.mmu->get_guest_pgd(vcpu); in mmu_alloc_shadow_roots()
3655 arch.cr3 = vcpu->arch.mmu->get_guest_pgd(vcpu); in kvm_arch_setup_async_pf()
4526 context->get_guest_pgd = get_cr3; in init_kvm_tdp_mmu()
4721 context->get_guest_pgd = get_cr3; in init_kvm_softmmu()
4759 g_context->get_guest_pgd = get_cr3; in init_kvm_nested_mmu()
H A Dpaging_tmpl.h333 pte = mmu->get_guest_pgd(vcpu); in walk_addr_generic()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c266 if (IS_ENABLED(CONFIG_RETPOLINE) && mmu->get_guest_pgd == get_guest_cr3) in kvm_mmu_get_guest_pgd()
269 return mmu->get_guest_pgd(vcpu); in kvm_mmu_get_guest_pgd()
5211 context->get_guest_pgd = get_guest_cr3; in init_kvm_tdp_mmu()
5360 context->get_guest_pgd = get_guest_cr3; in init_kvm_softmmu()
5374 g_context->get_guest_pgd = get_guest_cr3; in init_kvm_nested_mmu()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h349 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dnested.c102 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h438 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dnested.c96 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c364 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c428 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c11160 work->arch.cr3 != vcpu->arch.mmu->get_guest_pgd(vcpu)) in kvm_arch_async_page_ready()

Completed in 60 milliseconds