Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcrash_core.h84 int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,
/openbmc/linux/arch/arm64/mm/
H A Dinit.c147 ret = parse_crashkernel_high(cmdline, 0, &crash_size, &crash_base); in reserve_crashkernel()
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c559 ret = parse_crashkernel_high(boot_command_line, total_mem, in reserve_crashkernel()
/openbmc/linux/kernel/
H A Dcrash_core.c296 int __init parse_crashkernel_high(char *cmdline, in parse_crashkernel_high() function
/openbmc/linux/arch/riscv/mm/
H A Dinit.c1406 ret = parse_crashkernel_high(cmdline, 0, &crash_size, &crash_base); in reserve_crashkernel()