Searched refs:add_pages (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | memory_hotplug.h | 147 static inline int add_pages(int nid, unsigned long start_pfn, in add_pages() function 153 int add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages,
|
| /linux/arch/powerpc/mm/ |
| H A D | mem.c | 132 int __ref add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages, in add_pages() function 158 rc = add_pages(nid, start_pfn, nr_pages, params); in arch_add_memory()
|
| /linux/mm/ |
| H A D | memremap.c | 212 error = add_pages(nid, PHYS_PFN(range->start), in pagemap_range()
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 964 int add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages, in add_pages() function 1000 return add_pages(nid, start_pfn, nr_pages, params); in arch_add_memory()
|