函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\microcode\core.c |
Create Date:2022-07-27 09:07:52 |
Last Modify:2020-03-16 20:13:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns:* < 0 - on error* 0 - no update done* 1 - microcode was updated
函数原型:static int __reload_late(void *info)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | info |
555 | ret等于0 |
561 | 如果__wait_for_cpus( & late_cpus_in, NSEC_PER_SEC)则返回:负1 |
573 | 否则转到:wait_for_siblings |
576 | 如果err大于UCODE_NFOUND则 |
579 | 否则如果err恒等于UCODE_UPDATED或err恒等于UCODE_OK则 |
580 | ret等于1 |
583 | wait_for_siblings : |
584 | 如果__wait_for_cpus( & late_cpus_out, NSEC_PER_SEC)则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
596 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |