Home
last modified time | relevance | path

Searched defs:dma_free_coherent (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Ddma-mapping.h20 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/openbmc/u-boot/arch/riscv/include/asm/
H A Ddma-mapping.h22 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/openbmc/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h20 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/openbmc/linux/tools/virtio/linux/
H A Ddma-mapping.h22 #define dma_free_coherent(d, s, p, h) kfree(p) macro
/openbmc/linux/include/linux/
H A Ddma-mapping.h430 static inline void dma_free_coherent(struct device *dev, size_t size, in dma_free_coherent() function