Searched refs:CRASH_ALIGN (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/arm64/mm/ |
D | init.c | 68 #define CRASH_ALIGN SZ_2M macro 107 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 179 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel()
|
/Linux-v6.6/arch/x86/kernel/ |
D | setup.c | 474 #define CRASH_ALIGN SZ_16M macro 525 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 583 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel() 587 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | setup.c | 259 #define CRASH_ALIGN SZ_2M macro 275 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, CRASH_ALIGN, CRASH_ADDR_MAX); in arch_parse_crashkernel() 280 …} else if (!memblock_phys_alloc_range(crash_size, CRASH_ALIGN, crash_base, crash_base + crash_size… in arch_parse_crashkernel()
|
/Linux-v6.6/arch/mips/kernel/ |
D | setup.c | 452 #define CRASH_ALIGN SZ_64M macro 468 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in mips_parse_crashkernel() 469 CRASH_ALIGN, in mips_parse_crashkernel()
|
/Linux-v6.6/arch/arm/kernel/ |
D | setup.c | 988 #define CRASH_ALIGN (128 << 20) macro 1024 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel() 1025 CRASH_ALIGN, crash_max); in reserve_crashkernel()
|