Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrash_core.h75 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
/Linux-v4.19/kernel/
Dcrash_core.c288 int __init parse_crashkernel_low(char *cmdline, in parse_crashkernel_low() function
/Linux-v4.19/arch/x86/kernel/
Dsetup.c476 ret = parse_crashkernel_low(boot_command_line, total_low_mem, &low_size, &base); in reserve_crashkernel_low()