Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/arch/ia64/include/asm/
Dsparsemem.h24 int memory_add_physaddr_to_nid(u64 addr);
25 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/Linux-v5.15/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.15/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.15/arch/ia64/mm/
Dnuma.c71 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
/Linux-v5.15/arch/powerpc/mm/
Dmem.c51 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/Linux-v5.15/arch/x86/mm/
Dnuma.c948 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
956 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/Linux-v5.15/drivers/acpi/
Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/Linux-v5.15/drivers/xen/
Dballoon.c294 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/Linux-v5.15/drivers/base/
Dmemory.c507 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/Linux-v5.15/drivers/hv/
Dhv_balloon.c730 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/Linux-v5.15/drivers/virtio/
Dvirtio_mem.c2429 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/Linux-v5.15/drivers/acpi/nfit/
Dcore.c3012 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()