Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/dma/
Dswiotlb.c687 size_t tlb_size; in swiotlb_alloc_pool() local
700 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
701 while (!(tlb = swiotlb_alloc_tlb(dev, tlb_size, phys_limit, gfp))) { in swiotlb_alloc_pool()
706 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
719 swiotlb_free_tlb(page_address(tlb), tlb_size); in swiotlb_alloc_pool()
754 size_t tlb_size = pool->end - pool->start; in swiotlb_dyn_free() local
757 swiotlb_free_tlb(pool->vaddr, tlb_size); in swiotlb_dyn_free()