Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dsparsemem.h17 extern int memory_add_physaddr_to_nid(u64 start);
18 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/Linux-v5.10/arch/ia64/include/asm/
Dsparsemem.h23 int memory_add_physaddr_to_nid(u64 addr);
24 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/Linux-v5.10/arch/x86/include/asm/
Dsparsemem.h36 extern int memory_add_physaddr_to_nid(u64 start);
37 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/Linux-v5.10/include/linux/
Dnuma.h30 #ifndef memory_add_physaddr_to_nid
31 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
51 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/Linux-v5.10/drivers/acpi/
Dacpi_memhotplug.c195 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
248 nid = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_remove_memory()
/Linux-v5.10/arch/ia64/mm/
Dnuma.c102 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
/Linux-v5.10/arch/x86/mm/
Dnuma.c943 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
951 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/Linux-v5.10/arch/powerpc/mm/
Dmem.c86 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/Linux-v5.10/drivers/virtio/
Dvirtio_mem.c412 nid = memory_add_physaddr_to_nid(addr); in virtio_mem_mb_add()
446 nid = memory_add_physaddr_to_nid(addr); in virtio_mem_mb_remove()
467 nid = memory_add_physaddr_to_nid(addr); in virtio_mem_mb_offline_and_remove()
/Linux-v5.10/drivers/xen/
Dballoon.c294 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/Linux-v5.10/drivers/base/
Dmemory.c433 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dhotplug-memory.c300 nid = memory_add_physaddr_to_nid(base); in pseries_remove_memblock()
/Linux-v5.10/drivers/hv/
Dhv_balloon.c727 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()