Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/arch/loongarch/include/asm/
Dsparsemem.h25 int memory_add_physaddr_to_nid(u64 addr);
26 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-6.12.1/include/linux/
Dnuma.h42 #ifndef memory_add_physaddr_to_nid
43 int memory_add_physaddr_to_nid(u64 start);
58 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
Dnuma_memblks.h52 extern int memory_add_physaddr_to_nid(u64 start);
53 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-6.12.1/mm/
Dnuma.c51 #ifndef memory_add_physaddr_to_nid
52 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
58 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
Dnuma_memblks.c561 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
569 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-6.12.1/arch/loongarch/mm/
Dinit.c122 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
126 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-6.12.1/drivers/dax/
Dcxl.c18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/linux-6.12.1/arch/powerpc/mm/
Dmem.c57 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
61 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-6.12.1/drivers/nvdimm/
Dvirtio_pmem.c103 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
/linux-6.12.1/drivers/acpi/
Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/linux-6.12.1/drivers/cxl/
Dpmem.c344 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
/linux-6.12.1/drivers/xen/
Dballoon.c283 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/linux-6.12.1/drivers/base/
Dmemory.c568 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/linux-6.12.1/drivers/hv/
Dhv_balloon.c728 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/linux-6.12.1/drivers/virtio/
Dvirtio_mem.c2766 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/linux-6.12.1/drivers/acpi/nfit/
Dcore.c2628 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()