函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\microcode\amd.c Create Date:2022-07-27 09:09:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:find_equiv_id

函数原型:static u16 find_equiv_id(struct equiv_cpu_table *et, unsigned int sig)

返回类型:u16

参数:

类型参数名称
struct equiv_cpu_table *et
unsigned intsig
71  如果非et或非num_entries则返回:0
74 i小于num_entries循环
75  e等于entry[i]
77  如果sig恒等于installed_cpu则返回:equiv_cpu
80  e自加
82  返回:0
调用者
名称描述
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