Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h274 #define PCI_GET_MP_PFN(mp, page_no) ((mp)->dmai_ndvmapages == 1 ? \ macro
288 #define GET_TTE_TEMPLATE(mp) MAKE_TTE_TEMPLATE(PCI_GET_MP_PFN((mp), 0), (mp))
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c282 iopfn_t pfn = PCI_GET_MP_PFN(mp, i); in iommu_map_pages()
H A Dpci_dma.c1182 iopfn_t pfn = PCI_GET_MP_PFN(mp, start_idx); in pci_dma_newwin()
1334 iopfn_t pfn = PCI_GET_MP_PFN(mp, 0); in pci_dma_physwin()
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1320 #define PCI_GET_MP_PFN(mp, page_no) ((mp)->dmai_ndvmapages == 1 ? \ macro
1344 comp_pfn = PCI_GET_MP_PFN(mp, page); in impl_dma_check()