Home
last modified time | relevance | path

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

/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
/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
/linux/include/linux/
H A 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
H A 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/mm/
H A 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);
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/arch/loongarch/mm/
H A 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/drivers/dax/
H A Dcxl.c18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/linux/drivers/acpi/
H A Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/linux/drivers/cxl/
H A Dpmem.c344 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
/linux/drivers/xen/
H A Dballoon.c283 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/linux/drivers/base/
H A Dmemory.c568 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/linux/drivers/hv/
H A Dhv_balloon.c728 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/linux/drivers/virtio/
H A Dvirtio_mem.c2766 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/linux/drivers/acpi/nfit/
H A Dcore.c2633 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()