Home
last modified time | relevance | path

Searched refs:__swiotlb_find_pool (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dswiotlb.h128 struct io_tlb_pool *__swiotlb_find_pool(struct device *dev, phys_addr_t paddr);
157 * dev->dma_uses_io_tlb here and mem->pools in __swiotlb_find_pool(). in swiotlb_find_pool()
163 return __swiotlb_find_pool(dev, paddr); in swiotlb_find_pool()
/linux/kernel/dma/
H A Dswiotlb.c766 * __swiotlb_find_pool() - find the IO TLB pool for a physical address
777 struct io_tlb_pool *__swiotlb_find_pool(struct device *dev, phys_addr_t paddr) in __swiotlb_find_pool() function