Searched refs:parse_crashkernel_high (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crash_core.h | 84 int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,
|
/openbmc/linux/arch/arm64/mm/ |
H A D | init.c | 147 ret = parse_crashkernel_high(cmdline, 0, &crash_size, &crash_base); in reserve_crashkernel()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | setup.c | 559 ret = parse_crashkernel_high(boot_command_line, total_mem, in reserve_crashkernel()
|
/openbmc/linux/kernel/ |
H A D | crash_core.c | 296 int __init parse_crashkernel_high(char *cmdline, in parse_crashkernel_high() function
|
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 1413 ret = parse_crashkernel_high(cmdline, 0, &crash_size, &crash_base); in reserve_crashkernel()
|