Searched refs:root_gfn (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/mmu/ |
| D | mmu.c | 3405 static int mmu_check_root(struct kvm_vcpu *vcpu, gfn_t root_gfn) in mmu_check_root() argument 3409 if (!kvm_vcpu_is_visible_gfn(vcpu, root_gfn)) { in mmu_check_root() 3479 gfn_t root_gfn, root_pgd; in mmu_alloc_shadow_roots() local 3485 root_gfn = root_pgd >> PAGE_SHIFT; in mmu_alloc_shadow_roots() 3487 if (mmu_check_root(vcpu, root_gfn)) in mmu_alloc_shadow_roots() 3519 root = mmu_alloc_root(vcpu, root_gfn, 0, in mmu_alloc_shadow_roots() 3562 root_gfn = pdptrs[i] >> PAGE_SHIFT; in mmu_alloc_shadow_roots() 3565 root = mmu_alloc_root(vcpu, root_gfn, i << 30, in mmu_alloc_shadow_roots()
|