Searched refs:dma_direct_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| A D | dma-direct.h | 137 void *dma_direct_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle,
|
| /linux/drivers/xen/ |
| A D | swiotlb-xen.c | 407 .alloc = dma_direct_alloc,
|
| /linux/arch/x86/kernel/ |
| A D | amd_gart_64.c | 469 vaddr = dma_direct_alloc(dev, size, dma_addr, flag, attrs); in gart_alloc_coherent()
|
| /linux/kernel/dma/ |
| A D | direct.c | 207 void *dma_direct_alloc(struct device *dev, size_t size, in dma_direct_alloc() function
|
| A D | mapping.c | 614 cpu_addr = dma_direct_alloc(dev, size, dma_handle, flag, attrs); in dma_alloc_attrs()
|
Completed in 14 milliseconds