Home
last modified time | relevance | path

Searched refs:IOMMU_PAGE_OFFSET (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h55 #define IOMMU_PAGE_OFFSET (IOMMU_PAGE_SIZE - 1) macro
58 #define IOMMU_BTOPR(x) IOMMU_BTOP((x) + IOMMU_PAGE_OFFSET)
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c65 offset = (uint32_t)(uintptr_t)a & IOMMU_PAGE_OFFSET; in pci_fdvma_load()
H A Dpci_dma.c71 pg_off = dvma_addr & IOMMU_PAGE_OFFSET; /* offset in 1st pg */ in pci_sc_pg_inv()
576 offset = (ulong_t)vaddr & IOMMU_PAGE_OFFSET; in pci_dma_type()
1265 pg_offset &= IOMMU_PAGE_OFFSET; in pci_dma_adjust()
H A Dpci_iommu.c331 ASSERT(!(win_size & IOMMU_PAGE_OFFSET)); in iommu_map_window()