Searched refs:vmcore (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dkcore.h23 struct vmcore { struct
H A Dcrash_dump.h9 #include <uapi/linux/vmcore.h>
71 * the vmcore region is usable.
84 /* vmcore_unusable() marks the vmcore as unusable,
94 * struct vmcore_cb - driver callbacks for /proc/vmcore handling
96 * reading the vmcore. Will return "true" if it is RAM or if the
99 * indicated in the vmcore instead. For example, a ballooned page
105 * vmcore callbacks allow drivers managing physical memory ranges to
106 * coordinate with vmcore handling code, for example, to prevent accessing
107 * physical memory ranges that should not be accessed when reading the vmcore,
108 * although included in the vmcore heade
[all...]
/linux-master/fs/proc/
H A DMakefile33 proc-$(CONFIG_PROC_VMCORE) += vmcore.o
H A Dvmcore.c3 * fs/proc/vmcore.c Interface for accessing the crash
34 * vmcore file.
48 /* Total size of vmcore file. */
67 /* List of registered vmcore callbacks. */
69 /* Whether the vmcore has been opened once. */
78 * Registering a vmcore callback after the vmcore was opened is
82 pr_warn_once("Unexpected vmcore callback registration\n");
92 * Unregistering a vmcore callback after the vmcore wa
[all...]

Completed in 178 milliseconds