Searched refs:kvm_mmu_new_pgd (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | kvm_host.h | 1568 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/ |
D | nested.c | 389 kvm_mmu_new_pgd(vcpu, cr3, false, false); in nested_svm_load_cr3()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
D | mmu.c | 3916 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/ |
D | nested.c | 1149 kvm_mmu_new_pgd(vcpu, cr3, true, true); in nested_vmx_load_cr3()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | x86.c | 1066 kvm_mmu_new_pgd(vcpu, cr3, skip_tlb_flush, skip_tlb_flush); in kvm_set_cr3()
|