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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c266 if (IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) && mmu->get_guest_pgd == get_guest_cr3)
269 return mmu->get_guest_pgd(vcpu);
5358 context->get_guest_pgd = get_guest_cr3;
5507 context->get_guest_pgd = get_guest_cr3;
5521 g_context->get_guest_pgd = get_guest_cr3;
/linux-master/arch/x86/kvm/svm/
H A Dnested.c96 vcpu->arch.mmu->get_guest_pgd = nested_svm_get_tdp_cr3;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h447 unsigned long (*get_guest_pgd)(struct kvm_vcpu *vcpu); member in struct:kvm_mmu
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c457 vcpu->arch.mmu->get_guest_pgd = nested_ept_get_eptp;

Completed in 148 milliseconds