Home
last modified time | relevance | path

Searched refs:crash_max (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/mm/
A Dinit.c78 unsigned long long crash_max = arm64_dma_phys_limit; in reserve_crashkernel() local
91 crash_max = crash_base + crash_size; in reserve_crashkernel()
95 crash_base, crash_max); in reserve_crashkernel()
/linux/arch/arm/kernel/
A Dsetup.c1011 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local
1013 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() local
1027 crash_base, crash_max); in reserve_crashkernel()

Completed in 7 milliseconds