Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1568 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush,
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dnested.c389 kvm_mmu_new_pgd(vcpu, cr3, false, false); in nested_svm_load_cr3()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c3916 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush, in kvm_mmu_new_pgd() function
3922 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd);
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c1149 kvm_mmu_new_pgd(vcpu, cr3, true, true); in nested_vmx_load_cr3()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c1066 kvm_mmu_new_pgd(vcpu, cr3, skip_tlb_flush, skip_tlb_flush); in kvm_set_cr3()