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

Name:Returns 1 if update has been found, 0 otherwise.

Proto:static int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev)

Type:int

Parameter:

TypeParameterName
void *mc
unsigned intcsig
intcpf
intnew_rev
95  mc_hdr = mc
97  If rev <= new_rev Then Return 0
100  Return Returns 1 if update has been found, 0 otherwise.
Caller
NameDescribe
scan_microcodeGet microcode matching with BSP's model. Only CPUs with the same model as* BSP can stay in the platform.
generic_load_microcode