Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dswiotlb-xen.c176 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) in xen_swiotlb_init() macro
178 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in xen_swiotlb_init()
189 nslabs = SLABS_PER_PAGE << order; in xen_swiotlb_init()
/linux/kernel/dma/
A Dswiotlb.c60 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) macro
277 nslabs = SLABS_PER_PAGE << order; in swiotlb_late_init_with_default_size()
280 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_late_init_with_default_size()
294 nslabs = SLABS_PER_PAGE << order; in swiotlb_late_init_with_default_size()

Completed in 7 milliseconds