Home
last modified time | relevance | path

Searched refs:parse_crashkernel (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/linux/
H A Dcrash_reserve.h17 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
/linux-6.15/arch/powerpc/kexec/
H A Dcore.c112 ret = parse_crashkernel(boot_command_line, total_mem_sz, &crash_size, in arch_reserve_crashkernel()
/linux-6.15/arch/sh/kernel/
H A Dmachine_kexec.c148 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
/linux-6.15/kernel/
H A Dcrash_reserve.c296 int __init parse_crashkernel(char *cmdline, in parse_crashkernel() function
/linux-6.15/arch/arm64/mm/
H A Dinit.c107 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in arch_reserve_crashkernel()
/linux-6.15/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c180 ret = parse_crashkernel(boot_command_line, size, &crash_size, in get_crash_kernel()
/linux-6.15/arch/loongarch/kernel/
H A Dsetup.c267 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in arch_reserve_crashkernel()
/linux-6.15/arch/mips/kernel/
H A Dsetup.c459 ret = parse_crashkernel(boot_command_line, total_mem, in mips_parse_crashkernel()
/linux-6.15/arch/s390/kernel/
H A Dsetup.c607 rc = parse_crashkernel(boot_command_line, ident_map_size, in reserve_crashkernel()
/linux-6.15/arch/x86/kernel/
H A Dsetup.c587 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in arch_reserve_crashkernel()
/linux-6.15/arch/arm/kernel/
H A Dsetup.c1005 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel()
/linux-6.15/arch/powerpc/kernel/
H A Dfadump.c337 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in fadump_calculate_reserve_size()
/linux-6.15/arch/riscv/mm/
H A Dinit.c1403 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in arch_reserve_crashkernel()