Searched refs:pml4_root (Results 1 – 2 of 2) sorted by relevance
4122 if (WARN_ON_ONCE(!mmu->pml4_root)) { in mmu_alloc_shadow_roots()4126 mmu->pml4_root[0] = __pa(mmu->pae_root) | pm_mask; in mmu_alloc_shadow_roots()4133 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask; in mmu_alloc_shadow_roots()4163 mmu->root.hpa = __pa(mmu->pml4_root); in mmu_alloc_shadow_roots()4180 u64 *pml4_root = NULL; in mmu_alloc_special_roots() local4201 if (mmu->pae_root && mmu->pml4_root && (!need_pml5 || mmu->pml5_root)) in mmu_alloc_special_roots()4208 if (WARN_ON_ONCE(!tdp_enabled || mmu->pae_root || mmu->pml4_root || in mmu_alloc_special_roots()4221 pml4_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in mmu_alloc_special_roots()4222 if (!pml4_root) in mmu_alloc_special_roots()4233 mmu->pml4_root = pml4_root; in mmu_alloc_special_roots()[all …]
497 u64 *pml4_root; member