io_tlb_start     3850 drivers/iommu/intel-iommu.c 				__phys_to_dma(dev, io_tlb_start),
io_tlb_start      193 drivers/xen/swiotlb-xen.c 	if (io_tlb_start != 0) {
io_tlb_start      194 drivers/xen/swiotlb-xen.c 		xen_io_tlb_start = phys_to_virt(io_tlb_start);
io_tlb_start       69 include/linux/swiotlb.h extern phys_addr_t io_tlb_start, io_tlb_end;
io_tlb_start       73 include/linux/swiotlb.h 	return paddr >= io_tlb_start && paddr < io_tlb_end;
io_tlb_start       71 kernel/dma/swiotlb.c phys_addr_t io_tlb_start, io_tlb_end;
io_tlb_start      175 kernel/dma/swiotlb.c 	       (unsigned long long)io_tlb_start,
io_tlb_start      194 kernel/dma/swiotlb.c 	vaddr = phys_to_virt(io_tlb_start);
io_tlb_start      208 kernel/dma/swiotlb.c 	io_tlb_start = __pa(tlb);
io_tlb_start      209 kernel/dma/swiotlb.c 	io_tlb_end = io_tlb_start + bytes;
io_tlb_start      264 kernel/dma/swiotlb.c 	if (io_tlb_start)
io_tlb_start      265 kernel/dma/swiotlb.c 		memblock_free_early(io_tlb_start,
io_tlb_start      323 kernel/dma/swiotlb.c 	io_tlb_start = 0;
io_tlb_start      336 kernel/dma/swiotlb.c 	io_tlb_start = virt_to_phys(tlb);
io_tlb_start      337 kernel/dma/swiotlb.c 	io_tlb_end = io_tlb_start + bytes;
io_tlb_start      392 kernel/dma/swiotlb.c 		free_pages((unsigned long)phys_to_virt(io_tlb_start),
io_tlb_start      399 kernel/dma/swiotlb.c 		memblock_free_late(io_tlb_start,
io_tlb_start      535 kernel/dma/swiotlb.c 			tlb_addr = io_tlb_start + (index << IO_TLB_SHIFT);
io_tlb_start      586 kernel/dma/swiotlb.c 	int index = (tlb_addr - io_tlb_start) >> IO_TLB_SHIFT;
io_tlb_start      631 kernel/dma/swiotlb.c 	int index = (tlb_addr - io_tlb_start) >> IO_TLB_SHIFT;
io_tlb_start      674 kernel/dma/swiotlb.c 	*phys = swiotlb_tbl_map_single(dev, __phys_to_dma(dev, io_tlb_start),