函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\core.c Create Date:2022-07-27 09:01:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Disable machine checks on suspend and shutdown. We can't really handle* them later.

函数原型:static void mce_disable_error_reporting(void)

返回类型:void

参数:

2064  mce_banks等于this_cpu_ptr(mce_banks_array)
2067 i小于Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(mce_num_banks)循环
2068  b等于mce_banks[i]
2070  如果 initialise bank? wrmsrl(ctl(i), 0)
2073  返回
调用者
名称描述
vendor_disable_error_reporting