Searched refs:MEM_SIZE_FOR_LARGE_BLOCK (Results 1 – 1 of 1) sorted by relevance
1427 #define MEM_SIZE_FOR_LARGE_BLOCK (64UL << 30) macro1435 if (size > MEM_SIZE_FOR_LARGE_BLOCK || size < MIN_MEMORY_BLOCK_SIZE) in set_memory_block_size_order()1453 if (boot_mem_end < MEM_SIZE_FOR_LARGE_BLOCK) { in probe_memory_block_size()