Searched refs:elfcorehdr_addr (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/kernel/ |
D | crash_dump.c | 15 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable 16 EXPORT_SYMBOL_GPL(elfcorehdr_addr); 34 elfcorehdr_addr = memparse(arg, &end); in setup_elfcorehdr() 36 elfcorehdr_size = elfcorehdr_addr; in setup_elfcorehdr() 37 elfcorehdr_addr = memparse(end + 1, &end); in setup_elfcorehdr()
|
/Linux-v6.1/include/linux/ |
D | crash_dump.h | 15 extern unsigned long long elfcorehdr_addr; 65 return elfcorehdr_addr != ELFCORE_ADDR_MAX; in is_kdump_kernel() 78 return is_kdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0; in is_vmcore_usable() 88 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_unusable()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | setup.c | 201 if (elfcorehdr_addr >= start && elfcorehdr_addr < end) { in arch_reserve_vmcore() 207 elfcorehdr_size = end - elfcorehdr_addr; in arch_reserve_vmcore() 213 if (memblock_is_region_reserved(elfcorehdr_addr, elfcorehdr_size)) { in arch_reserve_vmcore() 218 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in arch_reserve_vmcore() 221 elfcorehdr_size >> 10, elfcorehdr_addr); in arch_reserve_vmcore()
|
/Linux-v6.1/arch/mips/kernel/ |
D | setup.c | 427 if (elfcorehdr_addr >= start && elfcorehdr_addr < end) { in mips_reserve_vmcore() 433 elfcorehdr_size = end - elfcorehdr_addr; in mips_reserve_vmcore() 440 (unsigned long)elfcorehdr_size >> 10, (unsigned long)elfcorehdr_addr >> 10); in mips_reserve_vmcore() 442 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in mips_reserve_vmcore()
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | rtas-fadump.c | 380 fdh->elfcorehdr_addr); in rtas_fadump_build_cpu_notes() 381 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in rtas_fadump_build_cpu_notes() 434 elfcorehdr_addr = fdh->elfcorehdr_addr; in rtas_fadump_process()
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | opal-fadump.c | 516 fdh->elfcorehdr_addr); in opal_fadump_build_cpu_notes() 517 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in opal_fadump_build_cpu_notes() 557 elfcorehdr_addr = fdh->elfcorehdr_addr; in opal_fadump_process()
|
/Linux-v6.1/fs/proc/ |
D | vmcore.c | 1215 addr = elfcorehdr_addr; in parse_crash_elf64_headers() 1244 addr = elfcorehdr_addr; in parse_crash_elf64_headers() 1271 addr = elfcorehdr_addr; in parse_crash_elf32_headers() 1299 addr = elfcorehdr_addr; in parse_crash_elf32_headers() 1326 addr = elfcorehdr_addr; in parse_crash_elf_headers() 1559 rc = elfcorehdr_alloc(&elfcorehdr_addr, &elfcorehdr_size); in vmcore_init() 1573 elfcorehdr_free(elfcorehdr_addr); in vmcore_init() 1574 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_init()
|
/Linux-v6.1/arch/riscv/kernel/ |
D | setup.c | 183 elfcorehdr_res.start = elfcorehdr_addr; in init_resources() 184 elfcorehdr_res.end = elfcorehdr_addr + elfcorehdr_size - 1; in init_resources()
|
/Linux-v6.1/drivers/of/ |
D | fdt.c | 616 if (memblock_is_region_reserved(elfcorehdr_addr, elfcorehdr_size)) { in fdt_reserve_elfcorehdr() 621 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in fdt_reserve_elfcorehdr() 624 elfcorehdr_size >> 10, elfcorehdr_addr); in fdt_reserve_elfcorehdr() 959 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr() 963 elfcorehdr_addr, elfcorehdr_size); in early_init_dt_check_for_elfcorehdr()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | fadump-internal.h | 50 u64 elfcorehdr_addr; member
|
/Linux-v6.1/arch/ia64/kernel/ |
D | setup.c | 339 if ((length = vmcore_find_descriptor_size(elfcorehdr_addr)) == 0) { in reserve_elfcorehdr() 344 *start = (unsigned long)__va(elfcorehdr_addr); in reserve_elfcorehdr()
|
/Linux-v6.1/arch/s390/kernel/ |
D | setup.c | 996 elfcorehdr_addr = ELFCORE_ADDR_MAX; in setup_arch()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | fadump.c | 1177 fdh->elfcorehdr_addr = addr; in init_fadump_header()
|