函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-27 09:09:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Early load occurs before we can vmalloc()
函数原型:static bool apply_microcode_early_amd(unsigned int cpuid_1_eax, void *ucode, size_t size, bool save_patch)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | cpuid_1_eax | |
void * | ucode | |
size_t | size | |
bool | save_patch |
422 | u8( * patch)[PATCH_MAX_SIZE] |
425 | bool ret = false |
428 | new_rev等于__pa_nodebug( & ucode_new_rev) |
429 | patch等于__pa_nodebug( & amd_ucode_patch) |
435 | cpuid_1_eax等于cpuid_1_eax |
437 | Scan the ucode blob for the proper container as we can have multiple* containers glued together. |
443 | native_rdmsr(AMD64 MSRs. Not complete. See the architecture manual for a more* complete list., rev, dummy) |
447 | 如果非__apply_microcode_amd(mc)则 |
449 | ret = true |
455 | 返回:ret |
名称 | 描述 |
---|---|
load_ucode_amd_bsp | |
load_ucode_amd_ap |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |