Searched refs:__add_memory (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | memory_hotplug.h | 333 extern int __add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags);
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_memhotplug.c | 215 result = __add_memory(mgid, info->start_addr, info->length, in acpi_memory_enable_device()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hotplug-memory.c | 589 rc = __add_memory(nid, lmb->base_addr, block_sz, MHP_MEMMAP_ON_MEMORY); in dlpar_add_lmb()
|
/openbmc/linux/mm/ |
H A D | memory_hotplug.c | 1512 int __ref __add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags) in __add_memory() function 1532 rc = __add_memory(nid, start, size, mhp_flags); in add_memory()
|
/openbmc/linux/drivers/base/ |
H A D | memory.c | 548 ret = __add_memory(nid, phys_addr, in probe_store()
|