Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dnuma_32.c47 void memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
/Linux-v4.19/include/linux/
Dmmzone.h782 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/
Dsetup.c575 memory_present(0, start, end); in bootmem_init()
606 memory_present(0, start, end); in bootmem_init()
/Linux-v4.19/arch/sh/mm/
Dinit.c241 memory_present(nid, memblock_region_memory_base_pfn(reg), in do_init_bootmem()
/Linux-v4.19/arch/arm64/mm/
Dinit.c311 memory_present(nid, memblock_region_memory_base_pfn(reg), in arm64_memory_present()
/Linux-v4.19/arch/arm/mm/
Dinit.c214 memory_present(0, memblock_region_memory_base_pfn(reg), in arm_memory_present()
/Linux-v4.19/mm/
Dsparse.c209 void __init memory_present(int nid, unsigned long start, unsigned long end) in memory_present() function
DKconfig98 # allocations when memory_present() is called. If this cannot
Dpage_alloc.c5817 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()