Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dmsm_iommu.c376 unsigned long *sl_pte; in msm_iommu_map() local
453 sl_pte = sl_table + sl_offset; in msm_iommu_map()
457 *sl_pte = (pa & SL_BASE_MASK_SMALL) | SL_AP0 | SL_AP1 | SL_NG | in msm_iommu_map()
464 *(sl_pte+i) = (pa & SL_BASE_MASK_LARGE) | SL_AP0 | in msm_iommu_map()
483 unsigned long *sl_pte; in msm_iommu_unmap() local
522 sl_pte = sl_table + sl_offset; in msm_iommu_unmap()
526 *(sl_pte+i) = 0; in msm_iommu_unmap()
530 *sl_pte = 0; in msm_iommu_unmap()