Home
last modified time | relevance | path

Searched refs:sl_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/iommu/
Dmsm_iommu.c101 void *sl_table = __va(fl_table[i] & in __flush_iotlb() local
103 dmac_flush_range(sl_table, sl_table + SZ_4K); in __flush_iotlb()
375 unsigned long *sl_table; in msm_iommu_map() local
451 sl_table = (unsigned long *) __va(((*fl_pte) & FL_BASE_MASK)); in msm_iommu_map()
453 sl_pte = sl_table + sl_offset; in msm_iommu_map()
482 unsigned long *sl_table; in msm_iommu_unmap() local
520 sl_table = (unsigned long *) __va(((*fl_pte) & FL_BASE_MASK)); in msm_iommu_unmap()
522 sl_pte = sl_table + sl_offset; in msm_iommu_unmap()
536 if (sl_table[i]) in msm_iommu_unmap()
539 free_page((unsigned long)sl_table); in msm_iommu_unmap()