Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent_mask (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Ddma-mapping.h91 static inline unsigned long dma_alloc_coherent_mask(struct device *dev, in dma_alloc_coherent_mask() function
105 unsigned long dma_mask = dma_alloc_coherent_mask(dev, gfp); in dma_alloc_coherent_gfp_flags()
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c87 dma_mask = dma_alloc_coherent_mask(dev, flag); in dma_generic_alloc_coherent()
/linux-4.4.14/drivers/xen/
Dswiotlb-xen.c57 static unsigned long dma_alloc_coherent_mask(struct device *dev, in dma_alloc_coherent_mask() function
324 dma_mask = dma_alloc_coherent_mask(hwdev, flags); in xen_swiotlb_alloc_coherent()