Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/cpu/mce/
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 …]
DMakefile14 obj-$(CONFIG_X86_MCELOG_LEGACY) += dev-mcelog.o
/Linux-v6.6/Documentation/arch/x86/x86_64/
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-v6.6/Documentation/translations/it_IT/process/
Dchanges.rst58 mcelog 0.6 mcelog --version
341 mcelog subsubsection
344 Quando ``CONFIG_x86_MCE`` è attivo, il programma mcelog processa e registra
476 mcelog subsubsection
479 - <http://www.mcelog.org/>
/Linux-v6.6/Documentation/process/
Dchanges.rst57 mcelog 0.6 mcelog --version
374 mcelog subsubsection
377 On x86 kernels the mcelog utility is needed to process and log machine check
524 mcelog subsubsection
527 - <https://www.mcelog.org/>
/Linux-v6.6/Documentation/
DChanges57 mcelog 0.6 mcelog --version
374 mcelog
377 On x86 kernels the mcelog utility is needed to process and log machine check
524 mcelog
527 - <https://www.mcelog.org/>
/Linux-v6.6/drivers/xen/
DMakefile26 obj-$(CONFIG_XEN_MCE_LOG) += mcelog.o
DKconfig298 bool "Xen platform mcelog"
302 converting it into Linux mcelog format for mcelog tools
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-mce64 This is an alternative to running mcelog regularly from cron
/Linux-v6.6/arch/x86/
DKconfig1149 bool "Support for deprecated /dev/mcelog character device"
1152 Enable support for /dev/mcelog which is needed by the old mcelog
/Linux-v6.6/Documentation/admin-guide/
Dras.rst1149 The standard error counters are generated when an mcelog error is received
Ddevices.txt363 227 = /dev/mcelog X86_64 Machine Check Exception driver