Searched refs:parse_crashkernel (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crash_core.h | 82 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
|
/openbmc/linux/arch/sh/kernel/ |
H A D | machine_kexec.c | 156 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | core.c | 114 ret = parse_crashkernel(boot_command_line, total_mem_sz, in reserve_crashkernel()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | init.c | 144 ret = parse_crashkernel(cmdline, memblock_phys_mem_size(), in reserve_crashkernel()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | kaslr_booke.c | 180 ret = parse_crashkernel(boot_command_line, size, &crash_size, in get_crash_kernel()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | setup.c | 273 ret = parse_crashkernel(boot_command_line, total_mem, &crash_size, &crash_base); in arch_parse_crashkernel()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | setup.c | 462 ret = parse_crashkernel(boot_command_line, total_mem, in mips_parse_crashkernel()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | setup.c | 556 ret = parse_crashkernel(boot_command_line, total_mem, &crash_size, &crash_base); in reserve_crashkernel()
|
/openbmc/linux/kernel/ |
H A D | crash_core.c | 287 int __init parse_crashkernel(char *cmdline, in parse_crashkernel() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | setup.c | 628 rc = parse_crashkernel(boot_command_line, ident_map_size, &crash_size, in reserve_crashkernel()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | setup.c | 283 ret = parse_crashkernel(boot_command_line, total, in setup_crashkernel()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | setup.c | 1012 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 315 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in fadump_calculate_reserve_size()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 1409 ret = parse_crashkernel(cmdline, memblock_phys_mem_size(), in reserve_crashkernel()
|