io_tlb_list 88 kernel/dma/swiotlb.c static unsigned int *io_tlb_list; io_tlb_list 217 kernel/dma/swiotlb.c io_tlb_list = memblock_alloc(alloc_size, PAGE_SIZE); io_tlb_list 218 kernel/dma/swiotlb.c if (!io_tlb_list) io_tlb_list 229 kernel/dma/swiotlb.c io_tlb_list[i] = IO_TLB_SEGSIZE - OFFSET(i, IO_TLB_SEGSIZE); io_tlb_list 347 kernel/dma/swiotlb.c io_tlb_list = (unsigned int *)__get_free_pages(GFP_KERNEL, io_tlb_list 349 kernel/dma/swiotlb.c if (!io_tlb_list) io_tlb_list 360 kernel/dma/swiotlb.c io_tlb_list[i] = IO_TLB_SEGSIZE - OFFSET(i, IO_TLB_SEGSIZE); io_tlb_list 374 kernel/dma/swiotlb.c free_pages((unsigned long)io_tlb_list, get_order(io_tlb_nslabs * io_tlb_list 376 kernel/dma/swiotlb.c io_tlb_list = NULL; io_tlb_list 390 kernel/dma/swiotlb.c free_pages((unsigned long)io_tlb_list, get_order(io_tlb_nslabs * io_tlb_list 397 kernel/dma/swiotlb.c memblock_free_late(__pa(io_tlb_list), io_tlb_list 528 kernel/dma/swiotlb.c if (io_tlb_list[index] >= nslots) { io_tlb_list 532 kernel/dma/swiotlb.c io_tlb_list[i] = 0; io_tlb_list 533 kernel/dma/swiotlb.c for (i = index - 1; (OFFSET(i, IO_TLB_SEGSIZE) != IO_TLB_SEGSIZE - 1) && io_tlb_list[i]; i--) io_tlb_list 534 kernel/dma/swiotlb.c io_tlb_list[i] = ++count; io_tlb_list 606 kernel/dma/swiotlb.c io_tlb_list[index + nslots] : 0); io_tlb_list 612 kernel/dma/swiotlb.c io_tlb_list[i] = ++count; io_tlb_list 619 kernel/dma/swiotlb.c for (i = index - 1; (OFFSET(i, IO_TLB_SEGSIZE) != IO_TLB_SEGSIZE -1) && io_tlb_list[i]; i--) io_tlb_list 620 kernel/dma/swiotlb.c io_tlb_list[i] = ++count;