Searched refs:memory_present (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/x86/mm/ |
D | numa_32.c | 46 void memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
|
/Linux-v5.4/include/linux/ |
D | mmzone.h | 845 void memory_present(int nid, unsigned long start, unsigned long end); 847 static inline void memory_present(int nid, unsigned long start, unsigned long end) {} in memory_present() function 1409 void memory_present(int nid, unsigned long start, unsigned long end);
|
/Linux-v5.4/mm/ |
D | sparse.c | 258 void __init memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function 303 memory_present(memblock_get_region_node(reg), in memblocks_present()
|
D | Kconfig | 97 # allocations when memory_present() is called. If this cannot
|
D | page_alloc.c | 6295 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
|
/Linux-v5.4/arch/sh/mm/ |
D | init.c | 239 memory_present(nid, memblock_region_memory_base_pfn(reg), in do_init_bootmem()
|
/Linux-v5.4/Documentation/vm/ |
D | memory-model.rst | 145 The architecture setup code should call :c:func:`memory_present` for
|