Home
last modified time | relevance | path

Searched refs:parse_crashkernel (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_core.h80 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dmachine_kexec.c156 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dcore.c123 ret = parse_crashkernel(boot_command_line, total_mem_sz, in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dinit.c111 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c182 ret = parse_crashkernel(boot_command_line, size, &crash_size, in get_crash_kernel()
/OK3568_Linux_fs/kernel/kernel/
H A Dcrash_core.c270 int __init parse_crashkernel(char *cmdline, in parse_crashkernel() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsetup.c449 ret = parse_crashkernel(boot_command_line, total_mem, in mips_parse_crashkernel()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c498 ret = parse_crashkernel(boot_command_line, total_mem, &crash_size, &crash_base); in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c282 ret = parse_crashkernel(boot_command_line, total, in setup_crashkernel()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsetup.c678 rc = parse_crashkernel(boot_command_line, memory_end, &crash_size, in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c1004 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfadump.c308 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in fadump_calculate_reserve_size()