Searched refs:vmcore (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/fs/proc/ |
H A D | Makefile | 30 proc-$(CONFIG_PROC_VMCORE) += vmcore.o
|
H A D | vmcore.c | 2 * fs/proc/vmcore.c Interface for accessing the crash 30 * vmcore file. 42 /* Total size of vmcore file. */ 190 struct vmcore *m = NULL; __read_vmcore() 260 * The vmcore fault handler uses the page cache and fills data using the 411 struct vmcore *m; mmap_vmcore() 497 static struct vmcore* __init get_new_element(void) get_new_element() 499 return kzalloc(sizeof(struct vmcore), GFP_KERNEL); get_new_element() 506 struct vmcore *m; get_vmcore_size() 887 /* Add memory chunks represented by program headers to vmcore list. Also update 898 struct vmcore *new; process_ptload_program_headers_elf64() 917 /* Add this contiguous chunk of memory to vmcore list.*/ process_ptload_program_headers_elf64() 941 struct vmcore *new; process_ptload_program_headers_elf32() 960 /* Add this contiguous chunk of memory to vmcore list.*/ process_ptload_program_headers_elf32() 975 /* Sets offset fields of vmcore elements. */ set_vmcore_list_offsets() 980 struct vmcore *m; set_vmcore_list_offsets() 1138 /* Determine vmcore size. */ parse_crash_elf_headers() 1145 /* Init function for vmcore module. */ vmcore_init() 1162 pr_warn("Kdump: vmcore not initialized\n"); vmcore_init() 1168 proc_vmcore = proc_create("vmcore", S_IRUSR, NULL, &proc_vmcore_operations); vmcore_init() 1175 /* Cleanup function for vmcore module. */ vmcore_cleanup() 1185 /* clear the vmcore list. */ vmcore_cleanup() 1187 struct vmcore *m; vmcore_cleanup() 1189 m = list_entry(pos, struct vmcore, list); vmcore_cleanup()
|
/linux-4.4.14/include/linux/ |
H A D | kcore.h | 22 struct vmcore { struct
|
H A D | crash_dump.h | 60 * the vmcore region is usable. 72 /* vmcore_unusable() marks the vmcore as unusable,
|
H A D | kexec.h | 69 * note header. For kdump, the code in vmcore.c runs in the context
|
/linux-4.4.14/kernel/ |
H A D | crash_dump.c | 16 * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | fadump.h | 39 * configured to save vmcore over network, we run into OOM issue while
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | fadump.c | 684 * it through '/proc/vmcore'. 721 * to be exported. set elfcorehdr_addr so that vmcore module will process_fadump() 722 * export the elfcore header through '/proc/vmcore'. process_fadump() 1105 * Take away the '/proc/vmcore'. We are releasing the dump fadump_release_memory_store()
|
/linux-4.4.14/kernel/printk/ |
H A D | printk.c | 844 * This appends the listed symbols to /proc/vmcore 846 * /proc/vmcore is used by various utilities, like crash and makedumpfile to 849 * dmesg log from a vmcore file after a crash.
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | efi.c | 1341 printk(KERN_WARNING "Cannot locate EFI vmcore descriptor\n"); vmcore_find_descriptor_size()
|
/linux-4.4.14/arch/x86/xen/ |
H A D | mmu.c | 2712 * was a ballooned page. vmcore is using this function to decide
|
Completed in 904 milliseconds