Searched refs:parse_crashkernel_low (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | crash_core.h | 86 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
|
/Linux-v6.6/arch/arm64/mm/ |
D | init.c | 155 ret = parse_crashkernel_low(cmdline, 0, &crash_low_size, &crash_base); in reserve_crashkernel()
|
/Linux-v6.6/arch/x86/kernel/ |
D | setup.c | 507 ret = parse_crashkernel_low(boot_command_line, low_mem_limit, &low_size, &base); in reserve_crashkernel_low()
|
/Linux-v6.6/kernel/ |
D | crash_core.c | 305 int __init parse_crashkernel_low(char *cmdline, in parse_crashkernel_low() function
|
/Linux-v6.6/arch/riscv/mm/ |
D | init.c | 1402 ret = parse_crashkernel_low(cmdline, 0, &crash_low_size, &crash_base); in reserve_crashkernel()
|