Searched refs:gpummu (Results 1 – 1 of 1) sorted by relevance
31 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_map() local46 gpummu->table[idx++] = (addr + i) | prot_bits; in msm_gpummu_map()50 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_map()58 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_unmap() local63 gpummu->table[idx] = 0; in msm_gpummu_unmap()65 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_unmap()77 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_destroy() local79 dma_free_attrs(mmu->dev, TABLE_SIZE, gpummu->table, gpummu->pt_base, in msm_gpummu_destroy()82 kfree(gpummu); in msm_gpummu_destroy()95 struct msm_gpummu *gpummu; in msm_gpummu_new() local[all …]