Lines Matching refs:pgprot
378 unsigned int pgprot; in msm_iommu_map() local
409 pgprot = sh ? FL_SHARED : 0; in msm_iommu_map()
410 pgprot |= tex & 0x01 ? FL_BUFFERABLE : 0; in msm_iommu_map()
411 pgprot |= tex & 0x02 ? FL_CACHEABLE : 0; in msm_iommu_map()
412 pgprot |= tex & 0x04 ? FL_TEX0 : 0; in msm_iommu_map()
414 pgprot = sh ? SL_SHARED : 0; in msm_iommu_map()
415 pgprot |= tex & 0x01 ? SL_BUFFERABLE : 0; in msm_iommu_map()
416 pgprot |= tex & 0x02 ? SL_CACHEABLE : 0; in msm_iommu_map()
417 pgprot |= tex & 0x04 ? SL_TEX0 : 0; in msm_iommu_map()
428 FL_SHARED | FL_NG | pgprot; in msm_iommu_map()
433 FL_TYPE_SECT | FL_SHARED | pgprot; in msm_iommu_map()
458 SL_SHARED | SL_TYPE_SMALL | pgprot; in msm_iommu_map()
465 SL_NG | SL_AP1 | SL_SHARED | SL_TYPE_LARGE | pgprot; in msm_iommu_map()