Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/kernel/
Dphysmem.c116 bootmap_size = init_bootmem(pfn, pfn + delta); in setup_physmem()
/Linux-v4.19/include/linux/
Dbootmem.h63 extern unsigned long init_bootmem(unsigned long addr, unsigned long memend);
/Linux-v4.19/mm/
Dbootmem.c188 unsigned long __init init_bootmem(unsigned long start, unsigned long pages) in init_bootmem() function
/Linux-v4.19/arch/alpha/kernel/
Dsetup.c411 bootmap_size = init_bootmem(bootmap_start, max_low_pfn); in setup_memory()
/Linux-v4.19/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