Searched refs:init_bootmem (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/openrisc/kernel/
H A Dsetup.c89 * init_bootmem sets the global values min_low_pfn, max_low_pfn.
91 bootmap_size = init_bootmem(free_ram_start_pfn,
/linux-4.1.27/arch/cris/kernel/
H A Dsetup.c125 * We need to use init_bootmem_node instead of init_bootmem setup_arch()
142 * steps (first step was init_bootmem()) because this catches setup_arch()
/linux-4.1.27/arch/nios2/kernel/
H A Dsetup.c182 * steps (first step was init_bootmem()) because this catches setup_arch()
/linux-4.1.27/arch/um/kernel/
H A Dphysmem.c117 bootmap_size = init_bootmem(pfn, pfn + delta); setup_physmem()
/linux-4.1.27/arch/m32r/kernel/
H A Dsetup.c177 * was init_bootmem()), because this catches the (definitely buggy) setup_memory()
/linux-4.1.27/include/linux/
H A Dbootmem.h46 extern unsigned long init_bootmem(unsigned long addr, unsigned long memend);
/linux-4.1.27/mm/
H A Dbootmem.c135 * init_bootmem - register boot memory
141 unsigned long __init init_bootmem(unsigned long start, unsigned long pages) init_bootmem() function
/linux-4.1.27/arch/sh/mm/
H A Dinit.c302 * this in two steps (first step was init_bootmem()), because early_reserve_mem()
/linux-4.1.27/arch/alpha/kernel/
H A Dsetup.c409 bootmap_size = init_bootmem(bootmap_start, max_low_pfn);

Completed in 87 milliseconds