Searched refs:defpool (Results 1 – 2 of 2) sorted by relevance
89 * @defpool: Default (initial) IO TLB memory pool descriptor.109 struct io_tlb_pool defpool; member 165 if (paddr >= mem->defpool.start && paddr < mem->defpool.end) in swiotlb_find_pool() 166 return &mem->defpool; in swiotlb_find_pool()
231 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_print_info() 260 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_update_mem_attributes() 357 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_init_remap() 433 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_init_late() 527 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_exit() 1265 *retpool = pool = &dev->dma_io_tlb_mem->defpool; in swiotlb_find_slots() 1338 return mem_pool_used(&mem->defpool); in mem_used() 1646 return io_tlb_default_mem.defpool.start; in default_swiotlb_base() 1659 return io_tlb_default_mem.defpool.end - 1; in default_swiotlb_limit() 1817 pool = &mem->defpool; in rmem_swiotlb_device_init() [all...]