Home
last modified time | relevance | path

Searched refs:node_bootmem_map (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/mm/
Dbootmem.c101 bdata->node_bootmem_map = phys_to_virt(PFN_PHYS(mapstart)); in init_bootmem_core()
111 memset(bdata->node_bootmem_map, 0xff, mapsize); in init_bootmem_core()
177 if (!bdata->node_bootmem_map) in free_all_bootmem_core()
189 map = bdata->node_bootmem_map; in free_all_bootmem_core()
219 page = virt_to_page(bdata->node_bootmem_map); in free_all_bootmem_core()
272 if (!test_and_clear_bit(idx, bdata->node_bootmem_map)) in __free()
289 if (test_and_set_bit(idx, bdata->node_bootmem_map)) { in __reserve()
485 if (!bdata->node_bootmem_map) in alloc_bootmem_core()
523 sidx = find_next_zero_bit(bdata->node_bootmem_map, midx, sidx); in alloc_bootmem_core()
531 if (test_bit(i, bdata->node_bootmem_map)) { in alloc_bootmem_core()
/linux-3.4.99/include/linux/
Dbootmem.h30 void *node_bootmem_map; member
/linux-3.4.99/arch/ia64/mm/
Ddiscontig.c405 base = __pa(bdp->node_bootmem_map); in reserve_pernode_space()
Dinit.c640 if (pgdat->bdata->node_bootmem_map) in mem_init()