Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/dma/
Dswiotlb.c679 size_t tlb_size; in swiotlb_alloc_pool() local
692 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
693 while (!(tlb = swiotlb_alloc_tlb(dev, tlb_size, phys_limit, gfp))) { in swiotlb_alloc_pool()
698 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
711 swiotlb_free_tlb(page_address(tlb), tlb_size); in swiotlb_alloc_pool()
746 size_t tlb_size = pool->end - pool->start; in swiotlb_dyn_free() local
749 swiotlb_free_tlb(pool->vaddr, tlb_size); in swiotlb_dyn_free()