Searched refs:init_bootmem (Results 1 – 5 of 5) sorted by relevance
116 bootmap_size = init_bootmem(pfn, pfn + delta); in setup_physmem()
63 extern unsigned long init_bootmem(unsigned long addr, unsigned long memend);
188 unsigned long __init init_bootmem(unsigned long start, unsigned long pages) in init_bootmem() function
411 bootmap_size = init_bootmem(bootmap_start, max_low_pfn); in setup_memory()
3746 bootmap_size = init_bootmem(start_pfn, end_pfn - start_pfn);3755 The init_bootmem call declares the entire memory to the boot memory3760 So, I decide to see init_bootmem run and make sure that it is marking3764 Stepping into init_bootmem, and looking at bootmem_map before looking