Searched refs:pmd_ptrs (Results 1 – 2 of 2) sorted by relevance
107 pmd_dma_ptr = pgtable->pmd_ptrs[pgd_idx][pud_idx]; in ivpu_mmu_pgtables_free()115 pte_dma = pgtable->pmd_ptrs[pgd_idx][pud_idx][pmd_idx]; in ivpu_mmu_pgtables_free()124 kfree(pgtable->pmd_ptrs[pgd_idx]); in ivpu_mmu_pgtables_free()166 drm_WARN_ON(&vdev->drm, pgtable->pmd_ptrs[pgd_idx]); in ivpu_mmu_ensure_pud()167 pgtable->pmd_ptrs[pgd_idx] = kzalloc(IVPU_MMU_PGTABLE_SIZE, GFP_KERNEL); in ivpu_mmu_ensure_pud()168 if (!pgtable->pmd_ptrs[pgd_idx]) in ivpu_mmu_ensure_pud()182 kfree(pgtable->pmd_ptrs[pgd_idx]); in ivpu_mmu_ensure_pud()193 u64 *pmd_dma_ptr = pgtable->pmd_ptrs[pgd_idx][pud_idx]; in ivpu_mmu_ensure_pmd()208 pgtable->pmd_ptrs[pgd_idx][pud_idx] = pmd_dma_ptr; in ivpu_mmu_ensure_pmd()233 pgtable->pmd_ptrs[pgd_idx][pud_idx][pmd_idx] = pte_dma | IVPU_MMU_ENTRY_VALID; in ivpu_mmu_ensure_pte()
19 u64 **pmd_ptrs[IVPU_MMU_PGTABLE_ENTRIES]; member
Completed in 11 milliseconds