Searched refs:add_memory (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/dax/ |
| H A D | Kconfig | 68 depends on MEMORY_HOTPLUG # for add_memory() and friends
|
| /linux-6.15/include/linux/ |
| H A D | memory_hotplug.h | 309 extern int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags);
|
| /linux-6.15/drivers/s390/char/ |
| H A D | sclp_cmd.c | 431 add_memory(0, addr, block_size, in add_memory_merged()
|
| /linux-6.15/mm/ |
| H A D | memory_hotplug.c | 1625 int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags) in add_memory() function 1635 EXPORT_SYMBOL_GPL(add_memory);
|
| /linux-6.15/drivers/hv/ |
| H A D | hv_balloon.c | 729 ret = add_memory(nid, PFN_PHYS((start_pfn)), in hv_mem_hot_add()
|