Home
last modified time | relevance | path

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

/linux/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/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/arch/x86/include/asm/
A Dsparsemem.h36 extern int memory_add_physaddr_to_nid(u64 start);
37 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux/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/arch/ia64/mm/
A Dnuma.c71 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
/linux/arch/powerpc/mm/
A Dmem.c51 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/linux/arch/x86/mm/
A Dnuma.c948 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
956 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/linux/drivers/acpi/
A Dacpi_memhotplug.c186 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
/linux/drivers/xen/
A Dballoon.c300 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/linux/drivers/base/
A Dmemory.c507 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/linux/drivers/hv/
A Dhv_balloon.c730 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/linux/drivers/virtio/
A Dvirtio_mem.c2646 vm->nid = memory_add_physaddr_to_nid(vm->addr); in virtio_mem_init()
/linux/drivers/acpi/nfit/
A Dcore.c3012 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()

Completed in 47 milliseconds