Searched refs:crash_max (Results 1 – 2 of 2) sorted by relevance
132 unsigned long long crash_max = CRASH_ADDR_LOW_MAX; in reserve_crashkernel() local158 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()169 crash_max = crash_base + crash_size; in reserve_crashkernel()174 crash_base, crash_max); in reserve_crashkernel()181 if (!fixed_base && (crash_max == CRASH_ADDR_LOW_MAX)) { in reserve_crashkernel()182 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()
1026 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local1028 if (crash_max > lowmem_max) in reserve_crashkernel()1029 crash_max = lowmem_max; in reserve_crashkernel()1032 CRASH_ALIGN, crash_max); in reserve_crashkernel()1038 unsigned long long crash_max = crash_base + crash_size; in reserve_crashkernel() local1042 crash_base, crash_max); in reserve_crashkernel()
Completed in 5 milliseconds