Home
last modified time | relevance | path

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

/linux-4.4.14/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()
180 map = bdata->node_bootmem_map; in free_all_bootmem_core()
233 page = virt_to_page(bdata->node_bootmem_map); in free_all_bootmem_core()
239 bdata->node_bootmem_map = NULL; in free_all_bootmem_core()
298 if (WARN_ON(bdata->node_bootmem_map == NULL)) in __free()
305 if (!test_and_clear_bit(idx, bdata->node_bootmem_map)) in __free()
321 if (WARN_ON(bdata->node_bootmem_map == NULL)) in __reserve()
325 if (test_and_set_bit(idx, bdata->node_bootmem_map)) { in __reserve()
[all …]
/linux-4.4.14/include/linux/
Dbootmem.h31 void *node_bootmem_map; member
/linux-4.4.14/arch/ia64/mm/
Ddiscontig.c404 base = __pa(bdp->node_bootmem_map); in reserve_pernode_space()