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

Name:Disable CMCI on this CPU for all banks it owns when it goes down.* This allows other CPUs to claim the banks on rediscovery.

Proto:void cmci_clear(void)

Type:void

Parameter:Nothing

377  If Not cmci_supported( & banks) Then Return
379  raw_spin_lock_irqsave( & cmci_discover_lock protects against parallel discovery attempts* which could race against each other., flags)
380  When i < banks cycle Caller must hold the lock on cmci_discover_lock
382  raw_spin_unlock_irqrestore( & cmci_discover_lock protects against parallel discovery attempts* which could race against each other., flags)
Caller
NameDescribe
mce_disable_cpuMake sure there are no machine checks on offlined CPUs.