Searched refs:pml5_root (Results 1 – 2 of 2) sorted by relevance
4126 if (WARN_ON_ONCE(!mmu->pml5_root)) { in mmu_alloc_shadow_roots()4130 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask; in mmu_alloc_shadow_roots()4158 mmu->root.hpa = __pa(mmu->pml5_root); in mmu_alloc_shadow_roots()4176 u64 *pml5_root = NULL; in mmu_alloc_special_roots() local4198 if (mmu->pae_root && mmu->pml4_root && (!need_pml5 || mmu->pml5_root)) in mmu_alloc_special_roots()4206 (need_pml5 && mmu->pml5_root))) in mmu_alloc_special_roots()4223 pml5_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in mmu_alloc_special_roots()4224 if (!pml5_root) in mmu_alloc_special_roots()4231 mmu->pml5_root = pml5_root; in mmu_alloc_special_roots()6626 free_page((unsigned long)mmu->pml5_root); in free_mmu_pages()
498 u64 *pml5_root; member