Searched refs:root_gfn (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | mmu.c | 3518 static int mmu_check_root(struct kvm_vcpu *vcpu, gfn_t root_gfn) in mmu_check_root() argument 3522 if (!kvm_vcpu_is_visible_gfn(vcpu, root_gfn)) { in mmu_check_root() 3660 gfn_t root_gfn, root_pgd; in mmu_alloc_shadow_roots() local 3665 root_gfn = root_pgd >> PAGE_SHIFT; in mmu_alloc_shadow_roots() 3667 if (mmu_check_root(vcpu, root_gfn)) in mmu_alloc_shadow_roots() 3699 root = mmu_alloc_root(vcpu, root_gfn, 0, in mmu_alloc_shadow_roots() 3742 root_gfn = pdptrs[i] >> PAGE_SHIFT; in mmu_alloc_shadow_roots() 3753 root = mmu_alloc_root(vcpu, root_gfn, quadrant, PT32_ROOT_LEVEL); in mmu_alloc_shadow_roots()
|