Searched refs:memory_add_physaddr_to_nid (Results 1 – 8 of 8) sorted by relevance
17 extern int memory_add_physaddr_to_nid(u64 start);18 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
43 #ifndef memory_add_physaddr_to_nid44 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function50 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
583 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
56 extern int memory_add_physaddr_to_nid(u64 start);57 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
58 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function62 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
127 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start); in virtio_pmem_probe()
433 ndr_desc.numa_node = memory_add_physaddr_to_nid(res->start); in cxl_pmem_region_probe()
2861 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()