Searched refs:CRASH_ALIGN (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | setup.c | 419 #define CRASH_ALIGN SZ_16M macro 470 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 525 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel() 529 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | setup.c | 439 #define CRASH_ALIGN SZ_64M macro 455 crash_base = memblock_find_in_range(CRASH_ALIGN, CRASH_ADDR_MAX, in mips_parse_crashkernel() 456 crash_size, CRASH_ALIGN); in mips_parse_crashkernel()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | setup.c | 980 #define CRASH_ALIGN (128 << 20) macro 1014 crash_base = memblock_find_in_range(CRASH_ALIGN, crash_max, in reserve_crashkernel() 1015 crash_size, CRASH_ALIGN); in reserve_crashkernel()
|