Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\microcode\intel.c Create Date:2022-07-28 08:08:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:load_ucode_intel_ap

Proto:void load_ucode_intel_ap(void)

Type:void

Parameter:Nothing

700  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32) Then iup = __pa_nodebug( & Current microcode patch used in early patching on the APs. )
702  Else iup = Current microcode patch used in early patching on the APs.
705  reget :
706  If Not iup Then
707  patch = @res_patch, output: a pointer to the patch we found.
708  If Not patch Then Return
711  iup = patch
714  mc = iup
716  If apply_microcode_early( & uci, true) Then
718  * iup = NULL
720  Go to reget