Home
last modified time | relevance | path

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

/linux-6.15/kernel/dma/
H A Dswiotlb.c691 size_t tlb_size; in swiotlb_alloc_pool() local
704 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
705 while (!(tlb = swiotlb_alloc_tlb(dev, tlb_size, phys_limit, gfp))) { in swiotlb_alloc_pool()
710 tlb_size = nslabs << IO_TLB_SHIFT; in swiotlb_alloc_pool()
723 swiotlb_free_tlb(page_address(tlb), tlb_size); in swiotlb_alloc_pool()
758 size_t tlb_size = pool->end - pool->start; in swiotlb_dyn_free() local
761 swiotlb_free_tlb(pool->vaddr, tlb_size); in swiotlb_dyn_free()