Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_core.h84 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
/OK3568_Linux_fs/kernel/kernel/
H A Dcrash_core.c288 int __init parse_crashkernel_low(char *cmdline, in parse_crashkernel_low() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c452 ret = parse_crashkernel_low(boot_command_line, low_mem_limit, &low_size, &base); in reserve_crashkernel_low()