Searched refs:elfcorebuf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/proc/ |
| D | vmcore.c | 39 static char *elfcorebuf; variable 332 if (copy_to_iter(elfcorebuf + *fpos, tsz, iter) < tsz) in __read_vmcore() 595 pfn = __pa(elfcorebuf + start) >> PAGE_SHIFT; in mmap_vmcore() 1203 free_pages((unsigned long)elfcorebuf, get_order(elfcorebuf_sz_orig)); in free_elfcorebuf() 1204 elfcorebuf = NULL; in free_elfcorebuf() 1240 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in parse_crash_elf64_headers() 1242 if (!elfcorebuf) in parse_crash_elf64_headers() 1245 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers() 1250 rc = merge_note_headers_elf64(elfcorebuf, &elfcorebuf_sz, in parse_crash_elf64_headers() 1254 rc = process_ptload_program_headers_elf64(elfcorebuf, elfcorebuf_sz, in parse_crash_elf64_headers() [all …]
|