Searched refs:ivpu_mmu_pgtable_free (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/accel/ivpu/ |
D | ivpu_mmu_context.c | 56 static void ivpu_mmu_pgtable_free(struct ivpu_device *vdev, u64 *cpu_addr, dma_addr_t dma_addr) in ivpu_mmu_pgtable_free() function 87 ivpu_mmu_pgtable_free(vdev, pte_dma_ptr, pte_dma); in ivpu_mmu_pgtables_free() 91 ivpu_mmu_pgtable_free(vdev, pmd_dma_ptr, pmd_dma); in ivpu_mmu_pgtables_free() 96 ivpu_mmu_pgtable_free(vdev, pud_dma_ptr, pud_dma); in ivpu_mmu_pgtables_free() 99 ivpu_mmu_pgtable_free(vdev, pgtable->pgd_dma_ptr, pgtable->pgd_dma); in ivpu_mmu_pgtables_free() 134 ivpu_mmu_pgtable_free(vdev, pud_dma_ptr, pud_dma); in ivpu_mmu_ensure_pud() 163 ivpu_mmu_pgtable_free(vdev, pmd_dma_ptr, pmd_dma); in ivpu_mmu_ensure_pmd()
|