Searched refs:root_gfn (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/mmu/ |
| D | mmu.c | 3214 static int mmu_check_root(struct kvm_vcpu *vcpu, gfn_t root_gfn) in mmu_check_root() argument 3218 if (!kvm_vcpu_is_visible_gfn(vcpu, root_gfn)) { in mmu_check_root() 3286 gfn_t root_gfn, root_pgd; in mmu_alloc_shadow_roots() local 3291 root_gfn = root_pgd >> PAGE_SHIFT; in mmu_alloc_shadow_roots() 3293 if (mmu_check_root(vcpu, root_gfn)) in mmu_alloc_shadow_roots() 3303 root = mmu_alloc_root(vcpu, root_gfn, 0, in mmu_alloc_shadow_roots() 3328 root_gfn = pdptr >> PAGE_SHIFT; in mmu_alloc_shadow_roots() 3329 if (mmu_check_root(vcpu, root_gfn)) in mmu_alloc_shadow_roots() 3333 root = mmu_alloc_root(vcpu, root_gfn, i << 30, in mmu_alloc_shadow_roots()
|