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