Lines Matching refs:PAGE_MASK
112 handle & ~PAGE_MASK, size, dir); in arm_dma_unmap_page()
1293 size = PAGE_ALIGN((iova & ~PAGE_MASK) + size); in __iommu_remove_mapping()
1294 iova &= PAGE_MASK; in __iommu_remove_mapping()
1564 if (s->offset || (size & ~PAGE_MASK) || size + s->length > max) { in __iommu_map_sg()
1784 dma_addr_t iova = handle & PAGE_MASK; in arm_coherent_iommu_unmap_page()
1785 int offset = handle & ~PAGE_MASK; in arm_coherent_iommu_unmap_page()
1809 dma_addr_t iova = handle & PAGE_MASK; in arm_iommu_unmap_page()
1811 int offset = handle & ~PAGE_MASK; in arm_iommu_unmap_page()
1828 dma_addr_t iova = handle & PAGE_MASK; in arm_iommu_sync_single_for_cpu()
1830 unsigned int offset = handle & ~PAGE_MASK; in arm_iommu_sync_single_for_cpu()
1842 dma_addr_t iova = handle & PAGE_MASK; in arm_iommu_sync_single_for_device()
1844 unsigned int offset = handle & ~PAGE_MASK; in arm_iommu_sync_single_for_device()