| H A D | mmu.c | 5175 gpa_t new_pgd, in cached_root_find_and_keep_current() 5180 if (is_root_usable(&mmu->root, new_pgd, new_role)) in cached_root_find_and_keep_current() 5193 if (is_root_usable(&mmu->root, new_pgd, new_role)) in cached_root_find_without_current() 5209 gpa_t new_pgd, in cached_root_find_without_current() 5215 if (is_root_usable(&mmu->prev_roots[i], new_pgd, new_role)) in fast_pgd_switch() 5230 gpa_t new_pgd, union kvm_mmu_page_role new_role) in kvm_mmu_new_pgd() 5240 return cached_root_find_and_keep_current(kvm, mmu, new_pgd, new_role); in kvm_mmu_new_pgd() 5242 return cached_root_find_without_current(kvm, mmu, new_pgd, new_role); in kvm_mmu_new_pgd() 5245 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd) in kvm_mmu_new_pgd() 5254 if (!fast_pgd_switch(vcpu->kvm, mmu, new_pgd, new_rol in kvm_mmu_new_pgd() 5158 cached_root_find_and_keep_current(struct kvm * kvm,struct kvm_mmu * mmu,gpa_t new_pgd,union kvm_mmu_page_role new_role) cached_root_find_and_keep_current() argument 5192 cached_root_find_without_current(struct kvm * kvm,struct kvm_mmu * mmu,gpa_t new_pgd,union kvm_mmu_page_role new_role) cached_root_find_without_current() argument 5213 fast_pgd_switch(struct kvm * kvm,struct kvm_mmu * mmu,gpa_t new_pgd,union kvm_mmu_page_role new_role) fast_pgd_switch() argument 5228 kvm_mmu_new_pgd(struct kvm_vcpu * vcpu,gpa_t new_pgd) kvm_mmu_new_pgd() argument [all...] |