Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1605 linux_dma_map_phys_common(struct device *dev, vm_paddr_t phys, size_t len, in linux_dma_map_phys_common() function
1670 linux_dma_map_phys_common(struct device *dev __unused, vm_paddr_t phys, in linux_dma_map_phys_common() function
1685 dma = linux_dma_map_phys_common(dev, phys, len, priv->dmat); in lkpi_dma_map_phys()
1772 *dma_handle = linux_dma_map_phys_common(dev, vtophys(mem), size, in linux_dma_alloc_coherent()