Home
last modified time | relevance | path

Searched refs:mcelog (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c32 static struct mce_log_buffer *mcelog; variable
47 entry = mcelog->next; in dev_mce_log()
53 if (entry >= mcelog->len) { in dev_mce_log()
54 set_bit(MCE_OVERFLOW, (unsigned long *)&mcelog->flags); in dev_mce_log()
58 mcelog->next = entry + 1; in dev_mce_log()
60 memcpy(mcelog->entry + entry, mce, sizeof(struct mce)); in dev_mce_log()
61 mcelog->entry[entry].finished = 1; in dev_mce_log()
62 mcelog->entry[entry].kflags = 0; in dev_mce_log()
219 if (*off != 0 || usize < mcelog->len * sizeof(struct mce)) in mce_chrdev_read()
222 next = mcelog->next; in mce_chrdev_read()
[all …]
H A DMakefile14 obj-$(CONFIG_X86_MCELOG_LEGACY) += dev-mcelog.o
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst15 mcelog knows how to decode them.
18 log then mcelog should run to collect and decode machine check entries
19 from /dev/mcelog. Normally mcelog should be run regularly from a cronjob.
/linux/Documentation/
H A DChanges56 mcelog 0.6 mcelog --version
381 mcelog
384 On x86 kernels the mcelog utility is needed to process and log machine check
526 mcelog
529 - <https://www.mcelog.org/>
/linux/drivers/xen/
H A DMakefile26 obj-$(CONFIG_XEN_MCE_LOG) += mcelog.o
H A DKconfig299 bool "Xen platform mcelog"
303 converting it into Linux mcelog format for mcelog tools
/linux/Documentation/ABI/testing/
H A Dsysfs-mce64 This is an alternative to running mcelog regularly from cron