Home
last modified time | relevance | path

Searched refs:mapstart (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dsetup.c258 unsigned long mapstart = ~0UL; in bootmem_init() local
296 if (start >= mapstart) in bootmem_init()
298 mapstart = max(reserved_end, start); in bootmem_init()
328 bootmap_size = init_bootmem_node(NODE_DATA(0), mapstart, in bootmem_init()
399 reserve_bootmem(PFN_PHYS(mapstart), bootmap_size, BOOTMEM_DEFAULT); in bootmem_init()
/linux-2.6.39/mm/
Dbootmem.c96 unsigned long mapstart, unsigned long start, unsigned long end) in init_bootmem_core() argument
101 bdata->node_bootmem_map = phys_to_virt(PFN_PHYS(mapstart)); in init_bootmem_core()
114 bdata - bootmem_node_data, start, mapstart, end, mapsize); in init_bootmem_core()