Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dsparsemem.h10 static inline int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
14 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-6.15/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
/linux-6.15/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
/linux-6.15/include/linux/
H A Dnuma.h36 #ifndef memory_add_physaddr_to_nid
37 int memory_add_physaddr_to_nid(u64 start);
57 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
H A Dnuma_memblks.h55 extern int memory_add_physaddr_to_nid(u64 start);
56 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-6.15/mm/
H A Dnuma.c45 #ifndef memory_add_physaddr_to_nid
46 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
52 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
H A 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.15/arch/loongarch/mm/
H A Dinit.c111 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
115 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-6.15/drivers/dax/
H A Dcxl.c18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/linux-6.15/arch/powerpc/mm/
H A 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.15/drivers/nvdimm/
H A Dvirtio_pmem.c103 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
/linux-6.15/drivers/acpi/
H A Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/linux-6.15/drivers/xen/
H A Dballoon.c287 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/linux-6.15/drivers/cxl/
H A Dpmem.c413 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
/linux-6.15/drivers/base/
H A Dmemory.c564 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/linux-6.15/drivers/hv/
H A Dhv_balloon.c728 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c2861 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/linux-6.15/drivers/acpi/nfit/
H A Dcore.c2633 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()