Searched refs:memory_present (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/x86/mm/ |
D | numa_32.c | 47 void memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
|
/linux-4.1.27/arch/score/kernel/ |
D | setup.c | 63 memory_present(0, start_pfn, max_low_pfn); in bootmem_init()
|
/linux-4.1.27/include/linux/ |
D | mmzone.h | 818 void memory_present(int nid, unsigned long start, unsigned long end); 820 static inline void memory_present(int nid, unsigned long start, unsigned long end) {} in memory_present() function 1229 void memory_present(int nid, unsigned long start, unsigned long end);
|
/linux-4.1.27/arch/mips/kernel/ |
D | setup.c | 427 memory_present(0, start, end); in bootmem_init() 454 memory_present(0, start, end); in bootmem_init()
|
/linux-4.1.27/arch/arm64/mm/ |
D | init.c | 137 memory_present(0, memblock_region_memory_base_pfn(reg), in arm64_memory_present()
|
/linux-4.1.27/arch/arm/mm/ |
D | init.c | 209 memory_present(0, memblock_region_memory_base_pfn(reg), in arm_memory_present()
|
/linux-4.1.27/mm/ |
D | sparse.c | 170 void __init memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
|
D | Kconfig | 95 # allocations when memory_present() is called. If this cannot
|
D | page_alloc.c | 4599 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
|