函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\microcode\amd.c Create Date:2022-07-27 09:09:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:load_ucode_amd_ap

函数原型:void load_ucode_amd_ap(unsigned int cpuid_1_eax)

返回类型:void

参数:

类型参数名称
unsigned intcpuid_1_eax
516  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32)则
517  mc等于__pa_nodebug(amd_ucode_patch)
518  new_rev等于__pa_nodebug( & ucode_new_rev)
519  否则
520  mc等于amd_ucode_patch
521  new_rev等于ucode_new_rev
524  native_rdmsr(AMD64 MSRs. Not complete. See the architecture manual for a more* complete list., rev, dummy)
527  如果new_revrev小于patch_id
528  如果非__apply_microcode_amd(mc)则
529  new_rev等于patch_id
530  返回
534  __load_ucode_amd(cpuid_1_eax, & cp)
535  如果非datasize的值则返回
538  Early load occurs before we can vmalloc()