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

Name:load_builtin_intel_microcode

Proto:static bool load_builtin_intel_microcode(struct cpio_data *cp)

Type:bool

Parameter:

TypeParameterName
struct cpio_data *cp
501  eax = 1 , ecx = 0
504  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32) Then Return false
507  native_cpuid( & eax, & ebx, & ecx, & edx)
509  sprintf(name, "intel-ucode/%02x-%02x-%02x", x86_family(eax), x86_model(eax), x86_stepping(eax))
512  Return get_builtin_firmware(cp, name)
Caller
NameDescribe
save_microcode_in_initrd_intel
__load_ucode_intel@res_patch, output: a pointer to the patch we found.