Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/mm/
Dnuma.c100 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
108 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-4.1.27/include/linux/
Dmemory_hotplug.h113 extern int memory_add_physaddr_to_nid(u64 start);
115 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/linux-4.1.27/drivers/acpi/
Dacpi_memhotplug.c234 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
287 nid = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_remove_memory()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dhotplug-memory.c149 nid = memory_add_physaddr_to_nid(base); in pseries_remove_memblock()
239 nid = memory_add_physaddr_to_nid(lmb->base_addr); in dlpar_remove_lmb()
404 nid = memory_add_physaddr_to_nid(lmb->base_addr); in dlpar_add_lmb()
/linux-4.1.27/arch/sh/mm/
Dinit.c509 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
514 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-4.1.27/arch/x86/mm/
Dnuma.c870 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
881 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-4.1.27/arch/powerpc/mm/
Dmem.c110 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/linux-4.1.27/drivers/xen/
Dballoon.c230 nid = memory_add_physaddr_to_nid(hotplug_start_paddr); in reserve_additional_memory()
/linux-4.1.27/drivers/base/
Dmemory.c461 nid = memory_add_physaddr_to_nid(phys_addr); in memory_probe_store()
/linux-4.1.27/drivers/hv/
Dhv_balloon.c636 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()