Searched refs:vmemmap_buf (Results 1 – 1 of 1) sorted by relevance
47 static void *vmemmap_buf; variable77 if (!vmemmap_buf) in vmemmap_alloc_block_buf()81 ptr = (void *)ALIGN((unsigned long)vmemmap_buf, size); in vmemmap_alloc_block_buf()85 vmemmap_buf = ptr + size; in vmemmap_alloc_block_buf()209 vmemmap_buf = vmemmap_buf_start; in sparse_mem_maps_populate_node()230 memblock_free_early(__pa(vmemmap_buf), in sparse_mem_maps_populate_node()231 vmemmap_buf_end - vmemmap_buf); in sparse_mem_maps_populate_node()232 vmemmap_buf = NULL; in sparse_mem_maps_populate_node()