Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/mm/
Dinit_64.c1467 #define MEM_SIZE_FOR_LARGE_BLOCK (64UL << 30) macro
1475 if (size > MEM_SIZE_FOR_LARGE_BLOCK || size < MIN_MEMORY_BLOCK_SIZE) in set_memory_block_size_order()
1493 if (boot_mem_end < MEM_SIZE_FOR_LARGE_BLOCK) { in probe_memory_block_size()