Searched refs:gpummu (Results 1 – 1 of 1) sorted by relevance
38 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_map() local52 gpummu->table[idx] = addr | prot_bits; in msm_gpummu_map()58 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_map()66 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_unmap() local71 gpummu->table[idx] = 0; in msm_gpummu_unmap()73 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_unmap()81 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_destroy() local83 dma_free_attrs(mmu->dev, TABLE_SIZE, gpummu->table, gpummu->pt_base, in msm_gpummu_destroy()86 kfree(gpummu); in msm_gpummu_destroy()99 struct msm_gpummu *gpummu; in msm_gpummu_new() local[all …]