Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/mmu/
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()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h438 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member
/Linux-v6.6/arch/x86/kvm/svm/
Dnested.c96 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c428 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp; in nested_ept_init_mmu_context()