Searched refs:swiotlb_free (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | swiotlb.h | 294 bool swiotlb_free(struct device *dev, struct page *page, size_t size); 308 static inline bool swiotlb_free(struct device *dev, struct page *page, in swiotlb_free() function
|
| /linux/kernel/dma/ |
| H A D | direct.c | 110 swiotlb_free(dev, page, size); in dma_direct_alloc_swiotlb() 352 if (!swiotlb_free(dev, page, size)) in dma_direct_alloc()
|
| H A D | swiotlb.c | 1971 bool swiotlb_free(struct device *dev, struct page *page, size_t size) in swiotlb_free() function
|
| /linux/Documentation/core-api/ |
| H A D | swiotlb.rst | 321 Restricted pools add swiotlb_alloc() and swiotlb_free() APIs, which are called
|