Searched refs:memblock_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dmemory_hotplug.c1392 unsigned long memblock_size = memory_block_size_bytes(); local
1400 cur_start += memblock_size) {
1411 remove_memory_block_devices(cur_start, memblock_size);
1413 arch_remove_memory(cur_start, memblock_size, altmap);
1424 unsigned long memblock_size = memory_block_size_bytes(); local
1429 cur_start += memblock_size) {
1434 .end_pfn = PHYS_PFN(cur_start + memblock_size - 1),
1448 ret = arch_add_memory(nid, cur_start, memblock_size, &params);
1455 ret = create_memory_block_devices(cur_start, memblock_size,
1458 arch_remove_memory(cur_start, memblock_size, NUL
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c239 static int pseries_remove_memblock(unsigned long base, unsigned long memblock_size) argument
261 memblock_remove(base, memblock_size);
543 unsigned long memblock_size)
542 pseries_remove_memblock(unsigned long base, unsigned long memblock_size) argument

Completed in 1108 milliseconds