Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/dma/
H A Dswiotlb.c53 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) macro
302 io_tlb_nslabs = SLABS_PER_PAGE << order; in swiotlb_late_init_with_default_size()
305 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_late_init_with_default_size()
320 io_tlb_nslabs = SLABS_PER_PAGE << order; in swiotlb_late_init_with_default_size()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dswiotlb-xen.c210 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) in xen_swiotlb_init() macro
212 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in xen_swiotlb_init()
221 xen_io_tlb_nslabs = SLABS_PER_PAGE << order; in xen_swiotlb_init()