Home
last modified time | relevance | path

Searched refs:DMP_NOSYNC (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c154 if ((hp->dmai_rflags & DMP_NOSYNC) == DMP_NOSYNC) in fc_ddi_dma_sync()
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c456 mp->dmai_rflags |= DMP_NOSYNC; in iommu_create_vaddr_mappings()
603 mp->dmai_rflags |= DMP_NOSYNC; in iommu_create_pp_mappings()
996 mp->dmai_rflags |= DMP_NOSYNC; in iommu_dma_bindhdl()
1544 mp->dmai_rflags |= DMP_NOSYNC; in iommu_dvma_kaddr_load()
1630 if ((mp->dmai_rflags & DMP_NOSYNC) != DMP_NOSYNC) { in iommu_dvma_unload()
1649 if ((mp->dmai_rflags & DMP_NOSYNC) == DMP_NOSYNC) in iommu_dvma_sync()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c129 printf("#define\tDMP_NOSYNC\t0x%x\n", DMP_NOSYNC); in main()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c125 printf("#define\tDMP_NOSYNC 0x%x\n", DMP_NOSYNC); in main()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fdvma.c199 mp->dmai_rflags = DMP_BYPASSNEXUS | DDI_DMA_READ | DMP_NOSYNC; in px_fdvma_reserve()
H A Dpx_dma.c400 mp->dmai_rflags |= DMP_NOSYNC; in px_dma_type()
1230 mp->dmai_rflags |= DDI_DMA_CONSISTENT | DMP_NOSYNC; in px_dma_physwin()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c232 mp->dmai_rflags |= DMP_NOSYNC; in pci_dma_handle_clean()
526 req_flags |= DMP_NOSYNC; in pci_dma_consist_check()
564 mp->dmai_flags |= mp->dmai_rflags & DMP_NOSYNC ? DMAI_FLAGS_NOSYNC : 0; in pci_dma_type()
1410 mp->dmai_rflags |= DMP_NOSYNC; in pci_dma_physwin()
H A Dpci_fdvma.c254 (mp->dmai_rflags & DMP_NOSYNC ? DMAI_FLAGS_NOSYNC : 0); in pci_fdvma_reserve()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.S183 sethi %hi(DMP_NOSYNC), %o5
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h971 #define DMP_NOSYNC (DMP_NODEVSYNC|DMP_NOCPUSYNC) macro
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c739 mp->dmai_rflags = dmareq->dmar_flags & DMP_DDIFLAGS | DMP_NOSYNC; in niumx_dma_bindhdl()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2024 hp->dmai_rflags |= DMP_NOSYNC; in rootnex_coredma_bindhdl()
2133 hp->dmai_rflags |= DMP_NOSYNC; in rootnex_coredma_bindhdl()
3429 hp->dmai_rflags &= ~DMP_NOSYNC; in rootnex_setup_copybuf()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3597 mp->dmai_rflags &= ~DMP_NOSYNC; in bofi_dma_bindhdl()
3826 mp->dmai_rflags &= ~DMP_NOSYNC; in bofi_dma_win()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c796 if ((hp->dmai_rflags & DMP_NOSYNC) == DMP_NOSYNC) in ddi_dma_sync()