Home
last modified time | relevance | path

Searched refs:tlb_size (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/dma/
H A Dswiotlb.c690 size_t tlb_size; in swiotlb_alloc_pool() local
703 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
704 while (!(tlb = swiotlb_alloc_tlb(dev, tlb_size, phys_limit, gfp))) { in swiotlb_alloc_pool()
709 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
722 swiotlb_free_tlb(page_address(tlb), tlb_size); in swiotlb_alloc_pool()
757 size_t tlb_size = pool->end - pool->start; in swiotlb_dyn_free() local
760 swiotlb_free_tlb(pool->vaddr, tlb_size); in swiotlb_dyn_free()