Searched refs:SLABS_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
56 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) macro582 nslabs = SLABS_PER_PAGE << order; in swiotlb_init_late()584 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_init_late()590 nslabs = SLABS_PER_PAGE << order; in swiotlb_init_late()844 if (nslabs > SLABS_PER_PAGE << MAX_PAGE_ORDER) { in swiotlb_alloc_pool()845 nslabs = SLABS_PER_PAGE << MAX_PAGE_ORDER; in swiotlb_alloc_pool()