SPAGE_SIZE         41 drivers/iommu/exynos-iommu.c #define SPAGE_MASK (~(SPAGE_SIZE - 1))
SPAGE_SIZE        103 drivers/iommu/exynos-iommu.c #define spage_offs(iova) (iova & (SPAGE_SIZE - 1))
SPAGE_SIZE        106 drivers/iommu/exynos-iommu.c #define NUM_LV2ENTRIES (SECT_SIZE / SPAGE_SIZE)
SPAGE_SIZE        121 drivers/iommu/exynos-iommu.c #define SPAGES_PER_LPAGE (LPAGE_SIZE / SPAGE_SIZE)
SPAGE_SIZE        324 drivers/iommu/exynos-iommu.c 			iova += SPAGE_SIZE;
SPAGE_SIZE        333 drivers/iommu/exynos-iommu.c 			writel((iova & SPAGE_MASK) + (num_inv - 1) * SPAGE_SIZE,
SPAGE_SIZE       1017 drivers/iommu/exynos-iommu.c 	if (size == SPAGE_SIZE) {
SPAGE_SIZE       1169 drivers/iommu/exynos-iommu.c 		size = SPAGE_SIZE;
SPAGE_SIZE       1175 drivers/iommu/exynos-iommu.c 		size = SPAGE_SIZE;
SPAGE_SIZE       1336 drivers/iommu/exynos-iommu.c 	.pgsize_bitmap = SECT_SIZE | LPAGE_SIZE | SPAGE_SIZE,
SPAGE_SIZE        309 drivers/iommu/rockchip-iommu.c 		for (iova = iova_start; iova < iova_end; iova += SPAGE_SIZE)
SPAGE_SIZE        649 drivers/iommu/rockchip-iommu.c 	rk_iommu_zap_iova(rk_domain, iova, SPAGE_SIZE);
SPAGE_SIZE        650 drivers/iommu/rockchip-iommu.c 	if (size > SPAGE_SIZE)
SPAGE_SIZE        651 drivers/iommu/rockchip-iommu.c 		rk_iommu_zap_iova(rk_domain, iova + size - SPAGE_SIZE,
SPAGE_SIZE        652 drivers/iommu/rockchip-iommu.c 					SPAGE_SIZE);
SPAGE_SIZE        675 drivers/iommu/rockchip-iommu.c 	pt_dma = dma_map_single(dma_dev, page_table, SPAGE_SIZE, DMA_TO_DEVICE);
SPAGE_SIZE        698 drivers/iommu/rockchip-iommu.c 	unsigned int pte_total = size / SPAGE_SIZE;
SPAGE_SIZE        712 drivers/iommu/rockchip-iommu.c 	return pte_count * SPAGE_SIZE;
SPAGE_SIZE        720 drivers/iommu/rockchip-iommu.c 	unsigned int pte_total = size / SPAGE_SIZE;
SPAGE_SIZE        733 drivers/iommu/rockchip-iommu.c 		paddr += SPAGE_SIZE;
SPAGE_SIZE        750 drivers/iommu/rockchip-iommu.c 			    pte_count * SPAGE_SIZE);
SPAGE_SIZE        752 drivers/iommu/rockchip-iommu.c 	iova += pte_count * SPAGE_SIZE;
SPAGE_SIZE       1001 drivers/iommu/rockchip-iommu.c 					   SPAGE_SIZE, DMA_TO_DEVICE);
SPAGE_SIZE       1043 drivers/iommu/rockchip-iommu.c 					 SPAGE_SIZE, DMA_TO_DEVICE);
SPAGE_SIZE       1049 drivers/iommu/rockchip-iommu.c 			 SPAGE_SIZE, DMA_TO_DEVICE);