Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c47 entry = mcelog->next; in dev_mce_log()
53 if (entry >= mcelog->len) { in dev_mce_log()
58 mcelog->next = entry + 1; in dev_mce_log()
222 next = mcelog->next; in mce_chrdev_read()
233 mcelog->next = 0; in mce_chrdev_read()
247 if (READ_ONCE(mcelog->next)) in mce_chrdev_poll()
341 mcelog = kzalloc(struct_size(mcelog, entry, mce_log_len), GFP_KERNEL); in dev_mcelog_init_device()
342 if (!mcelog) in dev_mcelog_init_device()
345 memcpy(mcelog->signature, MCE_LOG_SIGNATURE, sizeof(mcelog->signature)); in dev_mcelog_init_device()
346 mcelog->len = mce_log_len; in dev_mcelog_init_device()
[all …]
H A DMakefile14 obj-$(CONFIG_X86_MCELOG_LEGACY) += dev-mcelog.o
/linux-6.15/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-6.15/Documentation/
H A DChanges57 mcelog 0.6 mcelog --version
383 mcelog
386 On x86 kernels the mcelog utility is needed to process and log machine check
533 mcelog
536 - <https://www.mcelog.org/>
/linux-6.15/Documentation/translations/it_IT/process/
H A Dchanges.rst60 mcelog 0.6 mcelog --version
384 mcelog subsection
387 Quando ``CONFIG_x86_MCE`` è attivo, il programma mcelog processa e registra
519 mcelog subsection
522 - <https://www.mcelog.org/>
/linux-6.15/Documentation/process/
H A Dchanges.rst57 mcelog 0.6 mcelog --version
383 mcelog subsection
386 On x86 kernels the mcelog utility is needed to process and log machine check
533 mcelog subsection
536 - <https://www.mcelog.org/>
/linux-6.15/drivers/xen/
H A DMakefile26 obj-$(CONFIG_XEN_MCE_LOG) += mcelog.o
H A DKconfig298 bool "Xen platform mcelog"
302 converting it into Linux mcelog format for mcelog tools
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-mce64 This is an alternative to running mcelog regularly from cron
/linux-6.15/arch/x86/
H A DKconfig1165 bool "Support for deprecated /dev/mcelog character device"
1168 Enable support for /dev/mcelog which is needed by the old mcelog
/linux-6.15/Documentation/admin-guide/RAS/
H A Dmain.rst1153 The standard error counters are generated when an mcelog error is received
/linux-6.15/Documentation/admin-guide/
H A Ddevices.txt363 227 = /dev/mcelog X86_64 Machine Check Exception driver