Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dnuma.c8 #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 Dsparsemem.h17 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 Dsparsemem.h24 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 Dsparsemem.h25 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 Dsparsemem.h38 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 Dnuma.h36 #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 Dnuma.c71 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 Dinit.c121 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 Dcxl.c18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/openbmc/linux/arch/powerpc/mm/
H A Dmem.c54 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 Dvirtio_pmem.c82 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
/openbmc/linux/drivers/acpi/
H A Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/openbmc/linux/arch/x86/mm/
H A Dnuma.c919 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 Dpmem.c344 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
/openbmc/linux/drivers/xen/
H A Dballoon.c283 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/openbmc/linux/drivers/base/
H A Dmemory.c547 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c746 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c2735 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c2639 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()