Home
last modified time | relevance | path

Searched refs:CRASH_ALIGN (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsetup.c243 #define CRASH_ALIGN SZ_2M macro
259 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, CRASH_ALIGN, CRASH_ADDR_MAX); in arch_parse_crashkernel()
264 } else if (!memblock_phys_alloc_range(crash_size, CRASH_ALIGN, crash_base, crash_base + crash_size)) { in arch_parse_crashkernel()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dinit.c68 #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()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dsetup.c259 #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()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsetup.c414 #define CRASH_ALIGN SZ_16M macro
465 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low()
520 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
524 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsetup.c474 #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()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsetup.c442 #define CRASH_ALIGN SZ_64M macro
458 crash_base = memblock_find_in_range(CRASH_ALIGN, CRASH_ADDR_MAX, in mips_parse_crashkernel()
459 crash_size, CRASH_ALIGN); in mips_parse_crashkernel()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsetup.c452 #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()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsetup.c981 #define CRASH_ALIGN (128 << 20) macro
1015 crash_base = memblock_find_in_range(CRASH_ALIGN, crash_max, in reserve_crashkernel()
1016 crash_size, CRASH_ALIGN); in reserve_crashkernel()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsetup.c988 #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()

Completed in 11 milliseconds