Searched refs:io_tlb_start (Results 1 – 4 of 4) sorted by relevance
71 phys_addr_t io_tlb_start, io_tlb_end; variable175 (unsigned long long)io_tlb_start, in swiotlb_print_info()194 vaddr = phys_to_virt(io_tlb_start); in swiotlb_update_mem_attributes()208 io_tlb_start = __pa(tlb); in swiotlb_init_with_tbl()209 io_tlb_end = io_tlb_start + bytes; in swiotlb_init_with_tbl()264 if (io_tlb_start) in swiotlb_init()265 memblock_free_early(io_tlb_start, in swiotlb_init()323 io_tlb_start = 0; in swiotlb_cleanup()336 io_tlb_start = virt_to_phys(tlb); in swiotlb_late_init_with_tbl()337 io_tlb_end = io_tlb_start + bytes; in swiotlb_late_init_with_tbl()[all …]
69 extern phys_addr_t io_tlb_start, io_tlb_end;73 return paddr >= io_tlb_start && paddr < io_tlb_end; in is_swiotlb_buffer()
193 if (io_tlb_start != 0) { in xen_swiotlb_init()194 xen_io_tlb_start = phys_to_virt(io_tlb_start); in xen_swiotlb_init()
3860 __phys_to_dma(dev, io_tlb_start), in bounce_map_single()