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

/linux-4.4.14/arch/ia64/mm/
H A Dnuma.c95 int memory_add_physaddr_to_nid(u64 addr) memory_add_physaddr_to_nid() function
103 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-4.4.14/drivers/nvdimm/
H A De820.c32 return memory_add_physaddr_to_nid(addr); e820_range_to_nid()
/linux-4.4.14/drivers/acpi/
H A Dacpi_memhotplug.c229 node = memory_add_physaddr_to_nid(info->start_addr); acpi_memory_enable_device()
282 nid = memory_add_physaddr_to_nid(info->start_addr); acpi_memory_remove_memory()
/linux-4.4.14/include/linux/
H A Dmemory_hotplug.h114 extern int memory_add_physaddr_to_nid(u64 start);
116 static inline int memory_add_physaddr_to_nid(u64 start) memory_add_physaddr_to_nid() function
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c148 nid = memory_add_physaddr_to_nid(base); pseries_remove_memblock()
238 nid = memory_add_physaddr_to_nid(lmb->base_addr); dlpar_remove_lmb()
403 nid = memory_add_physaddr_to_nid(lmb->base_addr); dlpar_add_lmb()
/linux-4.4.14/arch/sh/mm/
H A Dinit.c510 int memory_add_physaddr_to_nid(u64 addr) memory_add_physaddr_to_nid() function
515 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-4.4.14/arch/x86/mm/
H A Dnuma.c872 int memory_add_physaddr_to_nid(u64 start) memory_add_physaddr_to_nid() function
883 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-4.4.14/arch/powerpc/mm/
H A Dmem.c110 int memory_add_physaddr_to_nid(u64 start) memory_add_physaddr_to_nid() function
/linux-4.4.14/drivers/base/
H A Dmemory.c465 nid = memory_add_physaddr_to_nid(phys_addr); memory_probe_store()
/linux-4.4.14/drivers/xen/
H A Dballoon.c326 nid = memory_add_physaddr_to_nid(resource->start); reserve_additional_memory()
/linux-4.4.14/drivers/hv/
H A Dhv_balloon.c640 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); hv_mem_hot_add()

Completed in 578 milliseconds