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()150 if (!vm->mmu.pgd_created) in virt_arch_dump()
54 if (vm->mmu.pgd_created) in virt_arch_pgd_alloc()67 vm->mmu.pgd_created = true; in virt_arch_pgd_alloc()81 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()126 if (!vm->mmu.pgd_created) in addr_arch_gva2gpa()178 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()187 if (!vm->mmu.pgd_created) in virt_get_pte_hva_at_level()263 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()
168 if (!mmu->pgd_created) { in virt_mmu_init()170 mmu->pgd_created = true; in virt_mmu_init()415 if (!mmu->pgd_created) in virt_arch_dump()
1915 vm->mmu.pgd_created); in vm_dump()1916 if (vm->mmu.pgd_created) { in vm_dump()
92 bool pgd_created; member