Searched refs:crash_max (Results 1 – 1 of 1) sorted by relevance
999 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local1001 if (crash_max > lowmem_max) in reserve_crashkernel()1002 crash_max = lowmem_max; in reserve_crashkernel()1003 crash_base = memblock_find_in_range(CRASH_ALIGN, crash_max, in reserve_crashkernel()