Searched refs:CRASH_ALIGN (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm64/mm/ |
D | init.c | 94 #define CRASH_ALIGN SZ_2M macro 103 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 165 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel()
|
/linux-6.1.9/arch/x86/kernel/ |
D | setup.c | 483 #define CRASH_ALIGN SZ_16M macro 534 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 592 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel() 596 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
|
/linux-6.1.9/arch/mips/kernel/ |
D | setup.c | 449 #define CRASH_ALIGN SZ_64M macro 465 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in mips_parse_crashkernel() 466 CRASH_ALIGN, in mips_parse_crashkernel()
|
/linux-6.1.9/arch/arm/kernel/ |
D | setup.c | 981 #define CRASH_ALIGN (128 << 20) macro 1017 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel() 1018 CRASH_ALIGN, crash_max); in reserve_crashkernel()
|