Searched defs:memory_add_physaddr_to_nid (Results 1 - 8 of 8) sorted by relevance

/linux-master/kernel/
H A Dnuma.c9 int memory_add_physaddr_to_nid(u64 start) function
15 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-master/arch/powerpc/include/asm/
H A Dsparsemem.h18 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-master/arch/loongarch/include/asm/
H A Dsparsemem.h26 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-master/arch/x86/include/asm/
H A Dsparsemem.h39 #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid macro
/linux-master/include/linux/
H A Dnuma.h52 static inline int memory_add_physaddr_to_nid(u64 start) function
/linux-master/arch/loongarch/mm/
H A Dinit.c121 int memory_add_physaddr_to_nid(u64 start) function
125 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/linux-master/arch/powerpc/mm/
H A Dmem.c55 int memory_add_physaddr_to_nid(u64 start) function
59 EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); variable
/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

Completed in 203 milliseconds