Searched refs:memory_present (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/x86/mm/ |
D | numa_32.c | 47 void memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
|
/Linux-v4.19/include/linux/ |
D | mmzone.h | 782 void memory_present(int nid, unsigned long start, unsigned long end); 784 static inline void memory_present(int nid, unsigned long start, unsigned long end) {} in memory_present() function 1287 void memory_present(int nid, unsigned long start, unsigned long end);
|
/Linux-v4.19/arch/mips/kernel/ |
D | setup.c | 575 memory_present(0, start, end); in bootmem_init() 606 memory_present(0, start, end); in bootmem_init()
|
/Linux-v4.19/arch/sh/mm/ |
D | init.c | 241 memory_present(nid, memblock_region_memory_base_pfn(reg), in do_init_bootmem()
|
/Linux-v4.19/arch/arm64/mm/ |
D | init.c | 311 memory_present(nid, memblock_region_memory_base_pfn(reg), in arm64_memory_present()
|
/Linux-v4.19/arch/arm/mm/ |
D | init.c | 214 memory_present(0, memblock_region_memory_base_pfn(reg), in arm_memory_present()
|
/Linux-v4.19/mm/ |
D | sparse.c | 209 void __init memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
|
D | Kconfig | 98 # allocations when memory_present() is called. If this cannot
|
D | page_alloc.c | 5817 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
|