Searched refs:swiotlb_alloc (Results 1 – 4 of 4) sorted by relevance
285 struct page *swiotlb_alloc(struct device *dev, size_t size);293 static inline struct page *swiotlb_alloc(struct device *dev, size_t size) in swiotlb_alloc() function
109 struct page *page = swiotlb_alloc(dev, size); in dma_direct_alloc_swiotlb()
1751 struct page *swiotlb_alloc(struct device *dev, size_t size) in swiotlb_alloc() function
318 Restricted pools add swiotlb_alloc() and swiotlb_free() APIs, which are called319 from the dma_alloc_*() and dma_free_*() APIs. The swiotlb_alloc/free() APIs