函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-27 09:01:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Init basic CPU features needed for early decoding of MCEs.
函数原型:static void __mcheck_cpu_init_early(struct cpuinfo_x86 *c)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpuinfo_x86 * | c |
1758 | 如果CPU vendor 恒等于X86_VENDOR_AMD或CPU vendor 恒等于X86_VENDOR_HYGON则 |
1759 | * Indicates that overflow conditions are not fatal, when set.等于非非cpu_has(c, MCA overflow recovery support ) |
1760 | * Indicates that overflow conditions are not fatal, when set.等于非非cpu_has(c, Uncorrectable error containment and recovery ) |
1764 | ctl等于smca_ctl_reg |
1765 | status等于smca_status_reg |
1766 | addr等于smca_addr_reg |
1767 | misc等于smca_misc_reg |
名称 | 描述 |
---|---|
mcheck_cpu_init | Called for each booted CPU to set up machine checks.* Must be called with preempt off: |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |