Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dsparsemem.h23 int memory_add_physaddr_to_nid(u64 addr);
24 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H 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
/OK3568_Linux_fs/kernel/include/linux/
H 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
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dnuma.c102 int memory_add_physaddr_to_nid(u64 addr) in memory_add_physaddr_to_nid() function
109 EXPORT_SYMBOL(memory_add_physaddr_to_nid);
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_memhotplug.c195 node = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_enable_device()
248 nid = memory_add_physaddr_to_nid(info->start_addr); in acpi_memory_remove_memory()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dnuma.c949 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
957 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dmem.c87 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() function
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_mem.c412 nid = memory_add_physaddr_to_nid(addr); in virtio_mem_mb_add()
446 nid = memory_add_physaddr_to_nid(addr); in virtio_mem_mb_remove()
467 nid = memory_add_physaddr_to_nid(addr); in virtio_mem_mb_offline_and_remove()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dballoon.c299 nid = memory_add_physaddr_to_nid(resource->start); in reserve_additional_memory()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dmemory.c433 nid = memory_add_physaddr_to_nid(phys_addr); in probe_store()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c300 nid = memory_add_physaddr_to_nid(base); in pseries_remove_memblock()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_balloon.c727 nid = memory_add_physaddr_to_nid(PFN_PHYS(start_pfn)); in hv_mem_hot_add()
/OK3568_Linux_fs/kernel/mm/
H A Dmemory_hotplug.c1152 nid = memory_add_physaddr_to_nid(start); in add_memory_subsection()
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dcore.c3022 ndr_desc->numa_node = memory_add_physaddr_to_nid(spa->address); in acpi_nfit_register_region()