Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddma-map-ops.h195 void *dma_alloc_from_global_coherent(struct device *dev, ssize_t size,
202 static inline void *dma_alloc_from_global_coherent(struct device *dev, in dma_alloc_from_global_coherent() function
/openbmc/linux/kernel/dma/
H A Dcoherent.c282 void *dma_alloc_from_global_coherent(struct device *dev, ssize_t size, in dma_alloc_from_global_coherent() function
H A Ddirect.c239 return dma_alloc_from_global_coherent(dev, size, in dma_direct_alloc()