函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-27 09:01:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:do_memory_failure
函数原型:static int do_memory_failure(struct mce *m)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mce * | m |
1101 | flags等于MF_ACTION_REQUIRED |
1104 | 打印错误信息("Uncorrected hardware memory error in user-access at %llx", Bank's MCi_ADDR MSR ) |
1105 | 如果非Machine Check Global Status MSR 按位与start ip valid 的值则flags或等于MF_MUST_KILL |
1112 | 返回:ret |
名称 | 描述 |
---|---|
do_machine_check | The actual machine check handler. This only handles real* exceptions when something got corrupted coming in through int 18.* This is executed in NMI context not subject to normal locking rules. This* implies that most kernel services cannot be safely used |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |