Searched refs:lowmem_max (Results 1 – 1 of 1) sorted by relevance
1012 unsigned long long lowmem_max = __pa(high_memory - 1) + 1; in reserve_crashkernel() local1013 if (crash_max > lowmem_max) in reserve_crashkernel()1014 crash_max = lowmem_max; in reserve_crashkernel()