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

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

Completed in 34 milliseconds