函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:load_ucode_intel_ap

函数原型:void load_ucode_intel_ap(void)

返回类型:void

参数:

700  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32)则iup等于__pa_nodebug( & Current microcode patch used in early patching on the APs. )
702  否则iup等于Current microcode patch used in early patching on the APs.
705  reget :
706  如果非iup
707  patch等于@res_patch, output: a pointer to the patch we found.
708  如果非patch则返回
711  iup等于patch
714  mc等于iup
716  如果apply_microcode_early( & uci, true)则
718  * iup = NULL
720  转到:reget