Searched refs:swiotlb_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | swiotlb.h | 70 void *swiotlb_alloc(struct device *hwdev, size_t size, dma_addr_t *dma_handle,
|
/Linux-v4.19/kernel/dma/ |
D | swiotlb.c | 1043 void *swiotlb_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, in swiotlb_alloc() function 1074 .alloc = swiotlb_alloc,
|
/Linux-v4.19/arch/arm64/mm/ |
D | dma-mapping.c | 115 ptr = swiotlb_alloc(dev, size, dma_handle, flags, attrs); in __dma_alloc()
|