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:Print ucode update info.

Proto:static void print_ucode_info(struct ucode_cpu_info *uci, unsigned int date)

Type:void

Parameter:

TypeParameterName
struct ucode_cpu_info *uci
unsigned intdate
521  pr_info_once("microcode updated early to revision 0x%x, date = %04x-%02x-%02x\n", rev, date & 0xffff, date >> 24, (date >> 16) & 0xff)
Caller
NameDescribe
show_ucode_info_earlyPrint early updated ucode info after printk works. This is delayed info dump.
apply_microcode_early