Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:find_equiv_id

Proto:static u16 find_equiv_id(struct equiv_cpu_table *et, unsigned int sig)

Type:u16

Parameter:

TypeParameterName
struct equiv_cpu_table *et
unsigned intsig
71  If Not et || Not num_entries Then Return 0
74  When i < num_entries cycle
75  e = entry[i]
77  If sig == installed_cpu Then Return equiv_cpu
80  e++
82  Return 0
Caller
NameDescribe
parse_containerThis scans the ucode blob for the proper container as we can have multiple* containers glued together. Returns the equivalence ID from the equivalence* table or 0 if none found.* Returns the amount of bytes consumed while scanning. @desc contains all the
__find_equiv_id