Searched refs:BUS_DMA_NOCACHE (Results 1 – 13 of 13) sorted by relevance
99 #define BUS_DMA_NOCACHE 0x200 macro
103 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_NOCACHE, &dmah->map); in drm_pci_alloc()
419 ((sc->flags & ICH_DMA_NOCACHE) ? BUS_DMA_NOCACHE : 0), in ichchan_init()1061 ((sc->flags & ICH_DMA_NOCACHE) ? BUS_DMA_NOCACHE : 0), in ich_pci_attach()
85 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_NOCACHE, in agtiapi_typhAlloc()
414 if (flags & BUS_DMA_NOCACHE) in bus_dmamem_alloc()
1451 #define ARCMSR_DMA_ALLOC_FLAG (BUS_DMA_WAITOK | BUS_DMA_COHERENT | BUS_DMA_ZERO | BUS_DMA_NOCACHE)
383 if (flags & BUS_DMA_NOCACHE) in bounce_bus_dmamem_alloc()
413 if (flags & BUS_DMA_NOCACHE) in bounce_bus_dmamem_alloc()
515 if (flags & BUS_DMA_NOCACHE) in bounce_bus_dmamem_alloc()
504 attr = (flags & BUS_DMA_NOCACHE) != 0 ? VM_MEMATTR_UNCACHEABLE : in iommu_bus_dmamem_alloc()
641 ((sc->flags & HDAC_F_DMA_NOCACHE) ? BUS_DMA_NOCACHE : in hdac_dma_alloc()
1751 hda_get_dma_nocache(devinfo->dev) ? BUS_DMA_NOCACHE : in hdaa_channel_init()
1717 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_NOCACHE, in agtiapi_alloc_ostimem()