Home
last modified time | relevance | path

Searched refs:init_bootmem (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/m68k/sun3/
Dconfig.c127 availmem += init_bootmem(start_page, num_pages); in sun3_bootmem_alloc()
/linux-4.4.14/arch/um/kernel/
Dphysmem.c116 bootmap_size = init_bootmem(pfn, pfn + delta); in setup_physmem()
/linux-4.4.14/arch/openrisc/kernel/
Dsetup.c91 bootmap_size = init_bootmem(free_ram_start_pfn, in setup_memory()
/linux-4.4.14/include/linux/
Dbootmem.h46 extern unsigned long init_bootmem(unsigned long addr, unsigned long memend);
/linux-4.4.14/mm/
Dbootmem.c141 unsigned long __init init_bootmem(unsigned long start, unsigned long pages) in init_bootmem() function
/linux-4.4.14/arch/alpha/kernel/
Dsetup.c409 bootmap_size = init_bootmem(bootmap_start, max_low_pfn); in setup_memory()
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3746 bootmap_size = init_bootmem(start_pfn, end_pfn - start_pfn);
3755 The init_bootmem call declares the entire memory to the boot memory
3760 So, I decide to see init_bootmem run and make sure that it is marking
3764 Stepping into init_bootmem, and looking at bootmem_map before looking