Home
last modified time | relevance | path

Searched refs:root_gfn (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c3205 static int mmu_check_root(struct kvm_vcpu *vcpu, gfn_t root_gfn) in mmu_check_root() argument
3209 if (!kvm_vcpu_is_visible_gfn(vcpu, root_gfn)) { in mmu_check_root()
3277 gfn_t root_gfn, root_pgd; in mmu_alloc_shadow_roots() local
3282 root_gfn = root_pgd >> PAGE_SHIFT; in mmu_alloc_shadow_roots()
3284 if (mmu_check_root(vcpu, root_gfn)) in mmu_alloc_shadow_roots()
3294 root = mmu_alloc_root(vcpu, root_gfn, 0, in mmu_alloc_shadow_roots()
3333 root_gfn = pdptr >> PAGE_SHIFT; in mmu_alloc_shadow_roots()
3334 if (mmu_check_root(vcpu, root_gfn)) in mmu_alloc_shadow_roots()
3338 root = mmu_alloc_root(vcpu, root_gfn, i << 30, in mmu_alloc_shadow_roots()