函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-27 09:01:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Read ADDR and MISC registers.
函数原型:static void mce_read_aux(struct mce *m, int i)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mce * | m | |
int | i |
646 | 如果Bank's MCi_STATUS MSR 按位与misc error reg. valid 则Bank's MCi_MISC MSR 等于MSR access wrappers used for error injection |
649 | 如果Bank's MCi_STATUS MSR 按位与addr reg. valid 则 |
655 | 如果ser且Bank's MCi_STATUS MSR 按位与misc error reg. valid 则 |
657 | Bank's MCi_ADDR MSR 右移等于shift位 |
658 | Bank's MCi_ADDR MSR 左移等于shift位 |
666 | lsb等于Bank's MCi_ADDR MSR 右移56位按位与0x3f |
668 | Bank's MCi_ADDR MSR 与等于GENMASK_ULL(55, lsb) |
名称 | 描述 |
---|---|
machine_check_poll | 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 |
mce_no_way_out | Do a quick check if any of the events requires a panic.* This decides if we keep the events around or clear them. |
__mc_scan_banks |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |