Searched refs:CRASH_ALIGN (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | setup.c | 453 #define CRASH_ALIGN SZ_16M macro 504 low_base = memblock_find_in_range(0, 1ULL << 32, low_size, CRASH_ALIGN); in reserve_crashkernel_low() 564 crash_base = memblock_find_in_range(CRASH_ALIGN, in reserve_crashkernel() 566 crash_size, CRASH_ALIGN); in reserve_crashkernel() 568 crash_base = memblock_find_in_range(CRASH_ALIGN, in reserve_crashkernel() 570 crash_size, CRASH_ALIGN); in reserve_crashkernel()
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | setup.c | 971 #define CRASH_ALIGN (128 << 20) macro 1005 crash_base = memblock_find_in_range(CRASH_ALIGN, crash_max, in reserve_crashkernel() 1006 crash_size, CRASH_ALIGN); in reserve_crashkernel()
|