Searched refs:parse_crashkernel (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/sh/kernel/ |
D | machine_kexec.c | 160 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | machine_kexec.c | 120 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
|
/linux-4.4.14/include/linux/ |
D | kexec.h | 311 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
|
/linux-4.4.14/arch/mips/kernel/ |
D | setup.c | 594 ret = parse_crashkernel(boot_command_line, total_mem, in mips_parse_crashkernel()
|
/linux-4.4.14/arch/s390/kernel/ |
D | setup.c | 560 rc = parse_crashkernel(boot_command_line, memory_end, &crash_size, in reserve_crashkernel()
|
/linux-4.4.14/arch/x86/kernel/ |
D | setup.c | 562 ret = parse_crashkernel(boot_command_line, total_mem, &crash_size, &crash_base); in reserve_crashkernel()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | setup.c | 282 ret = parse_crashkernel(boot_command_line, total, in setup_crashkernel()
|
/linux-4.4.14/arch/arm/kernel/ |
D | setup.c | 893 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel()
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 1283 int __init parse_crashkernel(char *cmdline, in parse_crashkernel() function
|