Home
last modified time | relevance | path

Searched refs:add_memory (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/dax/
H A DKconfig68 depends on MEMORY_HOTPLUG # for add_memory() and friends
/openbmc/linux/include/linux/
H A Dmemory_hotplug.h334 extern int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags);
/openbmc/linux/drivers/s390/char/
H A Dsclp_cmd.c404 add_memory(0, addr, block_size, MHP_NONE); in add_memory_merged()
/openbmc/linux/mm/
H A Dmemory_hotplug.c1527 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 Dhv_balloon.c747 ret = add_memory(nid, PFN_PHYS((start_pfn)), in hv_mem_hot_add()