Searched refs:bootmem_region (Results 1 – 1 of 1) sorted by relevance
248 struct bootmem_region { struct252 static struct bootmem_region __initdata argument253 bootmem_region_list[PAGE_SIZE / sizeof(struct bootmem_region)];278 BUG_ON(nr_bootmem_regions == (PAGE_SIZE / sizeof(struct bootmem_region))); in bootmem_region_add()282 bootmem_region_list[i] = (struct bootmem_region) { s, e }; in bootmem_region_add()292 struct bootmem_region *r = &bootmem_region_list[i]; in bootmem_region_zap()402 struct bootmem_region *r = &bootmem_region_list[i]; in alloc_boot_pages()1857 struct bootmem_region *r = &bootmem_region_list[i]; in end_boot_allocator()1868 struct bootmem_region *r = &bootmem_region_list[i]; in end_boot_allocator()
Completed in 6 milliseconds