MIN_MEMORY_BLOCK_SIZE  821 arch/powerpc/kernel/setup_64.c 	return MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE   30 arch/powerpc/platforms/pseries/hotplug-memory.c 	unsigned int memblock_size = MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  296 arch/powerpc/platforms/pseries/hotplug-memory.c 	sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  300 arch/powerpc/platforms/pseries/hotplug-memory.c 		__remove_memory(nid, base, MIN_MEMORY_BLOCK_SIZE);
MIN_MEMORY_BLOCK_SIZE  301 arch/powerpc/platforms/pseries/hotplug-memory.c 		base += MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  349 arch/powerpc/platforms/pseries/hotplug-memory.c 	scns_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  364 arch/powerpc/platforms/pseries/hotplug-memory.c 			phys_addr += MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  369 arch/powerpc/platforms/pseries/hotplug-memory.c 		phys_addr += MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  213 arch/s390/mm/init.c 	return max_t(unsigned long, MIN_MEMORY_BLOCK_SIZE, sclp.rzm);
MIN_MEMORY_BLOCK_SIZE  396 arch/x86/kernel/apic/x2apic_uv_x.c 	for (size = mem_block_size; size > MIN_MEMORY_BLOCK_SIZE; size >>= 1)
MIN_MEMORY_BLOCK_SIZE 1398 arch/x86/mm/init_64.c 	if (size > MEM_SIZE_FOR_LARGE_BLOCK || size < MIN_MEMORY_BLOCK_SIZE)
MIN_MEMORY_BLOCK_SIZE 1417 arch/x86/mm/init_64.c 		bz = MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE 1422 arch/x86/mm/init_64.c 	for (bz = MAX_BLOCK_SIZE; bz > MIN_MEMORY_BLOCK_SIZE; bz >>= 1) {
MIN_MEMORY_BLOCK_SIZE   99 drivers/base/memory.c 	return MIN_MEMORY_BLOCK_SIZE;
MIN_MEMORY_BLOCK_SIZE  493 drivers/base/memory.c 			   MIN_MEMORY_BLOCK_SIZE * sections_per_block);
MIN_MEMORY_BLOCK_SIZE  793 drivers/base/memory.c 	if (!is_power_of_2(block_sz) || block_sz < MIN_MEMORY_BLOCK_SIZE)
MIN_MEMORY_BLOCK_SIZE  795 drivers/base/memory.c 	sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE;