Home
last modified time | relevance | path

Searched refs:memory_add_physaddr_to_nid (Results 1 – 8 of 8) 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/mm/
H A Dnuma.c43 #ifndef memory_add_physaddr_to_nid
44 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
50 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
H A Dnuma_memblks.c583 int memory_add_physaddr_to_nid(u64 start) in phys_to_target_node()
591 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); in memory_add_physaddr_to_nid()
586 int memory_add_physaddr_to_nid(u64 start) memory_add_physaddr_to_nid() function
/linux/include/linux/
H A Dnuma_memblks.h56 extern int memory_add_physaddr_to_nid(u64 start);
57 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux/arch/powerpc/mm/
H A Dmem.c58 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
62 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux/drivers/nvdimm/
H A Dvirtio_pmem.c127 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
/linux/drivers/cxl/
H A Dpmem.c433 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
/linux/drivers/virtio/
H A Dvirtio_mem.c2861 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()