Searched refs:kvm_mmu_new_pgd (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1570 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush,
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | nested.c | 389 kvm_mmu_new_pgd(vcpu, cr3, false, false); in nested_svm_load_cr3()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 3929 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush, in kvm_mmu_new_pgd() function 3935 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd);
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | nested.c | 1149 kvm_mmu_new_pgd(vcpu, cr3, true, true); in nested_vmx_load_cr3()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 1073 kvm_mmu_new_pgd(vcpu, cr3, skip_tlb_flush, skip_tlb_flush); in kvm_set_cr3()
|