Searched refs:swiotlb_alloc (Results 1 – 4 of 4) sorted by relevance
292 struct page *swiotlb_alloc(struct device *dev, size_t size,303 static inline struct page *swiotlb_alloc(struct device *dev, size_t size, in swiotlb_alloc() function
107 struct page *page = swiotlb_alloc(dev, size, attrs); in dma_direct_alloc_swiotlb()
1941 struct page *swiotlb_alloc(struct device *dev, size_t size, unsigned long attrs) in swiotlb_alloc() function
321 Restricted pools add swiotlb_alloc() and swiotlb_free() APIs, which are called322 from the dma_alloc_*() and dma_free_*() APIs. The swiotlb_alloc/free() APIs