Searched refs:IOMMU_PAGEOFFSET (Results 1 – 2 of 2) sorted by relevance
62 #define IOMMU_PAGEOFFSET (IOMMU_PAGESIZE - 1) macro119 ((((ioaddr_t)(x) + IOMMU_PAGEOFFSET) >> IOMMU_PAGESHIFT))
363 ioaddr_t ioaddr = mp->dmai_mapping & ~IOMMU_PAGEOFFSET; in iommu_remove_mappings()377 ioaddr = mp->dmai_mapping & ~IOMMU_PAGEOFFSET; in iommu_remove_mappings()440 offset = (uint_t)(mp->dmai_mapping & IOMMU_PAGEOFFSET); in iommu_create_vaddr_mappings()442 ioaddr = (ioaddr_t)(mp->dmai_mapping & ~IOMMU_PAGEOFFSET); in iommu_create_vaddr_mappings()591 offset = (uint_t)(mp->dmai_mapping & IOMMU_PAGEOFFSET); in iommu_create_pp_mappings()593 ioaddr = (ioaddr_t)(mp->dmai_mapping & ~IOMMU_PAGEOFFSET); in iommu_create_pp_mappings()891 offset = addr & IOMMU_PAGEOFFSET; in iommu_dma_bindhdl()1073 addr & ~IOMMU_PAGEOFFSET); in iommu_dma_bindhdl()1134 addr = (ioaddr_t)(mp->dmai_mapping & ~IOMMU_PAGEOFFSET); in iommu_dma_unbindhdl()1200 offset = mp->dmai_mapping & IOMMU_PAGEOFFSET; in iommu_dma_win()[all …]