Searched refs:pgd_created (Results 1 – 9 of 9) sorted by relevance
20 if (vm->mmu.pgd_created) in virt_arch_pgd_alloc()29 vm->mmu.pgd_created = true; in virt_arch_pgd_alloc()152 if (!vm->mmu.pgd_created) in virt_arch_dump()
53 if (vm->mmu.pgd_created) in virt_arch_pgd_alloc()66 vm->mmu.pgd_created = true; in virt_arch_pgd_alloc()80 if (!vm->mmu.pgd_created) in virt_populate_pte()164 if (!vm->mmu.pgd_created) in virt_arch_dump()
69 if (vm->mmu.pgd_created) in virt_arch_pgd_alloc()75 vm->mmu.pgd_created = true; in virt_arch_pgd_alloc()127 if (!vm->mmu.pgd_created) in addr_arch_gva2gpa()179 if (!mmu->pgd_created) in virt_arch_dump()
115 if (vm->mmu.pgd_created) in virt_arch_pgd_alloc()121 vm->mmu.pgd_created = true; in virt_arch_pgd_alloc()188 if (!vm->mmu.pgd_created) in virt_get_pte_hva_at_level()264 if (!vm->mmu.pgd_created) in virt_arch_dump()
49 if (vm->stage2_mmu.pgd_created) in vcpu_alloc_svm()
119 if (vm->stage2_mmu.pgd_created) in vcpu_alloc_vmx()
166 if (!mmu->pgd_created) { in virt_mmu_init()168 mmu->pgd_created = true; in virt_mmu_init()416 if (!mmu->pgd_created) in virt_arch_dump()
1992 vm->mmu.pgd_created); in vm_dump()1993 if (vm->mmu.pgd_created) { in vm_dump()
92 bool pgd_created; member