Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcrash_core.h82 int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,
/kernel/linux/linux-5.10/kernel/
Dcrash_core.c279 int __init parse_crashkernel_high(char *cmdline, in parse_crashkernel_high() function
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsetup.c481 ret = parse_crashkernel_high(boot_command_line, total_mem, in reserve_crashkernel()