Symbol: memory_add_physaddr_to_nid
arch/powerpc/include/asm/sparsemem.h
17
extern int memory_add_physaddr_to_nid(u64 start);
arch/powerpc/include/asm/sparsemem.h
18
#define memory_add_physaddr_to_nid memory_add_physaddr_to_nid
arch/powerpc/mm/mem.c
65
EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
arch/s390/include/asm/sparsemem.h
14
#define memory_add_physaddr_to_nid memory_add_physaddr_to_nid
drivers/acpi/acpi_memhotplug.c
186
node = memory_add_physaddr_to_nid(info->start_addr);
drivers/acpi/nfit/core.c
2641
ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address);
drivers/base/memory.c
581
nid = memory_add_physaddr_to_nid(phys_addr);
drivers/cxl/pmem.c
433
ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start);
drivers/dax/cxl.c
18
nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start);
drivers/hv/hv_balloon.c
728
nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn));
drivers/nvdimm/virtio_pmem.c
104
ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start);
drivers/virtio/virtio_mem.c
2861
vm->nid = memory_add_physaddr_to_nid(vm->addr);
drivers/xen/balloon.c
287
nid = memory_add_physaddr_to_nid(resource->start);
include/linux/numa.h
36
#ifndef memory_add_physaddr_to_nid
include/linux/numa.h
37
int memory_add_physaddr_to_nid(u64 start);
include/linux/numa_memblks.h
56
extern int memory_add_physaddr_to_nid(u64 start);
include/linux/numa_memblks.h
57
#define memory_add_physaddr_to_nid memory_add_physaddr_to_nid
mm/numa.c
43
#ifndef memory_add_physaddr_to_nid
mm/numa.c
50
EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
mm/numa_memblks.c
594
EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);