Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddma-map-ops.h415 bool arch_dma_unmap_page_direct(struct device *dev, dma_addr_t dma_handle);
422 #define arch_dma_unmap_page_direct(d, a) (false) macro
/openbmc/linux/arch/powerpc/kernel/
H A Ddma-iommu.c27 bool arch_dma_unmap_page_direct(struct device *dev, dma_addr_t dma_handle) in arch_dma_unmap_page_direct() function
/openbmc/linux/kernel/dma/
H A Dmapping.c178 arch_dma_unmap_page_direct(dev, addr + size)) in dma_unmap_page_attrs()