Searched refs:crash_max (Results 1 – 2 of 2) sorted by relevance
78 unsigned long long crash_max = arm64_dma_phys_limit; in reserve_crashkernel() local91 crash_max = crash_base + crash_size; in reserve_crashkernel()95 crash_base, crash_max); in reserve_crashkernel()
1011 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local1013 if (crash_max > lowmem_max) in reserve_crashkernel()1014 crash_max = lowmem_max; in reserve_crashkernel()1017 CRASH_ALIGN, crash_max); in reserve_crashkernel()1023 unsigned long long crash_max = crash_base + crash_size; in reserve_crashkernel() local1027 crash_base, crash_max); in reserve_crashkernel()
Completed in 5 milliseconds