Searched refs:add_pages (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | memory_hotplug.h | 163 static inline int add_pages(int nid, unsigned long start_pfn, in add_pages() function 169 int add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages,
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | mem.c | 128 int __ref add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages, in add_pages() function 154 rc = add_pages(nid, start_pfn, nr_pages, params); in arch_add_memory()
|
| /linux-6.15/mm/ |
| H A D | memremap.c | 238 error = add_pages(nid, PHYS_PFN(range->start), in pagemap_range()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | init_64.c | 951 int add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages, in add_pages() function 987 return add_pages(nid, start_pfn, nr_pages, params); in arch_add_memory()
|