Searched refs:dma_bitsize (Results 1 – 1 of 1) sorted by relevance
184 static unsigned int dma_bitsize; variable185 integer_param("dma_bits", dma_bitsize);1813 if ( !dma_bitsize && (num_online_nodes() > 1) ) in end_boot_allocator()1814 dma_bitsize = arch_get_dma_bitsize(); in end_boot_allocator()1817 if ( dma_bitsize ) in end_boot_allocator()1818 printk(" DMA width %u bits", dma_bitsize); in end_boot_allocator()2246 if ( dma_bitsize && ((dma_zone = bits_to_zone(dma_bitsize)) < zone_hi) ) in alloc_domheap_pages()2371 if ( (zone + PAGE_SHIFT) == dma_bitsize ) in pagealloc_info()
Completed in 6 milliseconds