函数逻辑报告

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:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:a small, trivial cache of per-family ucode patches

函数原型:static struct ucode_patch *cache_find_patch(u16 equiv_cpu)

返回类型:struct ucode_patch

参数:

类型参数名称
u16equiv_cpu
596  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(p, & microcode_cache, plist)
597  如果equiv_cpu恒等于equiv_cpu则返回:p
599  返回:NULL
调用者
名称描述
find_patch