Home
last modified time | relevance | path

Searched refs:memory_present (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/mm/
Dnuma_32.c47 void memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
/linux-4.1.27/arch/score/kernel/
Dsetup.c63 memory_present(0, start_pfn, max_low_pfn); in bootmem_init()
/linux-4.1.27/include/linux/
Dmmzone.h818 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/
Dsetup.c427 memory_present(0, start, end); in bootmem_init()
454 memory_present(0, start, end); in bootmem_init()
/linux-4.1.27/arch/arm64/mm/
Dinit.c137 memory_present(0, memblock_region_memory_base_pfn(reg), in arm64_memory_present()
/linux-4.1.27/arch/arm/mm/
Dinit.c209 memory_present(0, memblock_region_memory_base_pfn(reg), in arm_memory_present()
/linux-4.1.27/mm/
Dsparse.c170 void __init memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
DKconfig95 # allocations when memory_present() is called. If this cannot
Dpage_alloc.c4599 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()