Home
last modified time | relevance | path

Searched refs:OBJSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c344 #define OBJSIZE dmareq->dmar_object.dmao_size macro
893 npages = iommu_btopr(OBJSIZE + offset); in iommu_dma_bindhdl()
897 npages, addr, offset, OBJSIZE)); in iommu_dma_bindhdl()
908 npages = iommu_btopr(OBJSIZE + offset); in iommu_dma_bindhdl()
925 if (size != OBJSIZE) { in iommu_dma_bindhdl()
946 "%lx sz %x\n", OBJSIZE, npages, size)); in iommu_dma_bindhdl()
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c705 #define OBJSIZE dmareq->dmar_object.dmao_size macro