Searched refs:pml4_root (Results 1 – 2 of 2) sorted by relevance
3789 if (WARN_ON_ONCE(!mmu->pml4_root)) { in mmu_alloc_shadow_roots()3793 mmu->pml4_root[0] = __pa(mmu->pae_root) | pm_mask; in mmu_alloc_shadow_roots()3800 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask; in mmu_alloc_shadow_roots()3830 mmu->root.hpa = __pa(mmu->pml4_root); in mmu_alloc_shadow_roots()3847 u64 *pml4_root = NULL; in mmu_alloc_special_roots() local3875 if (WARN_ON_ONCE(!tdp_enabled || mmu->pae_root || mmu->pml4_root || in mmu_alloc_special_roots()3888 pml4_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in mmu_alloc_special_roots()3889 if (!pml4_root) in mmu_alloc_special_roots()3900 mmu->pml4_root = pml4_root; in mmu_alloc_special_roots()3907 free_page((unsigned long)pml4_root); in mmu_alloc_special_roots()[all …]
467 u64 *pml4_root; member
Completed in 26 milliseconds