Searched refs:swiotlb_tbl_unmap_single (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/lib/ |
D | swiotlb.c | 496 swiotlb_tbl_unmap_single(struct device *hwdev, char *dma_addr, size_t size, in swiotlb_tbl_unmap_single() function 535 EXPORT_SYMBOL_GPL(swiotlb_tbl_unmap_single); 607 swiotlb_tbl_unmap_single(hwdev, ret, size, DMA_TO_DEVICE); in swiotlb_alloc_coherent() 626 swiotlb_tbl_unmap_single(hwdev, vaddr, size, DMA_TO_DEVICE); in swiotlb_free_coherent() 695 swiotlb_tbl_unmap_single(dev, map, size, dir); in swiotlb_map_page() 719 swiotlb_tbl_unmap_single(hwdev, phys_to_virt(paddr), size, dir); in unmap_single()
|
/linux-3.4.99/include/linux/ |
D | swiotlb.h | 40 extern void swiotlb_tbl_unmap_single(struct device *hwdev, char *dma_addr,
|
/linux-3.4.99/drivers/xen/ |
D | swiotlb-xen.c | 319 swiotlb_tbl_unmap_single(dev, map, size, dir); in xen_swiotlb_map_page() 343 swiotlb_tbl_unmap_single(hwdev, phys_to_virt(paddr), size, dir); in xen_unmap_single()
|