Symbol: IOMMU_PAGE_SIZE
usr/src/uts/sun4u/io/pci/pci.c
1261
*((ulong_t *)result) = IOMMU_PAGE_SIZE;
usr/src/uts/sun4u/io/pci/pci_dma.c
1005
IOMMU_PAGE_SIZE, sleep);
usr/src/uts/sun4u/io/pci/pci_dma.c
1013
MAX(mp->dmai_attr.dma_attr_align, IOMMU_PAGE_SIZE),
usr/src/uts/sun4u/io/pci/pci_dma.c
1267
pg_offset = IOMMU_PAGE_SIZE - pg_offset;
usr/src/uts/sun4u/io/pci/pci_dma.c
1347
if (dev_attr_p->dma_attr_align > IOMMU_PAGE_SIZE)
usr/src/uts/sun4u/io/pci/pci_dma.c
1648
vmem_free(map_p, base_addr, IOMMU_PAGE_SIZE);
usr/src/uts/sun4u/io/pci/pci_dma.c
457
if (align && (align > IOMMU_PAGE_SIZE))
usr/src/uts/sun4u/io/pci/pci_dma.c
464
align = MAX(align, IOMMU_PAGE_SIZE) - 1;
usr/src/uts/sun4u/io/pci/pci_dma.c
590
IOMMU_PAGE_SIZE - offset, flags, mp, &pfn0,
usr/src/uts/sun4u/io/pci/pci_dma.c
712
IOMMU_PAGE_SIZE) & IOMMU_PAGE_MASK);
usr/src/uts/sun4u/io/pci/pci_dma.c
718
for (vaddr = sva, i = 1; i < npages; i++, vaddr += IOMMU_PAGE_SIZE) {
usr/src/uts/sun4u/io/pci/pci_dma.c
728
IOMMU_PAGE_SIZE, flags, mp, &pfn,
usr/src/uts/sun4u/io/pci/pci_dma.c
76
for (; len; len--, dvma_addr += IOMMU_PAGE_SIZE) {
usr/src/uts/sun4u/io/pci/pci_dma.c
842
uint32_t redzone_sz = HAS_REDZONE(mp) ? IOMMU_PAGE_SIZE : 0;
usr/src/uts/sun4u/io/pci/pci_dma.c
850
mp->dmai_winsize = IOMMU_PAGE_SIZE;
usr/src/uts/sun4u/io/pci/pci_dma.c
880
mp->dmai_winsize = P2ROUNDUP(xfer_sz + pg_off, IOMMU_PAGE_SIZE);
usr/src/uts/sun4u/io/pci/pci_fdvma.c
225
IOMMU_PTOB(npages), IOMMU_PAGE_SIZE, 0,
usr/src/uts/sun4u/io/pci/pci_fdvma.c
259
mp->dmai_size = npages * IOMMU_PAGE_SIZE;
usr/src/uts/sun4u/io/pci/pci_fdvma.c
93
for (i = 0, a = baseaddr; i < npages; i++, a += IOMMU_PAGE_SIZE) {
usr/src/uts/sun4u/io/pci/pci_fdvma.c
98
IOMMU_PAGE_SIZE, flags, mp, &pfn,
usr/src/uts/sun4u/io/pci/pci_iommu.c
101
- (tsb_entries * IOMMU_PAGE_SIZE);
usr/src/uts/sun4u/io/pci/pci_iommu.c
156
IOMMU_PTOB(tsb_entries) - cache_size, IOMMU_PAGE_SIZE,
usr/src/uts/sun4u/io/pci/pci_iommu.c
157
NULL, NULL, NULL, IOMMU_PAGE_SIZE, VM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_iommu.c
536
(void) vmem_xalloc(iommu_p->iommu_dvma_map, IOMMU_PAGE_SIZE,
usr/src/uts/sun4u/io/pci/pci_iommu.c
537
IOMMU_PAGE_SIZE, 0, 0, va, va + IOMMU_PAGE_SIZE,
usr/src/uts/sun4u/io/pci/pci_reloc.c
238
for (i = 0; i < npages; i++, kvaddr += IOMMU_PAGE_SIZE) {
usr/src/uts/sun4u/io/pci/pci_reloc.c
357
i++, kva += IOMMU_PAGE_SIZE)
usr/src/uts/sun4u/io/pci/pci_reloc.c
358
hat_delete_callback(kva, IOMMU_PAGE_SIZE, mp, HAC_PAGELOCK,
usr/src/uts/sun4u/io/pci/pci_reloc.c
84
hat_delete_callback(vaddr, IOMMU_PAGE_SIZE - offset, mp, HAC_PAGELOCK,
usr/src/uts/sun4u/io/pci/pci_reloc.c
86
vaddr = (caddr_t)(((uintptr_t)vaddr + IOMMU_PAGE_SIZE) &
usr/src/uts/sun4u/io/pci/pci_reloc.c
89
hat_delete_callback(vaddr, IOMMU_PAGE_SIZE, mp, HAC_PAGELOCK,
usr/src/uts/sun4u/io/pci/pci_reloc.c
91
vaddr += IOMMU_PAGE_SIZE;
usr/src/uts/sun4u/sys/pci/pci_iommu.h
54
#define IOMMU_PAGE_MASK ~(IOMMU_PAGE_SIZE - 1)
usr/src/uts/sun4u/sys/pci/pci_iommu.h
55
#define IOMMU_PAGE_OFFSET (IOMMU_PAGE_SIZE - 1)