函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-27 09:01:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mce_wrmsrl
函数原型:static void mce_wrmsrl(unsigned int msr, u64 v)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | msr | |
u64 | v |
422 | 如果offset大于等于0则*this_cpu_ptr( & injectm)加offset的和等于v |
424 | 返回 |
名称 | 描述 |
---|---|
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_clear_state | |
__mc_check_crashing_cpu | Cases where we avoid rendezvous handler timeout:* 1) If this CPU is offline |
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 插件可实现:逻辑报告 代码生成和批量转换代码 |