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:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:intel_init_cmci

Proto:void intel_init_cmci(void)

Type:void

Parameter:Nothing

432  If Not cmci_supported( & banks) Then Return
435  mce_threshold_vector = The interrupt handler. This is called on every event.* Just call the poller directly to log any events.* This could in theory increase the threshold under high load,* but doesn't for now.
436  Enable CMCI (Corrected Machine Check Interrupt) for available MCE banks* on this CPU. Use the algorithm recommended in the SDM to discover shared* banks.
443  apic_write(APIC_LVTCMCI, THRESHOLD_APIC_VECTOR | APIC_DM_FIXED)
444  Just in case we missed an event during initialization check* all the CMCI owned banks.
Caller
NameDescribe
mce_intel_feature_init