Searched refs:io_tlb_pool (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dswiotlb.h66 * struct io_tlb_pool - IO TLB memory pool descriptor
88 struct io_tlb_pool { struct
127 struct io_tlb_pool defpool;
148 struct io_tlb_pool *swiotlb_find_pool(struct device *dev, phys_addr_t paddr);
152 static inline struct io_tlb_pool *swiotlb_find_pool(struct device *dev,
/linux-master/kernel/dma/
H A Dswiotlb.c231 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool;
260 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool;
269 static void swiotlb_init_io_tlb_pool(struct io_tlb_pool *mem, phys_addr_t start,
306 static void add_mem_pool(struct io_tlb_mem *mem, struct io_tlb_pool *pool)
357 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool;
433 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool;
527 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool;
683 static struct io_tlb_pool *swiotlb_alloc_pool(struct device *dev,
687 struct io_tlb_pool *pool;
738 struct io_tlb_pool *poo
[all...]

Completed in 88 milliseconds