Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1422 linux_dma_map_phys_common(struct device *dev, vm_paddr_t phys, size_t len, in linux_dma_map_phys_common() function
1482 linux_dma_map_phys_common(struct device *dev __unused, vm_paddr_t phys, in linux_dma_map_phys_common() function
1495 return (linux_dma_map_phys_common(dev, phys, len, priv->dmat)); in linux_dma_map_phys()
1555 *dma_handle = linux_dma_map_phys_common(dev, vtophys(mem), size, in linux_dma_alloc_coherent()