Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrash_reserve.h27 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
/linux/arch/sh/kernel/
H A Dmachine_kexec.c148 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
/linux/arch/powerpc/kexec/
H A Dcore.c117 ret = parse_crashkernel(boot_command_line, total_mem_sz, &crash_size, in arch_reserve_crashkernel()
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c180 ret = parse_crashkernel(boot_command_line, size, &crash_size, in get_crash_kernel()
/linux/kernel/
H A Dcrash_reserve.c300 int __init parse_crashkernel(char *cmdline, in parse_crashkernel() function
/linux/arch/loongarch/kernel/
H A Dsetup.c275 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in arch_reserve_crashkernel()
/linux/arch/arm/kernel/
H A Dsetup.c1005 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel()
/linux/arch/powerpc/kernel/
H A Dfadump.c335 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in fadump_calculate_reserve_size()