Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/svm/
Dnested.c429 kvm_mmu_new_pgd(vcpu, cr3); in nested_svm_load_cr3()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1780 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd);
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c4196 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd) in kvm_mmu_new_pgd() function
4200 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd);
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c1133 kvm_mmu_new_pgd(vcpu, cr3); in nested_vmx_load_cr3()
/Linux-v5.15/arch/x86/kvm/
Dx86.c1141 kvm_mmu_new_pgd(vcpu, cr3); in kvm_set_cr3()