Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit_64.c1424 #define MEM_SIZE_FOR_LARGE_BLOCK (64UL << 30) macro
1432 if (size > MEM_SIZE_FOR_LARGE_BLOCK || size < MIN_MEMORY_BLOCK_SIZE) in set_memory_block_size_order()
1449 /* Use regular block if RAM is smaller than MEM_SIZE_FOR_LARGE_BLOCK */ in probe_memory_block_size()
1450 if (boot_mem_end < MEM_SIZE_FOR_LARGE_BLOCK) { in probe_memory_block_size()
/kernel/linux/linux-6.6/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()
1452 /* Use regular block if RAM is smaller than MEM_SIZE_FOR_LARGE_BLOCK */ in probe_memory_block_size()
1453 if (boot_mem_end < MEM_SIZE_FOR_LARGE_BLOCK) { in probe_memory_block_size()

Completed in 6 milliseconds