/openbmc/linux/kernel/ |
H A D | numa.c | 8 #ifndef memory_add_physaddr_to_nid 9 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function 15 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sparsemem.h | 17 extern int memory_add_physaddr_to_nid(u64 start); 18 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | sparsemem.h | 24 int memory_add_physaddr_to_nid(u64 addr); 25 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | sparsemem.h | 25 int memory_add_physaddr_to_nid(u64 addr); 26 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sparsemem.h | 38 extern int memory_add_physaddr_to_nid(u64 start); 39 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
|
/openbmc/linux/include/linux/ |
H A D | numa.h | 36 #ifndef memory_add_physaddr_to_nid 37 int memory_add_physaddr_to_nid(u64 start); 52 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
|
/openbmc/linux/arch/ia64/mm/ |
H A D | numa.c | 71 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function 78 EXPORT_SYMBOL(memory_add_physaddr_to_nid);
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | init.c | 121 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function 125 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
|
/openbmc/linux/drivers/dax/ |
H A D | cxl.c | 18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | mem.c | 54 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function 58 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
|
/openbmc/linux/drivers/nvdimm/ |
H A D | virtio_pmem.c | 82 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_memhotplug.c | 186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
|
/openbmc/linux/arch/x86/mm/ |
H A D | numa.c | 919 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function 927 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
|
/openbmc/linux/drivers/cxl/ |
H A D | pmem.c | 344 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
|
/openbmc/linux/drivers/xen/ |
H A D | balloon.c | 283 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
|
/openbmc/linux/drivers/base/ |
H A D | memory.c | 547 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
|
/openbmc/linux/drivers/hv/ |
H A D | hv_balloon.c | 746 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_mem.c | 2735 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | core.c | 2639 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()
|