Home
last modified time | relevance | path

Searched refs:MEM_SIZE_FOR_LARGE_BLOCK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dinit_64.c1427 #define MEM_SIZE_FOR_LARGE_BLOCK (64UL << 30) macro
1435 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()