Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/drivers/xen/
Dballoon.c320 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/linux-4.19.296/drivers/base/
Dmemory.c521 nid = memory_add_physaddr_to_nid(phys_addr); in memory_probe_store()