Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h150 #define PCI_DMA_ISMAPPED(mp) ((mp)->dmai_flags & DMAI_FLAGS_MAPPED) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c376 if (!PCI_DMA_ISMAPPED(mp)) in pci_common_prerelocator()