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:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:@res_patch, output: a pointer to the patch we found.

Proto:static struct microcode_intel *__load_ucode_intel(struct ucode_cpu_info *uci)

Type:struct microcode_intel

Parameter:

TypeParameterName
struct ucode_cpu_info *uci
661  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32) Then
662  path = __pa_nodebug(ucode_path)
663  use_pa = true
664  Else
665  path = ucode_path
666  use_pa = false
670  If Not load_builtin_intel_microcode( & cp) Then cp = find_microcode_in_initrd(path, use_pa)
673  If Not (data && size) Then Return NULL
676  collect_cpu_info_early(uci)
678  Return Get microcode matching with BSP's model. Only CPUs with the same model as* BSP can stay in the platform.
Caller
NameDescribe
load_ucode_intel_bsp
load_ucode_intel_ap