Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c4450 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd) in kvm_mmu_new_pgd() function
4489 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd);
5130 kvm_mmu_new_pgd(vcpu, nested_cr3); in kvm_init_shadow_npt_mmu()
5185 kvm_mmu_new_pgd(vcpu, new_eptp); in kvm_init_shadow_ept_mmu()
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h1947 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd);
/linux-6.1.9/arch/x86/kvm/svm/
Dnested.c513 kvm_mmu_new_pgd(vcpu, cr3); in nested_svm_load_cr3()
/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.c1096 kvm_mmu_new_pgd(vcpu, cr3); in nested_vmx_load_cr3()
/linux-6.1.9/arch/x86/kvm/
Dx86.c1270 kvm_mmu_new_pgd(vcpu, cr3); in kvm_set_cr3()