Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/iommu/
Diommu.c224 min_pagesz = 1 << __ffs(domain->ops->pgsize_bitmap); in iommu_map()
260 pgsize &= domain->ops->pgsize_bitmap; in iommu_map()
298 min_pagesz = 1 << __ffs(domain->ops->pgsize_bitmap); in iommu_unmap()
Dtegra-gart.c313 .pgsize_bitmap = GART_IOMMU_PGSIZES,
Dmsm_iommu.c681 .pgsize_bitmap = MSM_IOMMU_PGSIZES,
Dtegra-smmu.c858 .pgsize_bitmap = SMMU_IOMMU_PGSIZES,
Domap-iommu.c1207 .pgsize_bitmap = OMAP_IOMMU_PGSIZES,
Damd_iommu.c3301 .pgsize_bitmap = AMD_IOMMU_PGSIZES,
Dintel-iommu.c4195 .pgsize_bitmap = INTEL_IOMMU_PGSIZES,
/linux-3.4.99/include/linux/
Diommu.h78 unsigned long pgsize_bitmap; member