Lines Matching refs:PAGE_MASK
111 handle & ~PAGE_MASK, size, dir); in arm_dma_unmap_page()
1281 size = PAGE_ALIGN((iova & ~PAGE_MASK) + size); in __iommu_remove_mapping()
1282 iova &= PAGE_MASK; in __iommu_remove_mapping()
1552 if (s->offset || (size & ~PAGE_MASK) || size + s->length > max) { in __iommu_map_sg()
1772 dma_addr_t iova = handle & PAGE_MASK; in arm_coherent_iommu_unmap_page()
1773 int offset = handle & ~PAGE_MASK; in arm_coherent_iommu_unmap_page()
1797 dma_addr_t iova = handle & PAGE_MASK; in arm_iommu_unmap_page()
1799 int offset = handle & ~PAGE_MASK; in arm_iommu_unmap_page()
1816 dma_addr_t iova = handle & PAGE_MASK; in arm_iommu_sync_single_for_cpu()
1818 unsigned int offset = handle & ~PAGE_MASK; in arm_iommu_sync_single_for_cpu()
1830 dma_addr_t iova = handle & PAGE_MASK; in arm_iommu_sync_single_for_device()
1832 unsigned int offset = handle & ~PAGE_MASK; in arm_iommu_sync_single_for_device()