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

/linux-master/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-master/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-master/kernel/
H A Dnuma.c8 #ifndef memory_add_physaddr_to_nid
9 int memory_add_physaddr_to_nid(u64 start) function
15 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-master/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
/linux-master/include/linux/
H A Dnuma.h31 #ifndef memory_add_physaddr_to_nid
32 int memory_add_physaddr_to_nid(u64 start);
47 static inline int memory_add_physaddr_to_nid(u64 start) function
/linux-master/drivers/dax/
H A Dcxl.c18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start);
/linux-master/arch/loongarch/mm/
H A Dinit.c122 int memory_add_physaddr_to_nid(u64 start) function
126 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-master/drivers/nvdimm/
H A Dvirtio_pmem.c103 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start);
/linux-master/arch/powerpc/mm/
H A Dmem.c57 int memory_add_physaddr_to_nid(u64 start) function
61 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-master/drivers/acpi/
H A Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr);
/linux-master/arch/x86/mm/
H A Dnuma.c922 int memory_add_physaddr_to_nid(u64 start) function
930 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-master/drivers/xen/
H A Dballoon.c282 nid = memory_add_physaddr_to_nid(resource->start);
/linux-master/drivers/cxl/
H A Dpmem.c342 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start);
/linux-master/drivers/base/
H A Dmemory.c568 nid = memory_add_physaddr_to_nid(phys_addr);
/linux-master/drivers/hv/
H A Dhv_balloon.c746 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn));
1746 * memory_add_physaddr_to_nid() to get a node id of a hot add range,
1747 * however ARM64's memory_add_physaddr_to_nid() always return 0 and
/linux-master/drivers/virtio/
H A Dvirtio_mem.c2767 vm->nid = memory_add_physaddr_to_nid(vm->addr);
/linux-master/drivers/acpi/nfit/
H A Dcore.c2628 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address);

Completed in 311 milliseconds