Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
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.3-rc2/arch/ia64/include/asm/
A Dsparsemem.h24 int memory_add_physaddr_to_nid(u64 addr);
25 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-6.3-rc2/arch/loongarch/include/asm/
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.3-rc2/arch/x86/include/asm/
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
/linux-6.3-rc2/include/linux/
A Dnuma.h30 #ifndef memory_add_physaddr_to_nid
31 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
51 static inline int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/linux-6.3-rc2/arch/ia64/mm/
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);
/linux-6.3-rc2/arch/loongarch/mm/
A Dinit.c147 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
151 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-6.3-rc2/drivers/dax/
A Dcxl.c19 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/linux-6.3-rc2/arch/powerpc/mm/
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);
/linux-6.3-rc2/drivers/nvdimm/
A Dvirtio_pmem.c82 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
/linux-6.3-rc2/arch/x86/mm/
A Dnuma.c955 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
963 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux-6.3-rc2/drivers/acpi/
A Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/linux-6.3-rc2/drivers/cxl/
A Dpmem.c343 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
/linux-6.3-rc2/drivers/xen/
A Dballoon.c301 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/linux-6.3-rc2/drivers/base/
A Dmemory.c518 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/linux-6.3-rc2/drivers/hv/
A Dhv_balloon.c745 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_mem.c2679 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/linux-6.3-rc2/drivers/acpi/nfit/
A Dcore.c2634 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()

Completed in 52 milliseconds