Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/dma/
Dswiotlb.c54 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) macro
403 nslabs = SLABS_PER_PAGE << order; in swiotlb_init_late()
405 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_init_late()
411 nslabs = SLABS_PER_PAGE << order; in swiotlb_init_late()