Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\intel.c Create Date:2022-07-28 08:02:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Just in case we missed an event during initialization check* all the CMCI owned banks.

Proto:void cmci_recheck(void)

Type:void

Parameter:Nothing

346  If Not mce_available(raw_cpu_ptr( & cpu_info)) || Not cmci_supported( & banks) Then Return
349  local_irq_save(flags)
350  Poll for corrected events or events that happened before reset.* Those are just logged through /dev/mcelog.* This is executed in standard interrupt context.* Note: spec recommends to panic for fatal unsignalled* errors here
351  local_irq_restore(flags)
Caller
NameDescribe
mce_adjust_timer_default
intel_init_cmci
mce_enable_ce