Searched refs:nslabs (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/dma/ |
| A D | swiotlb.c | 233 if (!mem->nslabs) { in swiotlb_print_info() 275 mem->nslabs = nslabs; in swiotlb_init_io_tlb_pool() 311 mem->nslabs += pool->nslabs; in add_mem_pool() 314 mem->nslabs = pool->nslabs; in add_mem_pool() 358 unsigned long nslabs; in swiotlb_init_remap() local 388 nslabs = ALIGN(nslabs >> 1, IO_TLB_SEGSIZE); in swiotlb_init_remap() 485 nslabs = ALIGN(nslabs >> 1, IO_TLB_SEGSIZE); in swiotlb_init_late() 535 if (!mem->nslabs) in swiotlb_exit() 708 nslabs = ALIGN(nslabs >> 1, IO_TLB_SEGSIZE); in swiotlb_alloc_pool() 1211 pool = swiotlb_alloc_pool(dev, nslabs, nslabs, 1, phys_limit, in swiotlb_find_slots() [all …]
|
| /linux/include/linux/ |
| A D | swiotlb.h | 40 int (*remap)(void *tlb, unsigned long nslabs)); 42 int (*remap)(void *tlb, unsigned long nslabs)); 74 unsigned long nslabs; member 110 unsigned long nslabs; member
|
| /linux/arch/x86/include/asm/xen/ |
| A D | swiotlb-xen.h | 5 int xen_swiotlb_fixup(void *buf, unsigned long nslabs);
|
| /linux/drivers/xen/ |
| A D | swiotlb-xen.c | 114 int xen_swiotlb_fixup(void *buf, unsigned long nslabs) in xen_swiotlb_fixup() argument 123 BUG_ON(nslabs % IO_TLB_SEGSIZE); in xen_swiotlb_fixup() 136 } while (i < nslabs); in xen_swiotlb_fixup()
|
Completed in 13 milliseconds