Lines Matching refs:order
437 unsigned int order, area_order; in swiotlb_init_late() local
464 order = get_order(nslabs << IO_TLB_SHIFT); in swiotlb_init_late()
465 nslabs = SLABS_PER_PAGE << order; in swiotlb_init_late()
467 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_init_late()
469 order); in swiotlb_init_late()
472 order--; in swiotlb_init_late()
473 nslabs = SLABS_PER_PAGE << order; in swiotlb_init_late()
483 free_pages((unsigned long)vstart, order); in swiotlb_init_late()
494 (PAGE_SIZE << order) >> 20); in swiotlb_init_late()
521 free_pages((unsigned long)vstart, order); in swiotlb_init_late()
576 unsigned int order = get_order(bytes); in alloc_dma_pages() local
581 page = alloc_pages(gfp, order); in alloc_dma_pages()
587 __free_pages(page, order); in alloc_dma_pages()
599 __free_pages(page, order); in alloc_dma_pages()