Searched refs:DMAI_FLAGS_RELOC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h131 #define DMAI_FLAGS_RELOC 0x8000 macro
149 #define PCI_DMA_CANRELOC(mp) ((mp)->dmai_flags & DMAI_FLAGS_RELOC)
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c101 mp->dmai_flags |= DMAI_FLAGS_RELOC;
H A Dpci_reloc.c93 mp->dmai_flags &= ~DMAI_FLAGS_RELOC;
H A Dpci_dma.c600 mp->dmai_flags |= DMAI_FLAGS_RELOC;

Completed in 68 milliseconds