Searched refs:numa_add_memblk_to (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | numa.c | 151 static int __init numa_add_memblk_to(int nid, u64 start, u64 end, in numa_add_memblk_to() function 190 return numa_add_memblk_to(nid, start, end, &numa_meminfo); in numa_add_memblk()
|
/openbmc/linux/arch/x86/mm/ |
H A D | numa.c | 126 static int __init numa_add_memblk_to(int nid, u64 start, u64 end, in numa_add_memblk_to() function 193 return numa_add_memblk_to(nid, start, end, &numa_meminfo); in numa_add_memblk() 261 numa_add_memblk_to(bi->nid, high, bi->end, in numa_cleanup_meminfo()
|