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

/linux-master/arch/arm/kernel/
H A Dsetup.c1020 unsigned long long lowmem_max = __pa(high_memory - 1) + 1; local
1021 if (crash_max > lowmem_max)
1022 crash_max = lowmem_max;

Completed in 177 milliseconds