Home
last modified time | relevance | path

Searched refs:memory_add_physaddr_to_nid (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/ia64/mm/
Dnuma.c95 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
103 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/Linux-v4.19/include/linux/
Dmemory_hotplug.h133 extern int memory_add_physaddr_to_nid(u64 start);
135 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/Linux-v4.19/drivers/nvdimm/
De820.c32 return memory_add_physaddr_to_nid(addr); in e820_range_to_nid()
/Linux-v4.19/drivers/acpi/
Dacpi_memhotplug.c229 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
282 nid = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_remove_memory()
/Linux-v4.19/arch/sh/mm/
Dinit.c438 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
443 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dhotplug-memory.c334 nid = memory_add_physaddr_to_nid(base); in pseries_remove_memblock()
424 nid = memory_add_physaddr_to_nid(lmb->base_addr); in dlpar_remove_lmb()
702 nid = memory_add_physaddr_to_nid(lmb->base_addr); in dlpar_add_lmb()
/Linux-v4.19/arch/x86/mm/
Dnuma.c889 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
900 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/Linux-v4.19/arch/powerpc/mm/
Dmem.c105 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/Linux-v4.19/drivers/xen/
Dballoon.c360 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/Linux-v4.19/drivers/base/
Dmemory.c522 nid = memory_add_physaddr_to_nid(phys_addr); in memory_probe_store()
/Linux-v4.19/drivers/hv/
Dhv_balloon.c737 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()