Home
last modified time | relevance | path

Searched refs:parse_crashkernel_low (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dcrash_core.h86 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
/openbmc/linux/arch/arm64/mm/
H A Dinit.c155 ret = parse_crashkernel_low(cmdline, 0, &crash_low_size, &crash_base); in reserve_crashkernel()
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c507 ret = parse_crashkernel_low(boot_command_line, low_mem_limit, &low_size, &base); in reserve_crashkernel_low()
/openbmc/linux/kernel/
H A Dcrash_core.c305 int __init parse_crashkernel_low(char *cmdline, in parse_crashkernel_low() function
/openbmc/linux/arch/riscv/mm/
H A Dinit.c1414 ret = parse_crashkernel_low(cmdline, 0, &crash_low_size, &crash_base); in reserve_crashkernel()