函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\therm_throt.c |
Create Date:2022-07-27 09:04:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:get_therm_status
函数原型:static void get_therm_status(int level, bool *proc_hot, u8 *temp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | level | |
bool * | proc_hot | |
u8 * | temp |
224 | 如果level恒等于CORE_LEVEL则msr等于MSR_IA32_THERM_STATUS |
226 | 否则msr等于MSR_IA32_PACKAGE_THERM_STATUS |
230 | 如果msr_val按位与THERM_STATUS_PROCHOT_LOG则 * proc_hot = true |
232 | 否则 * proc_hot = false |
名称 | 描述 |
---|---|
throttle_active_work | |
therm_throt_process | herm_throt_process - Process thermal throttling event from interrupt*@curr: Whether the condition is current or not (boolean), since the* thermal interrupt normally gets called both when the thermal* event begins and once the event has ended |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |