Lines Matching refs:pgprot
373 unsigned int pgprot; in msm_iommu_map() local
408 pgprot = sh ? FL_SHARED : 0; in msm_iommu_map()
409 pgprot |= tex & 0x01 ? FL_BUFFERABLE : 0; in msm_iommu_map()
410 pgprot |= tex & 0x02 ? FL_CACHEABLE : 0; in msm_iommu_map()
411 pgprot |= tex & 0x04 ? FL_TEX0 : 0; in msm_iommu_map()
413 pgprot = sh ? SL_SHARED : 0; in msm_iommu_map()
414 pgprot |= tex & 0x01 ? SL_BUFFERABLE : 0; in msm_iommu_map()
415 pgprot |= tex & 0x02 ? SL_CACHEABLE : 0; in msm_iommu_map()
416 pgprot |= tex & 0x04 ? SL_TEX0 : 0; in msm_iommu_map()
427 FL_SHARED | FL_NG | pgprot; in msm_iommu_map()
432 FL_TYPE_SECT | FL_SHARED | pgprot; in msm_iommu_map()
457 SL_SHARED | SL_TYPE_SMALL | pgprot; in msm_iommu_map()
464 SL_NG | SL_AP1 | SL_SHARED | SL_TYPE_LARGE | pgprot; in msm_iommu_map()