Searched refs:swiotlb_free (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | swiotlb.h | 286 bool swiotlb_free(struct device *dev, struct page *page, size_t size); 297 static inline bool swiotlb_free(struct device *dev, struct page *page, in swiotlb_free() function
|
/linux/kernel/dma/ |
H A D | direct.c | 102 if (swiotlb_free(dev, page, size)) in __dma_direct_free_pages() 112 swiotlb_free(dev, page, size); in dma_direct_alloc_swiotlb()
|
H A D | swiotlb.c | 1778 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 | 318 Restricted pools add swiotlb_alloc() and swiotlb_free() APIs, which are called
|