Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dsetup.c306 unsigned long mapstart = ~0UL; in bootmem_init() local
350 if (start >= mapstart) in bootmem_init()
352 mapstart = max(reserved_end, start); in bootmem_init()
384 mapstart = max(mapstart, (unsigned long)PFN_UP(__pa(initrd_end))); in bootmem_init()
390 bootmap_size = init_bootmem_node(NODE_DATA(0), mapstart, in bootmem_init()
470 reserve_bootmem(PFN_PHYS(mapstart), bootmap_size, BOOTMEM_DEFAULT); in bootmem_init()
/linux-4.4.14/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()
/linux-4.4.14/arch/tile/kernel/
Dsetup.c623 unsigned long start, end, mapsize, mapstart; in setup_bootmem_allocator_node() local
651 mapstart = start; in setup_bootmem_allocator_node()
655 mapstart = alloc_bootmem_pfn(0, PFN_PHYS(mapsize), 0); in setup_bootmem_allocator_node()
659 init_bootmem_node(NODE_DATA(i), mapstart, start, end); in setup_bootmem_allocator_node()