Searched refs:kvm_mmu_new_pgd (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4766 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd) function
4810 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd); variable
5442 kvm_mmu_new_pgd(vcpu, nested_cr3);
5496 kvm_mmu_new_pgd(vcpu, new_eptp);
/linux-master/arch/x86/kvm/svm/
H A Dnested.c523 kvm_mmu_new_pgd(vcpu, cr3);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h2151 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd);
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c1141 kvm_mmu_new_pgd(vcpu, cr3);
/linux-master/arch/x86/kvm/
H A Dx86.c1294 kvm_mmu_new_pgd(vcpu, cr3);

Completed in 216 milliseconds